@mastra/mcp-docs-server 0.13.21 → 0.13.22-alpha.1

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.
Files changed (55) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
  2. package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +2 -0
  3. package/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +8 -0
  4. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +10 -10
  5. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +36 -36
  6. package/.docs/organized/changelogs/%40mastra%2Fcloud.md +12 -12
  7. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +10 -10
  8. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +10 -10
  9. package/.docs/organized/changelogs/%40mastra%2Fcore.md +87 -87
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +29 -29
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +17 -17
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +18 -18
  13. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +17 -17
  14. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +62 -62
  15. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
  16. package/.docs/organized/changelogs/%40mastra%2Fevals.md +12 -12
  17. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +9 -9
  18. package/.docs/organized/changelogs/%40mastra%2Flance.md +10 -10
  19. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +28 -28
  20. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +24 -24
  21. package/.docs/organized/changelogs/%40mastra%2Fmem0.md +10 -10
  22. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +9 -9
  23. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +10 -10
  24. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +11 -11
  25. package/.docs/organized/changelogs/%40mastra%2Fpg.md +19 -19
  26. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +29 -29
  27. package/.docs/organized/changelogs/%40mastra%2Frag.md +10 -10
  28. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +6 -0
  29. package/.docs/organized/changelogs/%40mastra%2Fserver.md +32 -32
  30. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +11 -11
  31. package/.docs/organized/changelogs/create-mastra.md +17 -17
  32. package/.docs/organized/changelogs/mastra.md +29 -29
  33. package/.docs/organized/code-examples/agent.md +36 -0
  34. package/.docs/organized/code-examples/heads-up-game.md +4 -4
  35. package/.docs/raw/memory/memory-processors.mdx +5 -0
  36. package/.docs/raw/memory/overview.mdx +159 -104
  37. package/.docs/raw/memory/semantic-recall.mdx +5 -0
  38. package/.docs/raw/memory/working-memory.mdx +5 -0
  39. package/.docs/raw/reference/agents/agent.mdx +6 -0
  40. package/.docs/raw/reference/agents/generateVNext.mdx +2 -1
  41. package/.docs/raw/reference/agents/listAgents.mdx +68 -0
  42. package/.docs/raw/reference/agents/streamVNext.mdx +1 -1
  43. package/.docs/raw/reference/client-js/agents.mdx +54 -1
  44. package/.docs/raw/reference/client-js/workflows.mdx +36 -17
  45. package/.docs/raw/reference/core/mastra-class.mdx +2 -2
  46. package/.docs/raw/reference/memory/Memory.mdx +91 -239
  47. package/.docs/raw/reference/memory/createThread.mdx +36 -16
  48. package/.docs/raw/reference/memory/deleteMessages.mdx +39 -74
  49. package/.docs/raw/reference/memory/getThreadById.mdx +11 -11
  50. package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +26 -29
  51. package/.docs/raw/reference/memory/getThreadsByResourceIdPaginated.mdx +46 -124
  52. package/.docs/raw/reference/memory/query.mdx +76 -90
  53. package/CHANGELOG.md +14 -0
  54. package/README.md +8 -0
  55. package/package.json +4 -4
@@ -1,5 +1,12 @@
1
1
  # @internal/lint
2
2
 
3
+ ## 0.0.35
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
8
+ - @mastra/core@0.16.3
9
+
3
10
  ## 0.0.34
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - Updated dependencies [565cc0c]
292
299
  - Updated dependencies [b790fd1]
293
300
  - Updated dependencies [132027f]
294
- - Updated dependencies [0c85311]
295
- - Updated dependencies [d7ed04d]
296
- - Updated dependencies [cb16baf]
297
- - Updated dependencies [f36e4f1]
298
- - Updated dependencies [7f6e403]
299
- - @mastra/core@0.10.11
300
-
301
301
 
302
- ... 319 more lines hidden. See full changelog in package directory.
302
+ ... 326 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,7 @@
1
1
  # @internal/types-builder
2
2
 
3
+ ## 0.0.14
4
+
3
5
  ## 0.0.13
4
6
 
5
7
  ## 0.0.12
@@ -1,5 +1,13 @@
1
1
  # @mastra/agent-builder
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
8
+ - @mastra/core@0.16.3
9
+ - @mastra/memory@0.15.1
10
+
3
11
  ## 0.0.4-alpha.0
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/clickhouse
2
2
 
3
+ ## 0.15.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
8
+
9
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
10
+ - @mastra/core@0.16.4-alpha.1
11
+
3
12
  ## 0.15.0
4
13
 
5
14
  ### Minor Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  ### Patch Changes
291
300
 
292
- - 2871020: update safelyParseJSON to check for value of param when handling parse
293
- - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
294
- - Updated dependencies [cb36de0]
295
- - Updated dependencies [a82b851]
296
- - Updated dependencies [41a0a0e]
297
- - Updated dependencies [2871020]
298
- - Updated dependencies [4a406ec]
299
- - Updated dependencies [5d377e5]
300
- - @mastra/core@0.13.0-alpha.2
301
301
 
302
- ... 999 more lines hidden. See full changelog in package directory.
302
+ ... 1008 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,40 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.12.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
8
+ - @mastra/core@0.16.4-alpha.1
9
+
10
+ ## 0.12.4-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Playground ui -pass runtimeContext to client SDK get methods ([#7767](https://github.com/mastra-ai/mastra/pull/7767))
15
+
16
+ - Improve client-js SDK agent and workflow APIs ([#7592](https://github.com/mastra-ai/mastra/pull/7592))
17
+
18
+ - Dedicated client-js SDK createTool without server dependencies ([#7781](https://github.com/mastra-ai/mastra/pull/7781))
19
+
20
+ - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
21
+ - @mastra/core@0.16.4-alpha.0
22
+
23
+ ## 0.12.3
24
+
25
+ ### Patch Changes
26
+
27
+ - Delayed deprecation notice for streamVNext() replacing stream() until Sept 23rd ([#7739](https://github.com/mastra-ai/mastra/pull/7739))
28
+
29
+ - AN packages ([#7711](https://github.com/mastra-ai/mastra/pull/7711))
30
+
31
+ - Client SDK Agents, Mastra server - support runtimeContext with GET requests ([#7734](https://github.com/mastra-ai/mastra/pull/7734))
32
+
33
+ - Change SchemaCompat zodToJsonSchema ref strategy from none to relative, leading to less schema warnings and smaller converted schema sizes ([#7697](https://github.com/mastra-ai/mastra/pull/7697))
34
+
35
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
36
+ - @mastra/core@0.16.3
37
+
3
38
  ## 0.12.3-alpha.1
4
39
 
5
40
  ### Patch Changes
@@ -264,39 +299,4 @@
264
299
 
265
300
  ### Patch Changes
266
301
 
267
- - [#7109](https://github.com/mastra-ai/mastra/pull/7109) [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9) Thanks [@epinzur](https://github.com/epinzur)! - Fixed tracingContext on tool executions in AI tracing
268
-
269
- - Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
270
- - @mastra/core@0.15.3-alpha.0
271
-
272
- ## 0.11.2
273
-
274
- ### Patch Changes
275
-
276
- - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
277
-
278
- - Updated dependencies []:
279
- - @mastra/core@0.15.2
280
-
281
- ## 0.11.1
282
-
283
- ### Patch Changes
284
-
285
- - Updated dependencies []:
286
- - @mastra/core@0.15.1
287
-
288
- ## 0.11.0
289
-
290
- ### Minor Changes
291
-
292
- - [#6993](https://github.com/mastra-ai/mastra/pull/6993) [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve types and fix linting issues
293
-
294
- - [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
295
-
296
- ### Patch Changes
297
-
298
- - [#6967](https://github.com/mastra-ai/mastra/pull/6967) [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement AI traces for server apis and client sdk
299
-
300
- - [#6972](https://github.com/mastra-ai/mastra/pull/6972) [`00ef6c1`](https://github.com/mastra-ai/mastra/commit/00ef6c1d3c76708712acd3de7f39c4d6b0f3b427) Thanks [@roaminro](https://github.com/roaminro)! - add credentials option for fetch requests
301
-
302
- ... 2472 more lines hidden. See full changelog in package directory.
302
+ ... 2507 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,16 @@
1
1
  # @mastra/cloud
2
2
 
3
+ ## 0.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated observability config, including adding a default section. Added CloudExporter for ai observability. ([#7641](https://github.com/mastra-ai/mastra/pull/7641))
8
+
9
+ - Removed the MastraCloudAITracingExporter from the package. Use the CloudExport in @mastra/core instead. ([#7641](https://github.com/mastra-ai/mastra/pull/7641))
10
+
11
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
12
+ - @mastra/core@0.16.3
13
+
3
14
  ## 0.1.14-alpha.0
4
15
 
5
16
  ### Patch Changes
@@ -288,15 +299,4 @@
288
299
  - ce088f5: Update all peerdeps to latest core
289
300
  - @mastra/core@0.11.1
290
301
 
291
- ## 0.1.3
292
-
293
- ### Patch Changes
294
-
295
- - 63f6b7d: dependencies updates:
296
- - Updated dependency [`@opentelemetry/otlp-transformer@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-transformer/v/0.201.1) (from `^0.201.0`, in `dependencies`)
297
- - Updated dependency [`@opentelemetry/otlp-exporter-base@^0.201.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/otlp-exporter-base/v/0.201.1) (from `^0.201.0`, in `dependencies`)
298
- - Updated dependencies [63f6b7d]
299
- - Updated dependencies [12a95fc]
300
- - Updated dependencies [4b0f8a6]
301
-
302
- ... 421 more lines hidden. See full changelog in package directory.
302
+ ... 432 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/cloudflare-d1
2
2
 
3
+ ## 0.13.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
8
+
9
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
10
+ - @mastra/core@0.16.4-alpha.1
11
+
3
12
  ## 0.13.0
4
13
 
5
14
  ### Minor Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  ## 0.12.4-alpha.1
291
300
 
292
- ### Patch Changes
293
-
294
- - 9881232: dependencies updates:
295
- - Updated dependency [`cloudflare@^4.5.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.5.0) (from `^4.4.1`, in `dependencies`)
296
- - Updated dependencies [27cc97a]
297
- - Updated dependencies [41daa63]
298
- - Updated dependencies [254a36b]
299
- - Updated dependencies [0b89602]
300
- - Updated dependencies [4d37822]
301
301
 
302
- ... 772 more lines hidden. See full changelog in package directory.
302
+ ... 781 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.12.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
8
+
9
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
10
+ - @mastra/core@0.16.4-alpha.1
11
+
3
12
  ## 0.12.0
4
13
 
5
14
  ### Minor Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [0c99fbe]
290
299
  - @mastra/core@0.12.0-alpha.2
291
300
 
292
- ## 0.11.3
293
-
294
- ### Patch Changes
295
-
296
- - ce088f5: Update all peerdeps to latest core
297
- - @mastra/core@0.11.1
298
-
299
- ## 0.11.2
300
-
301
301
 
302
- ... 941 more lines hidden. See full changelog in package directory.
302
+ ... 950 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,91 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.16.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
8
+
9
+ ## 0.16.4-alpha.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Added the ability to hide internal ai tracing spans (enabled by default) ([#7764](https://github.com/mastra-ai/mastra/pull/7764))
14
+
15
+ - "refactored ai tracing to commonize types" ([#7744](https://github.com/mastra-ai/mastra/pull/7744))
16
+
17
+ - feat: add requiresAuth option for custom API routes ([#7703](https://github.com/mastra-ai/mastra/pull/7703))
18
+
19
+ Added a new `requiresAuth` option to the `ApiRoute` type that allows users to explicitly control authentication requirements for custom endpoints.
20
+ - By default, all custom routes require authentication (`requiresAuth: true`)
21
+ - Set `requiresAuth: false` to make a route publicly accessible without authentication
22
+ - The auth middleware now checks this configuration before applying authentication
23
+
24
+ Example usage:
25
+
26
+ ```typescript
27
+ const customRoutes: ApiRoute[] = [
28
+ {
29
+ path: '/api/public-endpoint',
30
+ method: 'GET',
31
+ requiresAuth: false, // No authentication required
32
+ handler: async c => c.json({ message: 'Public access' }),
33
+ },
34
+ {
35
+ path: '/api/protected-endpoint',
36
+ method: 'GET',
37
+ requiresAuth: true, // Authentication required (default)
38
+ handler: async c => c.json({ message: 'Protected access' }),
39
+ },
40
+ ];
41
+ ```
42
+
43
+ This addresses issue #7674 where custom endpoints were not being protected by the authentication system.
44
+
45
+ - Network stream class when calling agent.network() ([#7763](https://github.com/mastra-ai/mastra/pull/7763))
46
+
47
+ - Deprecate "output" in generate and stream VNext in favour of structuredOutput. When structuredOutput is used in tandem with maxSteps = 1, the structuredOutput processor won't run, it'll generate the output using the main agent, similar to how "output" used to work. ([#7750](https://github.com/mastra-ai/mastra/pull/7750))
48
+
49
+ ## 0.16.3
50
+
51
+ ### Patch Changes
52
+
53
+ - dependencies updates: ([#7545](https://github.com/mastra-ai/mastra/pull/7545))
54
+ - Updated dependency [`hono@^4.9.6` ↗︎](https://www.npmjs.com/package/hono/v/4.9.6) (from `^4.8.12`, in `dependencies`)
55
+
56
+ - Delayed deprecation notice for streamVNext() replacing stream() until Sept 23rd ([#7739](https://github.com/mastra-ai/mastra/pull/7739))
57
+
58
+ - Fix onFinish callback in VNext functions to properly resolve the result ([#7733](https://github.com/mastra-ai/mastra/pull/7733))
59
+
60
+ - support JSONSchema7 output option with generateVNext, streamVNext ([#7630](https://github.com/mastra-ai/mastra/pull/7630))
61
+
62
+ - various improvements to input & output data on ai spans ([#7636](https://github.com/mastra-ai/mastra/pull/7636))
63
+
64
+ - cleanup ([#7736](https://github.com/mastra-ai/mastra/pull/7736))
65
+
66
+ - add network method ([#7704](https://github.com/mastra-ai/mastra/pull/7704))
67
+
68
+ - Fix memory not being affected by agent output processors (#7087). Output processors now correctly modify messages before they are saved to memory storage. The fix ensures that any transformations applied by output processors (like redacting sensitive information) are properly propagated to the memory system. ([#7647](https://github.com/mastra-ai/mastra/pull/7647))
69
+
70
+ - Fix agent structuredOutput option types ([#7668](https://github.com/mastra-ai/mastra/pull/7668))
71
+
72
+ - "added output to agent spans in ai-tracing" ([#7717](https://github.com/mastra-ai/mastra/pull/7717))
73
+
74
+ - Ensure system messages are persisted in processedList ([#7715](https://github.com/mastra-ai/mastra/pull/7715))
75
+
76
+ - AN Merge pt 1 ([#7702](https://github.com/mastra-ai/mastra/pull/7702))
77
+
78
+ - Custom metadata for traces can now be set when starting agents or workflows ([#7689](https://github.com/mastra-ai/mastra/pull/7689))
79
+
80
+ - Workflow & Agent executions now return traceId. ([#7663](https://github.com/mastra-ai/mastra/pull/7663))
81
+
82
+ - fixed bugs in observability config parsing ([#7669](https://github.com/mastra-ai/mastra/pull/7669))
83
+
84
+ - fix playground UI issue about dynmic workflow exec in agent thread ([#7665](https://github.com/mastra-ai/mastra/pull/7665))
85
+
86
+ - Updated dependencies [[`779d469`](https://github.com/mastra-ai/mastra/commit/779d469366bb9f7fcb6d1638fdabb9f3acc49218)]:
87
+ - @mastra/schema-compat@0.11.3
88
+
3
89
  ## 0.16.3-alpha.1
4
90
 
5
91
  ### Patch Changes
@@ -213,90 +299,4 @@
213
299
 
214
300
  These type helpers allow developers to easily integrate Mastra tools with AI SDK UI components like `useChat` by providing proper type inference for tool inputs and outputs.
215
301
 
216
- ## 0.15.3
217
-
218
- ### Patch Changes
219
-
220
- - ab48c97: dependencies updates:
221
- - Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
222
- - 85ef90b: Return nested workflow steps information in getWorkflowRunExecutionResult
223
- - aedbbfa: Fixed wrapping of models with AI Tracing when used with structured output.
224
- - ff89505: Add deprecation warnings and add legacy routes
225
- - 637f323: Fix issue with some compilers and calling zod v4's toJSONSchema function
226
- - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
227
- - c19bcf7: stopped recording event spans for llm_chunks in ai-observability
228
- - 4474d04: fix: do not pass tracing context to score run
229
- - 183dc95: Added a fix to prevent filtering out injected initial default user messages. Related to issue 7231
230
- - a1111e2: Fixes #7254 where the onFinish callback wasn't returning assistant messages when using format: 'aisdk' in streamVNext. The messageList was being updated with response messages but these weren't being passed to the user's onFinish callback.
231
- - b42a961: New createMCPTool helper for correct types for MCP Server tools
232
- - 61debef: Fix - add missing tool options to createTool
233
- - 9beaeff: Create new `@mastra/ai-sdk` package to better support `useChat()`
234
- - 29de0e1: MastraEmbeddingModel and ts hack
235
- - f643c65: Support file download
236
- - 00c74e7: Added a DefaultExporter for AI Tracing.
237
- - fef7375: Fix tool validation when schema uses context or inputData reserved keys
238
- - e3d8fea: Support Inngest flow control features for Mastra Inngest workflows
239
- - 45e4d39: Try fixing the `Attempted import error: 'z'.'toJSONSchema' is not exported from 'zod'` error by tricking the compiler
240
- - 9eee594: Fix passing providerOptions through in streamVNext, enabling reasoning-delta chunks to be receiving.
241
- - 7149d8d: Add tripwire chunk to streamVNext full stream
242
- - 822c2e8: Fix custom output (tool-output) in ai-sdk stream output
243
- - 979912c: "Updated langfuse exporter to handle Event spans"
244
- - 7dcf4c0: Ensure original stacktrace is preserved during workflow runs
245
- - 4106a58: Fix image handling for Google Gemini and other providers when using streamVNext (fixes #7362)
246
- - ad78bfc: "pipes tracingContext through all ai items: agents, workflows, tools, processors, scorers, etc.."
247
- - 0302f50: 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
248
- - 6ac697e: improveEmbeddingModelStuff
249
- - 74db265: Adds handling for event-type spans to the default ai observability exporter
250
- - 0ce418a: upgrade ai v5 versions to latest for core and memory
251
- - af90672: Add maxSteps
252
- - 8387952: Register scorers on mastra instance to override per agent generate call
253
- - 7f3b8da: Automatically pipe writer to workflows as a tool.
254
- Also changed start, finish, step-output events to be workflow-start, workflow-finish and workflow-step-output
255
- - 905352b: Support AISDK models for runExperiment
256
- - 599d04c: follow up fix for scorers
257
- - 56041d0: Don't set supportsStructuredOutputs for every v2 model
258
- - 3412597: Pass provider options
259
- - 5eca5d2: Fixed wrapped mastra class inside workflow steps.
260
- - f2cda47: Fixed issue where multiple split messages were created with identical content
261
- instead of properly distributing different parts of the original message.
262
- - 5de1555: Fixed tracingContext on tool executions in AI tracing
263
- - cfd377a: fix default stream options onFinish being overridden
264
- - 1ed5a3e: Support workflows for run experiments
265
- - Updated dependencies [ab48c97]
266
- - Updated dependencies [637f323]
267
- - Updated dependencies [de3cbc6]
268
- - Updated dependencies [45e4d39]
269
- - @mastra/schema-compat@0.11.2
270
-
271
- ## 0.15.3-alpha.9
272
-
273
- ### Patch Changes
274
-
275
- - [#7401](https://github.com/mastra-ai/mastra/pull/7401) [`599d04c`](https://github.com/mastra-ai/mastra/commit/599d04cebe92c1d536fee3190434941b8c91548e) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - follow up fix for scorers
276
-
277
- ## 0.15.3-alpha.8
278
-
279
- ### Patch Changes
280
-
281
- - [#7397](https://github.com/mastra-ai/mastra/pull/7397) [`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - fix: do not pass tracing context to score run
282
-
283
- - [#7396](https://github.com/mastra-ai/mastra/pull/7396) [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb) Thanks [@TylerBarnes](https://github.com/TylerBarnes)! - Fix image handling for Google Gemini and other providers when using streamVNext (fixes #7362)
284
-
285
- ## 0.15.3-alpha.7
286
-
287
- ### Patch Changes
288
-
289
- - [#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
290
-
291
- ## 0.15.3-alpha.6
292
-
293
- ### Patch Changes
294
-
295
- - [#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
296
-
297
- - [#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
298
-
299
- - [#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
300
-
301
-
302
- ... 3204 more lines hidden. See full changelog in package directory.
302
+ ... 3290 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,33 @@
1
1
  # @mastra/deployer-cloud
2
2
 
3
+ ## 0.16.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
8
+ - @mastra/core@0.16.4-alpha.1
9
+ - @mastra/deployer@0.16.4-alpha.1
10
+
11
+ ## 0.16.4-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`f0ab020`](https://github.com/mastra-ai/mastra/commit/f0ab02034532a4afb71a1ef4fe243f9a8dffde84), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
16
+ - @mastra/core@0.16.4-alpha.0
17
+ - @mastra/deployer@0.16.4-alpha.0
18
+
19
+ ## 0.16.3
20
+
21
+ ### Patch Changes
22
+
23
+ - Remove unused deps ([#7652](https://github.com/mastra-ai/mastra/pull/7652))
24
+
25
+ - Should interpolate urls ([#7706](https://github.com/mastra-ai/mastra/pull/7706))
26
+
27
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`0666082`](https://github.com/mastra-ai/mastra/commit/06660820230dcb1fa7c1d51c8254107afd68cd67), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`4c81b65`](https://github.com/mastra-ai/mastra/commit/4c81b65a28d128560bdf63bc9b8a1bddd4884812), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
28
+ - @mastra/core@0.16.3
29
+ - @mastra/deployer@0.16.3
30
+
3
31
  ## 0.16.3-alpha.1
4
32
 
5
33
  ### Patch Changes
@@ -270,33 +298,5 @@
270
298
 
271
299
  ### Patch Changes
272
300
 
273
- - Updated dependencies [[`637f323`](https://github.com/mastra-ai/mastra/commit/637f32371d79a8f78c52c0d53411af0915fcec67), [`29de0e1`](https://github.com/mastra-ai/mastra/commit/29de0e1b0a7173317ae7d1ab0c0993167c659f2b), [`6ac697e`](https://github.com/mastra-ai/mastra/commit/6ac697edcc2435482c247cba615277ec4765dcc4)]:
274
- - @mastra/core@0.15.3-alpha.1
275
- - @mastra/deployer@0.15.3-alpha.1
276
-
277
- ## 0.15.3-alpha.0
278
-
279
- ### Patch Changes
280
-
281
- - Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`6f715fe`](https://github.com/mastra-ai/mastra/commit/6f715fe524296e1138a319e56bcf8e4214bd5dd5), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`a6e2254`](https://github.com/mastra-ai/mastra/commit/a6e225469159950bb69e8d240d510ec57dc0d79a), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
282
- - @mastra/core@0.15.3-alpha.0
283
- - @mastra/deployer@0.15.3-alpha.0
284
-
285
- ## 0.15.2
286
-
287
- ### Patch Changes
288
-
289
- - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
290
-
291
- - Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
292
- - @mastra/deployer@0.15.2
293
- - @mastra/loggers@0.10.9
294
- - @mastra/core@0.15.2
295
-
296
- ## 0.15.1
297
-
298
- ### Patch Changes
299
-
300
- - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
301
301
 
302
- ... 42 more lines hidden. See full changelog in package directory.
302
+ ... 70 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
+ ## 0.13.8-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`f0ab020`](https://github.com/mastra-ai/mastra/commit/f0ab02034532a4afb71a1ef4fe243f9a8dffde84), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
8
+ - @mastra/core@0.16.4-alpha.0
9
+ - @mastra/deployer@0.16.4-alpha.0
10
+
11
+ ## 0.13.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`0666082`](https://github.com/mastra-ai/mastra/commit/06660820230dcb1fa7c1d51c8254107afd68cd67), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`4c81b65`](https://github.com/mastra-ai/mastra/commit/4c81b65a28d128560bdf63bc9b8a1bddd4884812), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
16
+ - @mastra/core@0.16.3
17
+ - @mastra/deployer@0.16.3
18
+
3
19
  ## 0.13.7-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -283,20 +299,4 @@
283
299
  - @mastra/deployer@0.14.2-alpha.1
284
300
  - @mastra/core@0.14.2-alpha.1
285
301
 
286
- ## 0.12.3-alpha.0
287
-
288
- ### Patch Changes
289
-
290
- - [#6798](https://github.com/mastra-ai/mastra/pull/6798) [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
291
- - Updated dependency [`rollup@~4.46.4` ↗︎](https://www.npmjs.com/package/rollup/v/4.46.4) (from `~4.46.2`, in `dependencies`)
292
- - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
293
- - @mastra/core@0.14.2-alpha.0
294
- - @mastra/deployer@0.14.2-alpha.0
295
-
296
- ## 0.12.2
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`4c8956f`](https://github.com/mastra-ai/mastra/commit/4c8956f3110ccf39595e022f127a44a0a5c09c86), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
301
-
302
- ... 3558 more lines hidden. See full changelog in package directory.
302
+ ... 3574 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/deployer-netlify
2
2
 
3
+ ## 0.12.8-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`f0ab020`](https://github.com/mastra-ai/mastra/commit/f0ab02034532a4afb71a1ef4fe243f9a8dffde84), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
8
+ - @mastra/core@0.16.4-alpha.0
9
+ - @mastra/deployer@0.16.4-alpha.0
10
+
11
+ ## 0.12.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`0666082`](https://github.com/mastra-ai/mastra/commit/06660820230dcb1fa7c1d51c8254107afd68cd67), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`4c81b65`](https://github.com/mastra-ai/mastra/commit/4c81b65a28d128560bdf63bc9b8a1bddd4884812), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
16
+ - @mastra/core@0.16.3
17
+ - @mastra/deployer@0.16.3
18
+
3
19
  ## 0.12.7-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -282,21 +298,5 @@
282
298
  - Updated dependencies [12cae67]
283
299
  - Updated dependencies [bca2ba3]
284
300
  - Updated dependencies [fd3a3eb]
285
- - Updated dependencies [022f3a2]
286
- - Updated dependencies [6faaee5]
287
- - Updated dependencies [4232b14]
288
- - Updated dependencies [6313063]
289
- - Updated dependencies [a89de7e]
290
- - Updated dependencies [96518cc]
291
- - Updated dependencies [5a37d0c]
292
- - Updated dependencies [4bde0cb]
293
- - Updated dependencies [cf4f357]
294
- - Updated dependencies [c712849]
295
- - Updated dependencies [04dcd66]
296
- - Updated dependencies [03997ae]
297
- - Updated dependencies [ad888a2]
298
- - Updated dependencies [481751d]
299
- - Updated dependencies [2454423]
300
- - Updated dependencies [194e395]
301
-
302
- ... 3302 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 3318 more lines hidden. See full changelog in package directory.