Skip to content

Commit e1ff550

Browse files
committed
chore: release version 1.0.0 with Vercel AI SDK v5 support and breaking changes
1 parent 3994ea7 commit e1ff550

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
### Breaking Changes
6+
7+
- **Vercel AI SDK v5 support** - This version requires `@ai-sdk/provider` v2.0.0 and `@ai-sdk/provider-utils` v3.0.1
8+
- Previous versions of Vercel AI SDK (v4) are no longer supported
9+
- Updated `ai` dev dependency to v5.0.0
10+
11+
### Changes
12+
13+
- Refactored `langtail-language-model.ts` for AI SDK v5 compatibility
14+
- Updated `convert-to-openai-chat-messages.ts` for new message format
15+
- Updated `map-langtail-finish-reason.ts` for v5 finish reasons
16+
- Updated `openai-prepare-tools.ts` for v5 tool format
17+
- Removed deprecated `map-openai-chat-logprobs.ts`
18+
- Added comprehensive test coverage for language model and message conversion
19+
320
## 0.16.8
421

522
- Add GoogleGeminiV1 to ReasoningFormat and update related tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langtail",
3-
"version": "0.16.8",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "./Langtail.js",
66
"packageManager": "pnpm@8.15.6",

0 commit comments

Comments
 (0)