@mastra/schema-compat 1.2.8-alpha.0 → 1.2.9-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/_types/@internal_ai-v6/dist/index.d.ts +1695 -109
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/schema-compat
|
|
2
2
|
|
|
3
|
+
## 1.2.9-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed MCP tools with recursive JSON Schema refs so they stay serializable when loaded. ([#15400](https://github.com/mastra-ai/mastra/pull/15400))
|
|
8
|
+
|
|
9
|
+
## 1.2.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- --- ([#14624](https://github.com/mastra-ai/mastra/pull/14624))
|
|
14
|
+
`@mastra/schema-compat`: patch
|
|
15
|
+
|
|
16
|
+
***
|
|
17
|
+
|
|
18
|
+
Improved provider schema compatibility for structured outputs and tool calls.
|
|
19
|
+
Fixed validation for optional, nullable, and defaulted fields, and for ISO date strings returned for date fields.
|
|
20
|
+
|
|
3
21
|
## 1.2.8-alpha.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|