@mastra/mcp-docs-server 0.13.31-alpha.0 → 0.13.32-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.
Files changed (68) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fchangeset-cli.md +2 -0
  2. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +8 -8
  3. package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +2 -0
  4. package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +23 -19
  5. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +15 -15
  6. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +14 -14
  7. package/.docs/organized/changelogs/%40mastra%2Fcore.md +57 -57
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +17 -17
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +21 -21
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +21 -21
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +21 -21
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +27 -27
  13. package/.docs/organized/changelogs/%40mastra%2Fevals.md +10 -10
  14. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +14 -14
  15. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +15 -15
  16. package/.docs/organized/changelogs/%40mastra%2Fpg.md +21 -21
  17. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +25 -25
  18. package/.docs/organized/changelogs/%40mastra%2Freact.md +16 -0
  19. package/.docs/organized/changelogs/%40mastra%2Fserver.md +17 -17
  20. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +11 -11
  21. package/.docs/organized/changelogs/create-mastra.md +11 -11
  22. package/.docs/organized/changelogs/mastra.md +26 -26
  23. package/.docs/organized/code-examples/agui.md +2 -2
  24. package/.docs/organized/code-examples/ai-elements.md +2 -2
  25. package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
  26. package/.docs/organized/code-examples/ai-sdk-v5.md +2 -2
  27. package/.docs/organized/code-examples/assistant-ui.md +2 -2
  28. package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
  29. package/.docs/organized/code-examples/bird-checker-with-nextjs.md +2 -2
  30. package/.docs/organized/code-examples/client-side-tools.md +2 -2
  31. package/.docs/organized/code-examples/crypto-chatbot.md +2 -2
  32. package/.docs/organized/code-examples/heads-up-game.md +2 -2
  33. package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
  34. package/.docs/raw/agents/agent-memory.mdx +48 -31
  35. package/.docs/raw/agents/guardrails.mdx +8 -1
  36. package/.docs/raw/agents/networks.mdx +197 -128
  37. package/.docs/raw/agents/overview.mdx +14 -46
  38. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +92 -1
  39. package/.docs/raw/getting-started/installation.mdx +61 -68
  40. package/.docs/raw/memory/conversation-history.mdx +2 -2
  41. package/.docs/raw/memory/semantic-recall.mdx +36 -10
  42. package/.docs/raw/rag/chunking-and-embedding.mdx +19 -7
  43. package/.docs/raw/reference/client-js/agents.mdx +44 -25
  44. package/.docs/raw/reference/scorers/answer-relevancy.mdx +3 -6
  45. package/.docs/raw/reference/scorers/answer-similarity.mdx +7 -13
  46. package/.docs/raw/reference/scorers/bias.mdx +3 -6
  47. package/.docs/raw/reference/scorers/completeness.mdx +3 -6
  48. package/.docs/raw/reference/scorers/context-precision.mdx +6 -9
  49. package/.docs/raw/reference/scorers/context-relevance.mdx +12 -18
  50. package/.docs/raw/reference/scorers/faithfulness.mdx +3 -6
  51. package/.docs/raw/reference/scorers/hallucination.mdx +3 -6
  52. package/.docs/raw/reference/scorers/noise-sensitivity.mdx +13 -23
  53. package/.docs/raw/reference/scorers/prompt-alignment.mdx +16 -20
  54. package/.docs/raw/reference/scorers/tool-call-accuracy.mdx +4 -5
  55. package/.docs/raw/reference/scorers/toxicity.mdx +3 -6
  56. package/.docs/raw/reference/workflows/step.mdx +1 -1
  57. package/.docs/raw/reference/workflows/workflow-methods/sendEvent.mdx +23 -2
  58. package/.docs/raw/reference/workflows/workflow-methods/sleep.mdx +22 -4
  59. package/.docs/raw/reference/workflows/workflow-methods/sleepUntil.mdx +14 -4
  60. package/.docs/raw/reference/workflows/workflow-methods/waitForEvent.mdx +18 -1
  61. package/.docs/raw/server-db/runtime-context.mdx +13 -3
  62. package/.docs/raw/streaming/tool-streaming.mdx +30 -0
  63. package/.docs/raw/tools-mcp/overview.mdx +3 -39
  64. package/.docs/raw/workflows/overview.mdx +137 -229
  65. package/.docs/raw/workflows/suspend-and-resume.mdx +34 -23
  66. package/CHANGELOG.md +14 -0
  67. package/package.json +5 -5
  68. package/.docs/raw/workflows/pausing-execution.mdx +0 -142
@@ -1,5 +1,14 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.14.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updates the types for scorers to use the new MastraModelConfig type. Also updates relevant docs to reference this type, as well as the new router model signature# An empty message aborts the changeset. ([#8932](https://github.com/mastra-ai/mastra/pull/8932))
8
+
9
+ - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
10
+ - @mastra/core@0.21.2-alpha.0
11
+
3
12
  ## 0.14.0
4
13
 
5
14
  ### Minor Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
290
299
  - @mastra/core@0.15.3-alpha.5
291
300
 
292
- ## 0.13.3-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - [#7105](https://github.com/mastra-ai/mastra/pull/7105) [`ec8373a`](https://github.com/mastra-ai/mastra/commit/ec8373a9895ce55bf205ebddf2b9e635215a5c0d) Thanks [@adeniyii](https://github.com/adeniyii)! - Implement new off-the-shelf scorers
297
-
298
- - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
299
- - @mastra/core@0.15.3-alpha.4
300
-
301
301
 
302
- ... 2314 more lines hidden. See full changelog in package directory.
302
+ ... 2323 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,18 @@
1
1
  # @mastra/libsql
2
2
 
3
+ ## 0.16.0-alpha.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update peer dependencies to match core package version bump (0.21.2) ([#8941](https://github.com/mastra-ai/mastra/pull/8941))
8
+
9
+ ### Patch Changes
10
+
11
+ - Support for custom resume labels mapping to step to be resumed ([#8941](https://github.com/mastra-ai/mastra/pull/8941))
12
+
13
+ - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
14
+ - @mastra/core@0.21.2-alpha.0
15
+
3
16
  ## 0.15.2
4
17
 
5
18
  ### Patch Changes
@@ -286,17 +299,4 @@
286
299
 
287
300
  - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
288
301
 
289
- - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
290
- - @mastra/core@0.15.3-alpha.5
291
-
292
- ## 0.13.8-alpha.0
293
-
294
- ### Patch Changes
295
-
296
- - [#7200](https://github.com/mastra-ai/mastra/pull/7200) [`dbc51ef`](https://github.com/mastra-ai/mastra/commit/dbc51ef2e42604117ab90917fc284a560647a61f) Thanks [@epinzur](https://github.com/epinzur)! - Fixed dependency issue with new AI_SPAN schema
297
-
298
- - Updated dependencies [[`aedbbfa`](https://github.com/mastra-ai/mastra/commit/aedbbfa064124ddde039111f12629daebfea7e48), [`f643c65`](https://github.com/mastra-ai/mastra/commit/f643c651bdaf57c2343cf9dbfc499010495701fb), [`fef7375`](https://github.com/mastra-ai/mastra/commit/fef737534574f41b432a7361a285f776c3bac42b), [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe), [`3412597`](https://github.com/mastra-ai/mastra/commit/3412597a6644c0b6bf3236d6e319ed1450c5bae8)]:
299
- - @mastra/core@0.15.3-alpha.3
300
-
301
-
302
- ... 992 more lines hidden. See full changelog in package directory.
302
+ ... 1005 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,19 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.32-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
8
+ - @mastra/core@0.21.2-alpha.0
9
+
10
+ ## 0.13.31
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`ca85c93`](https://github.com/mastra-ai/mastra/commit/ca85c932b232e6ad820c811ec176d98e68c59b0a), [`a1d40f8`](https://github.com/mastra-ai/mastra/commit/a1d40f88d4ce42c4508774ad22e38ac582157af2), [`01c4a25`](https://github.com/mastra-ai/mastra/commit/01c4a2506c514d5e861c004d3d2fb3791c6391f3), [`cce8aad`](https://github.com/mastra-ai/mastra/commit/cce8aad878a0dd98e5647680f3765caba0b1701c)]:
15
+ - @mastra/core@0.21.1
16
+
3
17
  ## 0.13.31-alpha.0
4
18
 
5
19
  ### Patch Changes
@@ -285,18 +299,4 @@
285
299
 
286
300
  ## 0.13.22-alpha.3
287
301
 
288
- ### Patch Changes
289
-
290
- - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
291
-
292
- - Updated dependencies [[`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
293
- - @mastra/core@0.17.0-alpha.3
294
- - @mastra/mcp@0.12.1-alpha.0
295
-
296
- ## 0.13.22-alpha.2
297
-
298
- ### Patch Changes
299
-
300
- - Updated dependencies [[`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251)]:
301
-
302
- ... 2040 more lines hidden. See full changelog in package directory.
302
+ ... 2054 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,25 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.17.5-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Use the tz version of the timestamp column in when fetching messages. ([#8944](https://github.com/mastra-ai/mastra/pull/8944))
8
+
9
+ - Avoid conflicts in pg fn naming when creating new tables on storage.init() ([#8946](https://github.com/mastra-ai/mastra/pull/8946))
10
+
11
+ - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
12
+ - @mastra/core@0.21.2-alpha.0
13
+
14
+ ## 0.17.4
15
+
16
+ ### Patch Changes
17
+
18
+ - Add configuration documentation and tests for PgVector and PostgresStore, including examples for connection methods, SSL configuration, and pool options ([#8723](https://github.com/mastra-ai/mastra/pull/8723))
19
+
20
+ - Updated dependencies [[`ca85c93`](https://github.com/mastra-ai/mastra/commit/ca85c932b232e6ad820c811ec176d98e68c59b0a), [`a1d40f8`](https://github.com/mastra-ai/mastra/commit/a1d40f88d4ce42c4508774ad22e38ac582157af2), [`01c4a25`](https://github.com/mastra-ai/mastra/commit/01c4a2506c514d5e861c004d3d2fb3791c6391f3), [`cce8aad`](https://github.com/mastra-ai/mastra/commit/cce8aad878a0dd98e5647680f3765caba0b1701c)]:
21
+ - @mastra/core@0.21.1
22
+
3
23
  ## 0.17.4-alpha.0
4
24
 
5
25
  ### Patch Changes
@@ -278,25 +298,5 @@
278
298
  - Updated dependencies [5397eb4]
279
299
  - Updated dependencies [c9f4e4a]
280
300
  - Updated dependencies [0acbc80]
281
- - @mastra/core@0.16.0
282
-
283
- ## 0.15.0-alpha.1
284
-
285
- ### Minor Changes
286
-
287
- - 376913a: Update peerdeps of @mastra/core
288
-
289
- ### Patch Changes
290
-
291
- - Updated dependencies [8fbf79e]
292
- - @mastra/core@0.16.0-alpha.1
293
-
294
- ## 0.14.7-alpha.0
295
-
296
- ### Patch Changes
297
-
298
- - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
299
- - Updated dependencies [fd83526]
300
- - Updated dependencies [d0b90ab]
301
301
 
302
- ... 2525 more lines hidden. See full changelog in package directory.
302
+ ... 2545 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,29 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 6.5.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Threads are not refreshing correctly after generate / stream / network ([#9015](https://github.com/mastra-ai/mastra/pull/9015))
8
+
9
+ - fix template background image overflow ([#9011](https://github.com/mastra-ai/mastra/pull/9011))
10
+
11
+ - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
12
+ - @mastra/core@0.21.2-alpha.0
13
+ - @mastra/client-js@0.16.2-alpha.0
14
+ - @mastra/react@0.0.8-alpha.0
15
+
16
+ ## 6.5.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Add @mastra/react to peer deps ([#8857](https://github.com/mastra-ai/mastra/pull/8857))
21
+
22
+ - Updated dependencies [[`ca85c93`](https://github.com/mastra-ai/mastra/commit/ca85c932b232e6ad820c811ec176d98e68c59b0a), [`a1d40f8`](https://github.com/mastra-ai/mastra/commit/a1d40f88d4ce42c4508774ad22e38ac582157af2), [`01c4a25`](https://github.com/mastra-ai/mastra/commit/01c4a2506c514d5e861c004d3d2fb3791c6391f3), [`9ba695e`](https://github.com/mastra-ai/mastra/commit/9ba695e9ff977b8f13cc71df3b452775757361e5), [`cce8aad`](https://github.com/mastra-ai/mastra/commit/cce8aad878a0dd98e5647680f3765caba0b1701c)]:
23
+ - @mastra/core@0.21.1
24
+ - @mastra/react@0.0.7
25
+ - @mastra/client-js@0.16.1
26
+
3
27
  ## 6.5.1-alpha.0
4
28
 
5
29
  ### Patch Changes
@@ -274,29 +298,5 @@
274
298
  - add icons into playground titles + a link to the entity doc ([#8518](https://github.com/mastra-ai/mastra/pull/8518))
275
299
 
276
300
  - Updated dependencies [[`c621613`](https://github.com/mastra-ai/mastra/commit/c621613069173c69eb2c3ef19a5308894c6549f0), [`12b1189`](https://github.com/mastra-ai/mastra/commit/12b118942445e4de0dd916c593e33ec78dc3bc73), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`076b092`](https://github.com/mastra-ai/mastra/commit/076b0924902ff0f49d5712d2df24c4cca683713f), [`2aee9e7`](https://github.com/mastra-ai/mastra/commit/2aee9e7d188b8b256a4ddc203ccefb366b4867fa), [`c582906`](https://github.com/mastra-ai/mastra/commit/c5829065a346260f96c4beb8af131b94804ae3ad), [`fa2eb96`](https://github.com/mastra-ai/mastra/commit/fa2eb96af16c7d433891a73932764960d3235c1d), [`4783b30`](https://github.com/mastra-ai/mastra/commit/4783b3063efea887825514b783ba27f67912c26d), [`a739d0c`](https://github.com/mastra-ai/mastra/commit/a739d0c8b37cd89569e04a6ca0827083c6167e19), [`603e927`](https://github.com/mastra-ai/mastra/commit/603e9279db8bf8a46caf83881c6b7389ccffff7e), [`cd45982`](https://github.com/mastra-ai/mastra/commit/cd4598291cda128a88738734ae6cbef076ebdebd), [`874f74d`](https://github.com/mastra-ai/mastra/commit/874f74da4b1acf6517f18132d035612c3ecc394a), [`0baf2ba`](https://github.com/mastra-ai/mastra/commit/0baf2bab8420277072ef1f95df5ea7b0a2f61fe7), [`26e968d`](https://github.com/mastra-ai/mastra/commit/26e968db2171ded9e4d47aa1b4f19e1e771158d0), [`cbd3fb6`](https://github.com/mastra-ai/mastra/commit/cbd3fb65adb03a7c0df193cb998aed5ac56675ee)]:
277
- - @mastra/core@0.20.1-alpha.1
278
- - @mastra/client-js@0.15.1-alpha.1
279
- - @mastra/react@0.0.4-alpha.1
280
-
281
- ## 6.3.1-alpha.0
282
-
283
- ### Patch Changes
284
-
285
- - streamLegacy/generateLegacy clarification in playground ([#8468](https://github.com/mastra-ai/mastra/pull/8468))
286
-
287
- - Updated dependencies [[`10e633a`](https://github.com/mastra-ai/mastra/commit/10e633a07d333466d9734c97acfc3dbf757ad2d0)]:
288
- - @mastra/core@0.20.1-alpha.0
289
- - @mastra/client-js@0.15.1-alpha.0
290
- - @mastra/react@0.0.4-alpha.0
291
-
292
- ## 6.3.0
293
-
294
- ### Minor Changes
295
-
296
- - Breaking change to move the agent.streamVNext/generateVNext implementation to the default stream/generate. The old stream/generate have now been moved to streamLegacy and generateLegacy ([#8097](https://github.com/mastra-ai/mastra/pull/8097))
297
-
298
- ### Patch Changes
299
-
300
- - dependencies updates: ([#8298](https://github.com/mastra-ai/mastra/pull/8298))
301
301
 
302
- ... 3698 more lines hidden. See full changelog in package directory.
302
+ ... 3722 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,21 @@
1
1
  # @mastra/react-hooks
2
2
 
3
+ ## 0.0.8-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mastra/client-js@0.16.2-alpha.0
9
+
10
+ ## 0.0.7
11
+
12
+ ### Patch Changes
13
+
14
+ - Add @mastra/react to peer deps ([#8857](https://github.com/mastra-ai/mastra/pull/8857))
15
+
16
+ - Updated dependencies []:
17
+ - @mastra/client-js@0.16.1
18
+
3
19
  ## 0.0.7-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -1,5 +1,21 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 0.21.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Generate a title for Agent.network() threads ([#8853](https://github.com/mastra-ai/mastra/pull/8853))
8
+
9
+ - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
10
+ - @mastra/core@0.21.2-alpha.0
11
+
12
+ ## 0.21.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`ca85c93`](https://github.com/mastra-ai/mastra/commit/ca85c932b232e6ad820c811ec176d98e68c59b0a), [`a1d40f8`](https://github.com/mastra-ai/mastra/commit/a1d40f88d4ce42c4508774ad22e38ac582157af2), [`01c4a25`](https://github.com/mastra-ai/mastra/commit/01c4a2506c514d5e861c004d3d2fb3791c6391f3), [`cce8aad`](https://github.com/mastra-ai/mastra/commit/cce8aad878a0dd98e5647680f3765caba0b1701c)]:
17
+ - @mastra/core@0.21.1
18
+
3
19
  ## 0.21.1-alpha.0
4
20
 
5
21
  ### Patch Changes
@@ -283,20 +299,4 @@
283
299
 
284
300
  - Delayed streamVNext breaking change notice by 1 week ([#8121](https://github.com/mastra-ai/mastra/pull/8121))
285
301
 
286
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
287
-
288
- - Add server api to score traces ([#8064](https://github.com/mastra-ai/mastra/pull/8064))
289
-
290
- - Updated dependencies [[`cf34503`](https://github.com/mastra-ai/mastra/commit/cf345031de4e157f29087946449e60b965e9c8a9), [`6b4b1e4`](https://github.com/mastra-ai/mastra/commit/6b4b1e4235428d39e51cbda9832704c0ba70ab32), [`3469fca`](https://github.com/mastra-ai/mastra/commit/3469fca7bb7e5e19369ff9f7044716a5e4b02585), [`a61f23f`](https://github.com/mastra-ai/mastra/commit/a61f23fbbca4b88b763d94f1d784c47895ed72d7), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`d1dc606`](https://github.com/mastra-ai/mastra/commit/d1dc6067b0557a71190b68d56ee15b48c26d2411), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`d3bd4d4`](https://github.com/mastra-ai/mastra/commit/d3bd4d482a685bbb67bfa89be91c90dca3fa71ad), [`c591dfc`](https://github.com/mastra-ai/mastra/commit/c591dfc1e600fae1dedffe239357d250e146378f), [`1920c5c`](https://github.com/mastra-ai/mastra/commit/1920c5c6d666f687785c73021196aa551e579e0d), [`b6a3b65`](https://github.com/mastra-ai/mastra/commit/b6a3b65d830fa0ca7754ad6481661d1f2c878f21), [`af3abb6`](https://github.com/mastra-ai/mastra/commit/af3abb6f7c7585d856e22d27f4e7d2ece2186b9a)]:
291
- - @mastra/core@0.18.0
292
-
293
- ## 0.18.0-alpha.3
294
-
295
- ### Patch Changes
296
-
297
- - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
298
-
299
- - Delayed streamVNext breaking change notice by 1 week ([#8121](https://github.com/mastra-ai/mastra/pull/8121))
300
-
301
-
302
- ... 3749 more lines hidden. See full changelog in package directory.
302
+ ... 3765 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/voice-google
2
2
 
3
+ ## 0.11.10-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#8936](https://github.com/mastra-ai/mastra/pull/8936))
8
+ - Updated dependency [`@google-cloud/text-to-speech@^6.3.1` ↗︎](https://www.npmjs.com/package/@google-cloud/text-to-speech/v/6.3.1) (from `^6.3.0`, in `dependencies`)
9
+ - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
10
+ - @mastra/core@0.21.2-alpha.0
11
+
3
12
  ## 0.11.9
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [227c7e6]
290
299
  - Updated dependencies [12cae67]
291
300
  - Updated dependencies [fd3a3eb]
292
- - Updated dependencies [6faaee5]
293
- - Updated dependencies [4232b14]
294
- - Updated dependencies [a89de7e]
295
- - Updated dependencies [5a37d0c]
296
- - Updated dependencies [4bde0cb]
297
- - Updated dependencies [cf4f357]
298
- - Updated dependencies [ad888a2]
299
- - Updated dependencies [481751d]
300
- - Updated dependencies [2454423]
301
-
302
- ... 1408 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 1417 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,15 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.17.1-alpha.0
4
+
5
+ ## 0.17.0
6
+
7
+ ### Patch Changes
8
+
9
+ - Pin `@rollup/*` dependencies to fixed versions (instead of using `^`) to: ([#8900](https://github.com/mastra-ai/mastra/pull/8900))
10
+ - Hotfix a bug inside `@rollup/plugin-commonjs`
11
+ - Have more control over the versions in the future to not have breakages over night
12
+
3
13
  ## 0.17.0-alpha.0
4
14
 
5
15
  ### Patch Changes
@@ -289,14 +299,4 @@
289
299
 
290
300
  ### Patch Changes
291
301
 
292
- - Fix getting tool link path from agent in playground ui tools page ([#8135](https://github.com/mastra-ai/mastra/pull/8135))
293
-
294
- ## 0.13.2-alpha.3
295
-
296
- ### Patch Changes
297
-
298
- - Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
299
-
300
- - Fix DateTimePicker style issue ([#8106](https://github.com/mastra-ai/mastra/pull/8106))
301
-
302
- ... 1742 more lines hidden. See full changelog in package directory.
302
+ ... 1752 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,30 @@
1
1
  # mastra
2
2
 
3
+ ## 0.17.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Use newer model id for anthropic during `create-mastra` ([#8996](https://github.com/mastra-ai/mastra/pull/8996))
8
+
9
+ - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`1eb156a`](https://github.com/mastra-ai/mastra/commit/1eb156ace499b34ab48bf23fb16f1affe6bb9c1c), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
10
+ - @mastra/core@0.21.2-alpha.0
11
+ - @mastra/deployer@0.21.2-alpha.0
12
+
13
+ ## 0.17.0
14
+
15
+ ### Minor Changes
16
+
17
+ - - Remove the `mastra deploy` CLI command. Use the deploy instructions of your individual platform. ([#8798](https://github.com/mastra-ai/mastra/pull/8798))
18
+ - Remove `--env` flag from `mastra build` command
19
+ - Remove `--port` flag from `mastra dev`. Use `server.port` on the `new Mastra()` class instead.
20
+ - Validate `--components` and `--llm` flags for `mastra create` and `mastra init`
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`5253cd2`](https://github.com/mastra-ai/mastra/commit/5253cd2d5b2cf4558963fa73c6a6b36c72f8875f), [`ca85c93`](https://github.com/mastra-ai/mastra/commit/ca85c932b232e6ad820c811ec176d98e68c59b0a), [`a1d40f8`](https://github.com/mastra-ai/mastra/commit/a1d40f88d4ce42c4508774ad22e38ac582157af2), [`11e9e8f`](https://github.com/mastra-ai/mastra/commit/11e9e8f4fb09a493ea00deda49081788f16e753b), [`00bf52b`](https://github.com/mastra-ai/mastra/commit/00bf52b89a93e6bffaaaf1714316870ad8af6572), [`01c4a25`](https://github.com/mastra-ai/mastra/commit/01c4a2506c514d5e861c004d3d2fb3791c6391f3), [`cce8aad`](https://github.com/mastra-ai/mastra/commit/cce8aad878a0dd98e5647680f3765caba0b1701c)]:
25
+ - @mastra/deployer@0.21.1
26
+ - @mastra/core@0.21.1
27
+
3
28
  ## 0.17.0-alpha.0
4
29
 
5
30
  ### Minor Changes
@@ -274,29 +299,4 @@
274
299
 
275
300
  - add refetch interval to traces to make it feel "instant" ([#8386](https://github.com/mastra-ai/mastra/pull/8386))
276
301
 
277
- - better memory message ([#8382](https://github.com/mastra-ai/mastra/pull/8382))
278
-
279
- - Add doc url to netlify gateway ([#8356](https://github.com/mastra-ai/mastra/pull/8356))
280
-
281
- - fix codeblock line number color contrast for legacy traces ([#8385](https://github.com/mastra-ai/mastra/pull/8385))
282
-
283
- - Model router documentation and playground UI improvements ([#8372](https://github.com/mastra-ai/mastra/pull/8372))
284
-
285
- **Documentation generation (`@mastra/core`):**
286
- - Fixed inverted dynamic model selection logic in provider examples
287
- - Improved copy: replaced marketing language with action-oriented descriptions
288
- - Added generated file comments with timestamps to all MDX outputs so maintainers know not to directly edit generated files
289
-
290
- **Playground UI model picker (`@mastra/playground-ui`):**
291
- - Fixed provider field clearing when typing in model input
292
- - Added responsive layout (stacks on mobile, side-by-side on desktop)
293
- - Improved general styling of provider/model pickers
294
-
295
- **Environment variables (`@mastra/deployer`):**
296
- - Properly handle array of env vars (e.g., NETLIFY_TOKEN, NETLIFY_SITE_ID)
297
- - Added correct singular/plural handling for "environment variable(s)"
298
-
299
- - fix playground message history initial state for v1 models ([#8427](https://github.com/mastra-ai/mastra/pull/8427))
300
-
301
-
302
- ... 6203 more lines hidden. See full changelog in package directory.
302
+ ... 6228 more lines hidden. See full changelog in package directory.
@@ -24,9 +24,9 @@
24
24
  "@typescript-eslint/eslint-plugin": "^8.38.0",
25
25
  "@typescript-eslint/parser": "^8.38.0",
26
26
  "@vitejs/plugin-react": "^5.0.4",
27
- "eslint": "^9.36.0",
27
+ "eslint": "^9.37.0",
28
28
  "eslint-plugin-react-hooks": "^5.2.0",
29
- "eslint-plugin-react-refresh": "^0.4.22",
29
+ "eslint-plugin-react-refresh": "^0.4.24",
30
30
  "globals": "^16.0.0",
31
31
  "typescript": "^5.8.3",
32
32
  "vite": "^7.1.9"
@@ -37,8 +37,8 @@
37
37
  "@types/react": "^19",
38
38
  "@types/react-dom": "^19",
39
39
  "@types/react-syntax-highlighter": "^15.5.13",
40
- "eslint": "^9.36.0",
41
- "eslint-config-next": "15.5.4",
40
+ "eslint": "^9.37.0",
41
+ "eslint-config-next": "15.5.6",
42
42
  "tailwindcss": "^4",
43
43
  "tw-animate-css": "^1.4.0",
44
44
  "typescript": "^5"
@@ -16,8 +16,8 @@
16
16
  "@types/node": "^20.17.57",
17
17
  "@types/react": "^19.1.9",
18
18
  "@types/react-dom": "^19.1.7",
19
- "eslint": "^9.36.0",
20
- "eslint-config-next": "15.5.4",
19
+ "eslint": "^9.37.0",
20
+ "eslint-config-next": "15.5.6",
21
21
  "postcss": "^8.5.3",
22
22
  "tailwindcss": "^3.4.17",
23
23
  "typescript": "^5.8.3"
@@ -23,8 +23,8 @@
23
23
  "@types/node": "^20",
24
24
  "@types/react": "^19.1.9",
25
25
  "@types/react-dom": "^19.1.7",
26
- "eslint": "^9.36.0",
27
- "eslint-config-next": "15.5.4",
26
+ "eslint": "^9.37.0",
27
+ "eslint-config-next": "15.5.6",
28
28
  "mastra": "latest",
29
29
  "postcss": "^8",
30
30
  "tailwindcss": "^3.4.1",
@@ -18,8 +18,8 @@
18
18
  "@types/node": "^20.17.57",
19
19
  "@types/react": "^19.1.9",
20
20
  "@types/react-dom": "^19.1.7",
21
- "eslint": "^9.36.0",
22
- "eslint-config-next": "15.5.4",
21
+ "eslint": "^9.37.0",
22
+ "eslint-config-next": "15.5.6",
23
23
  "postcss": "^8.5.3",
24
24
  "tailwindcss": "^3.4.17",
25
25
  "typescript": "^5.8.3"
@@ -23,8 +23,8 @@
23
23
  "@types/node": "^20.17.57",
24
24
  "@types/react": "^19.1.12",
25
25
  "@types/react-dom": "^19.1.9",
26
- "eslint": "^9.36.0",
27
- "eslint-config-next": "15.5.4",
26
+ "eslint": "^9.37.0",
27
+ "eslint-config-next": "15.5.6",
28
28
  "postcss": "^8.5.3",
29
29
  "tailwindcss": "^3.4.17",
30
30
  "typescript": "^5.8.3"
@@ -23,8 +23,8 @@
23
23
  "@types/node": "^20.17.57",
24
24
  "@types/react": "^19.1.9",
25
25
  "@types/react-dom": "^19.1.7",
26
- "eslint": "^9.36.0",
27
- "eslint-config-next": "15.5.4",
26
+ "eslint": "^9.37.0",
27
+ "eslint-config-next": "15.5.6",
28
28
  "postcss": "^8.5.3",
29
29
  "tailwindcss": "^3.4.17",
30
30
  "typescript": "^5.8.3"
@@ -15,9 +15,9 @@
15
15
  "@types/react": "^19.1.9",
16
16
  "@types/react-dom": "^19.1.7",
17
17
  "@vitejs/plugin-react": "^5.0.4",
18
- "eslint": "^9.36.0",
18
+ "eslint": "^9.37.0",
19
19
  "eslint-plugin-react-hooks": "^5.2.0",
20
- "eslint-plugin-react-refresh": "^0.4.22",
20
+ "eslint-plugin-react-refresh": "^0.4.24",
21
21
  "globals": "^15.15.0",
22
22
  "typescript": "~5.8.3",
23
23
  "typescript-eslint": "^8.38.0",
@@ -71,8 +71,8 @@
71
71
  "@types/react": "^19.1.9",
72
72
  "@types/react-dom": "^19.1.7",
73
73
  "drizzle-kit": "^0.31.0",
74
- "eslint": "^9.36.0",
75
- "eslint-config-next": "15.5.4",
74
+ "eslint": "^9.37.0",
75
+ "eslint-config-next": "15.5.6",
76
76
  "eslint-config-prettier": "^10.1.8",
77
77
  "eslint-import-resolver-typescript": "^4.4.4",
78
78
  "eslint-plugin-import": "^2.32.0",
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "dependencies": {
9
9
  "@ai-sdk/openai": "^1.3.23",
10
- "@mastra/core": "^0.21.0",
10
+ "@mastra/core": "^0.21.1",
11
11
  "@mastra/libsql": "^0.15.2",
12
12
  "@mastra/loggers": "^0.10.16",
13
13
  "@mastra/memory": "^0.15.7",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "^24.3.0",
18
- "mastra": "^0.16.0",
18
+ "mastra": "^0.17.0",
19
19
  "typescript": "^5.9.2"
20
20
  }
21
21
  }
@@ -33,8 +33,8 @@
33
33
  "@types/react": "^19.1.9",
34
34
  "@types/react-dom": "^19.1.7",
35
35
  "@types/react-syntax-highlighter": "^15.5.13",
36
- "eslint": "^9.36.0",
37
- "eslint-config-next": "15.5.4",
36
+ "eslint": "^9.37.0",
37
+ "eslint-config-next": "15.5.6",
38
38
  "postcss": "^8.5.3",
39
39
  "tailwindcss": "^3.4.17",
40
40
  "typescript": "^5.8.3"