Skip to content

Commit c270cf0

Browse files
committed
chore: release v15.0.8
1 parent 6150f36 commit c270cf0

File tree

8 files changed

+32
-21
lines changed

8 files changed

+32
-21
lines changed

CHANGELOG.md

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

3+
## [15.0.8](///compare/15.0.6...15.0.7) (2025-12-02)
4+
5+
### Features
6+
7+
* **dsp:** Separate structured output example input fields with newlines and allow missing required fields during structured output validation in response processing. 6150f36
8+
## [15.0.7](///compare/15.0.6...15.0.7) (2025-12-01)
9+
10+
### Features
11+
12+
* enhance structured output handling with distinct extraction modes and improved prompt rendering for complex fields 7ad07fe
13+
314
## [15.0.7](///compare/15.0.5...15.0.6) (2025-12-01)
415

516
### Features

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
],
7575
"author": "Vikram <https://twitter.com/dosco>",
7676
"private": "true",
77-
"version": "15.0.7"
77+
"version": "15.0.8"
7878
}

src/aisdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-ai-sdk-provider",
3-
"version": "15.0.7",
3+
"version": "15.0.8",
44
"type": "module",
55
"description": "Ax AI SDK Provider for the Vercel AI SDK",
66
"repository": {
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@ai-sdk/provider-utils": "^3.0.10",
35-
"@ax-llm/ax": "15.0.7",
35+
"@ax-llm/ax": "15.0.8",
3636
"ai": "^5.0.100",
3737
"zod": "^3.23.8"
3838
},

src/aws-bedrock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-ai-aws-bedrock",
3-
"version": "15.0.7",
3+
"version": "15.0.8",
44
"type": "module",
55
"description": "AWS Bedrock Provider for AX - supports Claude, GPT OSS, and Titan Embed models",
66
"repository": {
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@aws-sdk/client-bedrock-runtime": "^3.709.0",
41-
"@ax-llm/ax": "15.0.7"
41+
"@ax-llm/ax": "15.0.8"
4242
},
4343
"peerDependencies": {
4444
"@ax-llm/ax": "14.0.31"

src/ax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax",
3-
"version": "15.0.7",
3+
"version": "15.0.8",
44
"type": "module",
55
"description": "The best library to work with LLMs",
66
"repository": {

src/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"tsx": "node --env-file=.env --import=tsx"
2222
},
2323
"dependencies": {
24-
"@ax-llm/ax": "15.0.7",
25-
"@ax-llm/ax-tools": "15.0.7",
24+
"@ax-llm/ax": "15.0.8",
25+
"@ax-llm/ax-tools": "15.0.8",
2626
"@opentelemetry/auto-instrumentations-node": "^0.60.1",
2727
"@opentelemetry/exporter-metrics-otlp-http": "^0.208.0",
2828
"@opentelemetry/exporter-prometheus": "^0.202.0",

src/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-tools",
3-
"version": "15.0.7",
3+
"version": "15.0.8",
44
"type": "module",
55
"description": "Ax tools package",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"postbuild": "node ../../scripts/postbuild.js"
3333
},
3434
"dependencies": {
35-
"@ax-llm/ax": "15.0.7"
35+
"@ax-llm/ax": "15.0.8"
3636
},
3737
"files": [
3838
"**/*"

0 commit comments

Comments
 (0)