@mastra/mcp-docs-server 0.13.17-alpha.5 → 0.13.17-alpha.7
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/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +18 -0
- package/.docs/organized/changelogs/%40mastra%2Fastra.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fcloud.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +34 -34
- package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +21 -0
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fgithub.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Flance.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +18 -18
- package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fmem0.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +20 -20
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fmssql.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Frag.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fragie.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +6 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-gladia.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +10 -10
- package/.docs/organized/changelogs/create-mastra.md +7 -7
- package/.docs/organized/changelogs/mastra.md +14 -14
- package/.docs/organized/code-examples/assistant-ui.md +1 -1
- package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
- package/.docs/raw/getting-started/installation.mdx +2 -7
- package/.docs/raw/getting-started/templates.mdx +2 -7
- package/.docs/raw/memory/working-memory.mdx +17 -17
- package/.docs/raw/observability/ai-tracing.mdx +438 -0
- package/.docs/raw/reference/scorers/noise-sensitivity.mdx +87 -20
- package/.docs/raw/reference/tools/mcp-server.mdx +26 -27
- package/.docs/raw/tools-mcp/mcp-overview.mdx +6 -5
- package/CHANGELOG.md +17 -0
- package/dist/logger.d.ts +5 -1
- package/dist/logger.d.ts.map +1 -1
- package/dist/stdio.js +34 -4
- package/package.json +4 -4
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/agent-builder
|
|
2
2
|
|
|
3
|
+
## 0.0.1-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
8
|
+
- @mastra/memory@0.14.3-alpha.4
|
|
9
|
+
- @mastra/core@0.15.3-alpha.7
|
|
10
|
+
|
|
11
|
+
## 0.0.1-alpha.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#7363](https://github.com/mastra-ai/mastra/pull/7363) [`671a392`](https://github.com/mastra-ai/mastra/commit/671a39248d90f7723d3fae93818e8077f7504ec3) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix core imports inside agent-builder
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`a5632dd`](https://github.com/mastra-ai/mastra/commit/a5632dd316a6246666662705404bda570b070af1), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
18
|
+
- @mastra/core@0.15.3-alpha.6
|
|
19
|
+
- @mastra/memory@0.14.3-alpha.3
|
|
20
|
+
|
|
3
21
|
## 0.0.1-alpha.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.11.7-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.11.7-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [2672a05]
|
|
290
299
|
- @mastra/core@0.10.0
|
|
291
300
|
|
|
292
|
-
## 0.3.0-alpha.1
|
|
293
|
-
|
|
294
|
-
### Minor Changes
|
|
295
|
-
|
|
296
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- a7292b0: BREAKING(@mastra/core, all vector stores): Vector store breaking changes (remove deprecated functions and positional arguments)
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1757 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.11.7-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.11.7-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [1e8bb40]
|
|
290
299
|
- Updated dependencies [1b5fc55]
|
|
291
300
|
- Updated dependencies [195c428]
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [99fd6cf]
|
|
295
|
-
- Updated dependencies [c5bf1ce]
|
|
296
|
-
- Updated dependencies [add596e]
|
|
297
|
-
- Updated dependencies [8dc94d8]
|
|
298
|
-
- Updated dependencies [ecebbeb]
|
|
299
|
-
- Updated dependencies [79d5145]
|
|
300
|
-
- Updated dependencies [12b7002]
|
|
301
|
-
|
|
302
|
-
... 1798 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 1807 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
+
## 0.14.3-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.14.3-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
|
|
290
299
|
## 0.12.1-alpha.0
|
|
291
300
|
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- 7ba91fa: Throw mastra errors methods not implemented yet
|
|
295
|
-
- Updated dependencies [f248d53]
|
|
296
|
-
- Updated dependencies [2affc57]
|
|
297
|
-
- Updated dependencies [66e13e3]
|
|
298
|
-
- Updated dependencies [edd9482]
|
|
299
|
-
- Updated dependencies [18344d7]
|
|
300
|
-
- Updated dependencies [9d372c2]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 903 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.11.3-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
8
|
+
- @mastra/core@0.15.3-alpha.7
|
|
9
|
+
|
|
10
|
+
## 0.11.3-alpha.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
15
|
+
- @mastra/core@0.15.3-alpha.6
|
|
16
|
+
|
|
3
17
|
## 0.11.3-alpha.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -284,19 +298,5 @@
|
|
|
284
298
|
- Updated dependencies [dd94a26]
|
|
285
299
|
- Updated dependencies [3ba6772]
|
|
286
300
|
- Updated dependencies [b5cf2a3]
|
|
287
|
-
- Updated dependencies [2fff911]
|
|
288
|
-
- Updated dependencies [b32c50d]
|
|
289
|
-
- Updated dependencies [63449d0]
|
|
290
|
-
- Updated dependencies [121a3f8]
|
|
291
|
-
- Updated dependencies [ec510e7]
|
|
292
|
-
- @mastra/core@0.13.2
|
|
293
|
-
|
|
294
|
-
## 0.10.21-alpha.3
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [b5cf2a3]
|
|
299
|
-
- @mastra/core@0.13.2-alpha.3
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2272 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/cloud
|
|
2
2
|
|
|
3
|
+
## 0.1.11-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
12
|
+
## 0.1.11-alpha.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#7385](https://github.com/mastra-ai/mastra/pull/7385) [`5a396a5`](https://github.com/mastra-ai/mastra/commit/5a396a5aa6420ebcc15aaa4bde857a8f515af783) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Fix export for cloud ai traces
|
|
17
|
+
|
|
18
|
+
- [#7376](https://github.com/mastra-ai/mastra/pull/7376) [`e3e1ce2`](https://github.com/mastra-ai/mastra/commit/e3e1ce233134514234a5f0b912594c5816e13640) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Create AI Trace exporter
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
21
|
+
- @mastra/core@0.15.3-alpha.6
|
|
22
|
+
|
|
3
23
|
## 0.1.11-alpha.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
- Updated dependencies [eabdcd9]
|
|
279
299
|
- Updated dependencies [90be034]
|
|
280
300
|
- Updated dependencies [99f050a]
|
|
281
|
-
- Updated dependencies [d0ee3c6]
|
|
282
|
-
- Updated dependencies [b2ae5aa]
|
|
283
|
-
- Updated dependencies [23f258c]
|
|
284
|
-
- Updated dependencies [a7292b0]
|
|
285
|
-
- Updated dependencies [0dcb9f0]
|
|
286
|
-
- Updated dependencies [2672a05]
|
|
287
|
-
- @mastra/core@0.10.0
|
|
288
|
-
|
|
289
|
-
## 0.1.0-alpha.1
|
|
290
|
-
|
|
291
|
-
### Minor Changes
|
|
292
|
-
|
|
293
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
294
|
-
- 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- Updated dependencies [b3a3d63]
|
|
299
|
-
- Updated dependencies [344f453]
|
|
300
|
-
- Updated dependencies [0a3ae6d]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 316 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/cloudflare-d1
|
|
2
2
|
|
|
3
|
+
## 0.12.11-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.12.11-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [8722d53]
|
|
290
299
|
- Updated dependencies [565cc0c]
|
|
291
300
|
- Updated dependencies [b790fd1]
|
|
292
|
-
- Updated dependencies [132027f]
|
|
293
|
-
- Updated dependencies [0c85311]
|
|
294
|
-
- Updated dependencies [d7ed04d]
|
|
295
|
-
- Updated dependencies [cb16baf]
|
|
296
|
-
- Updated dependencies [f36e4f1]
|
|
297
|
-
- Updated dependencies [7f6e403]
|
|
298
|
-
- @mastra/core@0.10.11
|
|
299
|
-
|
|
300
|
-
## 0.12.1-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 676 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.11.11-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.11.11-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
|
|
290
299
|
### Patch Changes
|
|
291
300
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
- 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
|
|
295
|
-
- d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
|
|
296
|
-
- 0fb9d64: [MASTRA-4018] Update saveMessages in storage adapters to upsert messages
|
|
297
|
-
- 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
|
|
298
|
-
- 0e17048: Throw mastra errors in storage packages
|
|
299
|
-
- Updated dependencies [15e9d26]
|
|
300
|
-
- Updated dependencies [d1baedb]
|
|
301
|
-
|
|
302
|
-
... 836 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 845 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7392](https://github.com/mastra-ai/mastra/pull/7392) [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe) Thanks [@abhiaiyer91](https://github.com/abhiaiyer91)! - Add tripwire chunk to streamVNext full stream
|
|
8
|
+
|
|
9
|
+
## 0.15.3-alpha.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#7361](https://github.com/mastra-ai/mastra/pull/7361) [`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab) Thanks [@epinzur](https://github.com/epinzur)! - stopped recording event spans for llm_chunks in ai-observability
|
|
14
|
+
|
|
15
|
+
- [#7383](https://github.com/mastra-ai/mastra/pull/7383) [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756) Thanks [@DanielSLew](https://github.com/DanielSLew)! - New createMCPTool helper for correct types for MCP Server tools
|
|
16
|
+
|
|
17
|
+
- [#7350](https://github.com/mastra-ai/mastra/pull/7350) [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e) Thanks [@LekoArts](https://github.com/LekoArts)! - Try fixing the `Attempted import error: 'z'.'toJSONSchema' is not exported from 'zod'` error by tricking the compiler
|
|
18
|
+
|
|
19
|
+
- [#7382](https://github.com/mastra-ai/mastra/pull/7382) [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e) Thanks [@TylerBarnes](https://github.com/TylerBarnes)! - Some LLM providers (openrouter for ex) add response-metadata chunks after each text-delta, this was resulting in us flushing text deltas into parts after each delta, so our output messages (with streamVNext) would have a separate text part for each text delta, instead of one text part for the combined deltas
|
|
20
|
+
|
|
21
|
+
- [#7353](https://github.com/mastra-ai/mastra/pull/7353) [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2) Thanks [@epinzur](https://github.com/epinzur)! - Adds handling for event-type spans to the default ai observability exporter
|
|
22
|
+
|
|
23
|
+
- [#7355](https://github.com/mastra-ai/mastra/pull/7355) [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92) Thanks [@rase-](https://github.com/rase-)! - Automatically pipe writer to workflows as a tool.
|
|
24
|
+
Also changed start, finish, step-output events to be workflow-start, workflow-finish and workflow-step-output
|
|
25
|
+
|
|
26
|
+
- [#7081](https://github.com/mastra-ai/mastra/pull/7081) [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Support AISDK models for runExperiment
|
|
27
|
+
|
|
28
|
+
- [#7321](https://github.com/mastra-ai/mastra/pull/7321) [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc) Thanks [@TylerBarnes](https://github.com/TylerBarnes)! - Fixed issue where multiple split messages were created with identical content
|
|
29
|
+
instead of properly distributing different parts of the original message.
|
|
30
|
+
|
|
31
|
+
- [#7386](https://github.com/mastra-ai/mastra/pull/7386) [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47) Thanks [@NikAiyer](https://github.com/NikAiyer)! - fix default stream options onFinish being overridden
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [[`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e)]:
|
|
34
|
+
- @mastra/schema-compat@0.11.2-alpha.3
|
|
35
|
+
|
|
3
36
|
## 0.15.3-alpha.5
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
|
@@ -265,38 +298,5 @@
|
|
|
265
298
|
|
|
266
299
|
### Patch Changes
|
|
267
300
|
|
|
268
|
-
- ad888a2: Stream vnext agent-network
|
|
269
|
-
- 481751d: Tests `mitt.off` event handler removal
|
|
270
|
-
- 194e395: exclude \_wrapToolsWithAITracing from agent trace
|
|
271
|
-
|
|
272
|
-
## 0.14.0-alpha.5
|
|
273
|
-
|
|
274
|
-
## 0.14.0-alpha.4
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- 0a7f675: Client JS vnext methods
|
|
279
|
-
- 12cae67: fix: add threadId and resourceId to scorers
|
|
280
|
-
- 5a37d0c: Fix dev server bug related to p-map imports
|
|
281
|
-
- 4bde0cb: Allow renaming .map functions in workflows
|
|
282
|
-
- 1a80071: loop code and tests
|
|
283
|
-
- 36a3be8: Agent processors tests
|
|
284
|
-
- 361757b: Execute method
|
|
285
|
-
- 2bb9955: Model loop changes
|
|
286
|
-
- 2454423: generateVNext and streamVNext
|
|
287
|
-
- a44d91e: Message list changes
|
|
288
|
-
- dfb91e9: Server handlers
|
|
289
|
-
- a741dde: generateVNext plumbing
|
|
290
|
-
- 7cb3fc0: Fix loop test
|
|
291
|
-
- 195eabb: Process Mastra Stream
|
|
292
|
-
- b78b95b: Support generateVNext in playground
|
|
293
|
-
|
|
294
|
-
## 0.14.0-alpha.3
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- 227c7e6: replace console.log with logger.debug in inmemory operations
|
|
299
|
-
- fd3a3eb: Add runExperments to run scorers in a test suite or in CI
|
|
300
|
-
- a8f129d: "initial addition of experimental ai observability tracing features."
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2922 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/couchbase
|
|
2
2
|
|
|
3
|
+
## 0.11.7-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.11.7-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
|
|
290
299
|
### Patch Changes
|
|
291
300
|
|
|
292
|
-
- 915ca1a: Added disconnect function for couchbase and added docs
|
|
293
|
-
Added prompt for OpenSearchVector
|
|
294
|
-
- Updated dependencies [ee77e78]
|
|
295
|
-
- Updated dependencies [2901125]
|
|
296
|
-
- @mastra/core@0.10.2-alpha.1
|
|
297
|
-
|
|
298
|
-
## 0.10.0
|
|
299
|
-
|
|
300
|
-
### Minor Changes
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 219 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @mastra/deployer-cloud
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/deployer@0.15.3-alpha.7
|
|
11
|
+
- @mastra/loggers@0.10.10-alpha.1
|
|
12
|
+
- @mastra/core@0.15.3-alpha.7
|
|
13
|
+
|
|
14
|
+
## 0.15.3-alpha.6
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [#7040](https://github.com/mastra-ai/mastra/pull/7040) [`855135e`](https://github.com/mastra-ai/mastra/commit/855135e2a746742a3da8745a3c7d701b5d43d812) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
|
|
19
|
+
- Updated dependency [`redis@^5.8.2` ↗︎](https://www.npmjs.com/package/redis/v/5.8.2) (from `^5.8.0`, in `dependencies`)
|
|
20
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47), [`03d0c39`](https://github.com/mastra-ai/mastra/commit/03d0c3963a748294577dd232a53ee01e1e5bcc12)]:
|
|
21
|
+
- @mastra/core@0.15.3-alpha.6
|
|
22
|
+
- @mastra/deployer@0.15.3-alpha.6
|
|
23
|
+
|
|
3
24
|
## 0.15.3-alpha.5
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.13.3-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/deployer@0.15.3-alpha.7
|
|
11
|
+
- @mastra/core@0.15.3-alpha.7
|
|
12
|
+
|
|
3
13
|
## 0.13.3-alpha.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -289,14 +299,4 @@
|
|
|
289
299
|
|
|
290
300
|
### Patch Changes
|
|
291
301
|
|
|
292
|
-
|
|
293
|
-
- @mastra/core@0.13.1-alpha.0
|
|
294
|
-
- @mastra/deployer@0.13.1-alpha.0
|
|
295
|
-
|
|
296
|
-
## 0.11.4
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- 7b8172f: dependencies updates:
|
|
301
|
-
|
|
302
|
-
... 3397 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 3407 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.12.3-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/deployer@0.15.3-alpha.7
|
|
11
|
+
- @mastra/core@0.15.3-alpha.7
|
|
12
|
+
|
|
3
13
|
## 0.12.3-alpha.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -288,15 +298,5 @@
|
|
|
288
298
|
|
|
289
299
|
### Patch Changes
|
|
290
300
|
|
|
291
|
-
- Updated dependencies [94f4812]
|
|
292
|
-
- Updated dependencies [e202b82]
|
|
293
|
-
- Updated dependencies [e00f6a0]
|
|
294
|
-
- @mastra/core@0.12.2-alpha.0
|
|
295
|
-
- @mastra/deployer@0.12.2-alpha.0
|
|
296
|
-
|
|
297
|
-
## 0.11.10
|
|
298
|
-
|
|
299
|
-
### Patch Changes
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3151 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/deployer-vercel
|
|
2
2
|
|
|
3
|
+
## 0.11.19-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/deployer@0.15.3-alpha.7
|
|
11
|
+
- @mastra/core@0.15.3-alpha.7
|
|
12
|
+
|
|
3
13
|
## 0.11.19-alpha.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -289,14 +299,4 @@
|
|
|
289
299
|
|
|
290
300
|
### Patch Changes
|
|
291
301
|
|
|
292
|
-
|
|
293
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
294
|
-
- Updated dependencies [510e2c8]
|
|
295
|
-
- Updated dependencies [2f72fb2]
|
|
296
|
-
- Updated dependencies [27cc97a]
|
|
297
|
-
- Updated dependencies [832691b]
|
|
298
|
-
- Updated dependencies [557bb9d]
|
|
299
|
-
- Updated dependencies [27cc97a]
|
|
300
|
-
- Updated dependencies [3f89307]
|
|
301
|
-
|
|
302
|
-
... 3089 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 3099 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 0.15.3-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3), [`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/server@0.15.3-alpha.7
|
|
11
|
+
- @mastra/core@0.15.3-alpha.7
|
|
12
|
+
|
|
13
|
+
## 0.15.3-alpha.6
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#7388](https://github.com/mastra-ai/mastra/pull/7388) [`03d0c39`](https://github.com/mastra-ai/mastra/commit/03d0c3963a748294577dd232a53ee01e1e5bcc12) Thanks [@NikAiyer](https://github.com/NikAiyer)! - temp disable agent-builder workflows import
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47), [`03d0c39`](https://github.com/mastra-ai/mastra/commit/03d0c3963a748294577dd232a53ee01e1e5bcc12)]:
|
|
20
|
+
- @mastra/core@0.15.3-alpha.6
|
|
21
|
+
- @mastra/server@0.15.3-alpha.6
|
|
22
|
+
|
|
3
23
|
## 0.15.3-alpha.5
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
- Updated dependencies [ad888a2]
|
|
279
299
|
- Updated dependencies [481751d]
|
|
280
300
|
- Updated dependencies [194e395]
|
|
281
|
-
- Updated dependencies [a9916bd]
|
|
282
|
-
- @mastra/core@0.14.0-alpha.6
|
|
283
|
-
- @mastra/server@0.14.0-alpha.6
|
|
284
|
-
|
|
285
|
-
## 0.14.0-alpha.5
|
|
286
|
-
|
|
287
|
-
### Patch Changes
|
|
288
|
-
|
|
289
|
-
- Updated dependencies [4908422]
|
|
290
|
-
- @mastra/server@0.14.0-alpha.5
|
|
291
|
-
- @mastra/core@0.14.0-alpha.5
|
|
292
|
-
|
|
293
|
-
## 0.14.0-alpha.4
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- 96518cc: Bundling cleanup code improvements
|
|
298
|
-
- c712849: Deployer handlers
|
|
299
|
-
- 2454423: generateVNext and streamVNext
|
|
300
|
-
- 95e1330: Move to default rollup resolve from resolveFrom pkg
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3758 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/dynamodb
|
|
2
2
|
|
|
3
|
+
## 0.14.6-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.14.6-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [7ba91fa]
|
|
290
299
|
- @mastra/core@0.11.0-alpha.2
|
|
291
300
|
|
|
292
|
-
## 0.13.0
|
|
293
|
-
|
|
294
|
-
### Minor Changes
|
|
295
|
-
|
|
296
|
-
- 10cd23a: Change DynamoDB saveThread from create to upsert to handle updates.
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- 7228a97: dependencies updates:
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 453 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.13.3-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
10
|
+
- @mastra/core@0.15.3-alpha.7
|
|
11
|
+
|
|
3
12
|
## 0.13.3-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [a723d69]
|
|
290
299
|
- Updated dependencies [7827943]
|
|
291
300
|
- Updated dependencies [5889a31]
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [4933192]
|
|
295
|
-
- Updated dependencies [d1c77a4]
|
|
296
|
-
- Updated dependencies [bea9dd1]
|
|
297
|
-
- Updated dependencies [dcd4802]
|
|
298
|
-
- Updated dependencies [cbddd18]
|
|
299
|
-
- Updated dependencies [7ba91fa]
|
|
300
|
-
- @mastra/core@0.11.0
|
|
301
|
-
|
|
302
|
-
... 2034 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 2043 more lines hidden. See full changelog in package directory.
|