Skip to content

Commit ff88745

Browse files
committed
Update CHANGELOG.md for version 0.15.2: Fixed streaming support for Claude 3.7 Sonnet reasoning format, enhanced Zod schema for reasoning field, and improved type handling for reasoning in Vercel AI SDK integration. Update package.json to version 0.15.2.
1 parent 05fb596 commit ff88745

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.15.2
4+
5+
- Fixed streaming support for Claude 3.7 Sonnet reasoning format
6+
- Enhanced Zod schema for reasoning field to handle a wider variety of response formats
7+
- Improved type handling for reasoning in Vercel AI SDK integration
8+
39
## 0.15.1
410

511
- Added cache_enabled support to message schema

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.15.1",
3+
"version": "0.15.2",
44
"description": "",
55
"main": "./Langtail.js",
66
"packageManager": "pnpm@8.15.6",

0 commit comments

Comments
 (0)