@mastra/mcp-docs-server 0.13.13 → 0.13.14-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 (56) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fplayground.md +1 -0
  2. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +9 -9
  3. package/.docs/organized/changelogs/%40internal%2Ftypes-builder.md +2 -0
  4. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +12 -12
  5. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +34 -34
  6. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +19 -19
  7. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +19 -19
  8. package/.docs/organized/changelogs/%40mastra%2Fcore.md +52 -52
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +32 -32
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +27 -27
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +17 -17
  12. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +41 -41
  13. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
  14. package/.docs/organized/changelogs/%40mastra%2Fevals.md +14 -14
  15. package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
  16. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +9 -9
  17. package/.docs/organized/changelogs/%40mastra%2Flance.md +19 -19
  18. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +24 -24
  19. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +26 -26
  20. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +10 -10
  21. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +21 -21
  22. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +35 -35
  23. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +10 -10
  24. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +18 -0
  25. package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +11 -11
  26. package/.docs/organized/changelogs/%40mastra%2Fpg.md +20 -20
  27. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +31 -31
  28. package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +10 -10
  29. package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
  30. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +8 -0
  31. package/.docs/organized/changelogs/%40mastra%2Fserver.md +30 -30
  32. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +19 -19
  33. package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +10 -10
  34. package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +10 -10
  35. package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +10 -10
  36. package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +10 -10
  37. package/.docs/organized/changelogs/%40mastra%2Fvoice-gladia.md +9 -0
  38. package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +10 -10
  39. package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +11 -11
  40. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +10 -10
  41. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +11 -11
  42. package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +10 -10
  43. package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +10 -10
  44. package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +10 -10
  45. package/.docs/organized/changelogs/create-mastra.md +11 -11
  46. package/.docs/organized/changelogs/mastra.md +36 -36
  47. package/.docs/organized/code-examples/agent.md +2 -2
  48. package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +25 -0
  49. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +1 -1
  50. package/.docs/raw/reference/client-js/mastra-client.mdx +6 -0
  51. package/.docs/raw/reference/scorers/create-scorer.mdx +1 -1
  52. package/.docs/raw/reference/scorers/tool-call-accuracy.mdx +211 -0
  53. package/.docs/raw/scorers/off-the-shelf-scorers.mdx +1 -0
  54. package/.docs/raw/tools-mcp/mcp-overview.mdx +1 -1
  55. package/.docs/raw/workflows/control-flow.mdx +2 -0
  56. package/package.json +5 -5
@@ -1,5 +1,45 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.14.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6965](https://github.com/mastra-ai/mastra/pull/6965) [`2b38a60`](https://github.com/mastra-ai/mastra/commit/2b38a60da0c1153028d8241c7748b41c5fb81121) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`rollup@~4.47.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.47.1) (from `~4.46.4`, in `dependencies`)
9
+
10
+ - [#6995](https://github.com/mastra-ai/mastra/pull/6995) [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
11
+
12
+ - [#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
13
+
14
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
15
+
16
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f), [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
17
+ - @mastra/core@0.14.2-alpha.1
18
+ - @mastra/server@0.14.2-alpha.1
19
+
20
+ ## 0.14.2-alpha.0
21
+
22
+ ### Patch Changes
23
+
24
+ - [#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:
25
+ - Updated dependency [`rollup@~4.46.4` ↗︎](https://www.npmjs.com/package/rollup/v/4.46.4) (from `~4.46.2`, in `dependencies`)
26
+
27
+ - [#6924](https://github.com/mastra-ai/mastra/pull/6924) [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704) Thanks [@LekoArts](https://github.com/LekoArts)! - Improve internal mechanism to detect and handle workspace packages
28
+
29
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
30
+ - @mastra/core@0.14.2-alpha.0
31
+ - @mastra/server@0.14.2-alpha.0
32
+
33
+ ## 0.14.1
34
+
35
+ ### Patch Changes
36
+
37
+ - [#6914](https://github.com/mastra-ai/mastra/pull/6914) [`4c8956f`](https://github.com/mastra-ai/mastra/commit/4c8956f3110ccf39595e022f127a44a0a5c09c86) Thanks [@LekoArts](https://github.com/LekoArts)! - Add the `@rollup/plugin-esm-shim` plugin to the bundler. If your code (or dependencies) uses things like `__dirname` you might see an error during `mastra dev` which is fixed now.
38
+
39
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`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)]:
40
+ - @mastra/core@0.14.1
41
+ - @mastra/server@0.14.1
42
+
3
43
  ## 0.14.1-alpha.1
4
44
 
5
45
  ### Patch Changes
@@ -258,45 +298,5 @@
258
298
 
259
299
  ### Patch Changes
260
300
 
261
- - Updated dependencies [cd0042e]
262
- - @mastra/core@0.13.1-alpha.0
263
- - @mastra/server@0.13.1-alpha.0
264
-
265
- ## 0.13.0
266
-
267
- ### Patch Changes
268
-
269
- - 7b8172f: dependencies updates:
270
- - Updated dependency [`rollup@~4.46.2` ↗︎](https://www.npmjs.com/package/rollup/v/4.46.2) (from `~4.44.2`, in `dependencies`)
271
- - cb36de0: dependencies updates:
272
- - Updated dependency [`hono@^4.8.11` ↗︎](https://www.npmjs.com/package/hono/v/4.8.11) (from `^4.8.9`, in `dependencies`)
273
- - d0496e6: dependencies updates:
274
- - Updated dependency [`hono@^4.8.12` ↗︎](https://www.npmjs.com/package/hono/v/4.8.12) (from `^4.8.11`, in `dependencies`)
275
- - e202b82: Add getThreadsByResourceIdPaginated to the Memory Class
276
- - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
277
- - 35c5798: Add support for transpilePackages option
278
- - Updated dependencies [cb36de0]
279
- - Updated dependencies [d0496e6]
280
- - Updated dependencies [a82b851]
281
- - Updated dependencies [ea0c5f2]
282
- - Updated dependencies [41a0a0e]
283
- - Updated dependencies [2871020]
284
- - Updated dependencies [94f4812]
285
- - Updated dependencies [e202b82]
286
- - Updated dependencies [e00f6a0]
287
- - Updated dependencies [4a406ec]
288
- - Updated dependencies [b0e43c1]
289
- - Updated dependencies [5d377e5]
290
- - Updated dependencies [1fb812e]
291
- - Updated dependencies [35c5798]
292
- - @mastra/core@0.13.0
293
- - @mastra/server@0.13.0
294
-
295
- ## 0.13.0-alpha.3
296
-
297
- ### Patch Changes
298
-
299
- - d0496e6: dependencies updates:
300
- - Updated dependency [`hono@^4.8.12` ↗︎](https://www.npmjs.com/package/hono/v/4.8.12) (from `^4.8.11`, in `dependencies`)
301
301
 
302
- ... 3542 more lines hidden. See full changelog in package directory.
302
+ ... 3582 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/dynamodb
2
2
 
3
+ ## 0.14.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
8
+
9
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`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)]:
10
+ - @mastra/core@0.14.1
11
+
3
12
  ## 0.14.3-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
 
290
299
  - 10cd23a: Change DynamoDB saveThread from create to upsert to handle updates.
291
300
 
292
- ### Patch Changes
293
-
294
- - 7d16f45: dependencies updates:
295
- - Updated dependency [`@aws-sdk/lib-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.840.0) (from `^3.830.0`, in `dependencies`)
296
- - 649274f: dependencies updates:
297
- - Updated dependency [`@aws-sdk/client-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.840.0) (from `^3.839.0`, in `dependencies`)
298
- - Updated dependencies [2873c7f]
299
- - Updated dependencies [1c1c6a1]
300
- - Updated dependencies [565cc0c]
301
301
 
302
- ... 408 more lines hidden. See full changelog in package directory.
302
+ ... 417 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,18 @@
1
1
  # @mastra/evals
2
2
 
3
+ ## 0.12.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6996](https://github.com/mastra-ai/mastra/pull/6996) [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
8
+
9
+ - [#6982](https://github.com/mastra-ai/mastra/pull/6982) [`94e9f54`](https://github.com/mastra-ai/mastra/commit/94e9f547d66ef7cd01d9075ab53b5ca9a1cae100) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix AI peerdeps for NPM install
10
+
11
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
12
+
13
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
14
+ - @mastra/core@0.14.2-alpha.1
15
+
3
16
  ## 0.12.1
4
17
 
5
18
  ### Patch Changes
@@ -285,18 +298,5 @@
285
298
  - Updated dependencies [8e6f677]
286
299
  - Updated dependencies [d70c420]
287
300
  - Updated dependencies [ee9af57]
288
- - Updated dependencies [36f1c36]
289
- - Updated dependencies [2a16996]
290
- - Updated dependencies [10d352e]
291
- - Updated dependencies [9589624]
292
- - Updated dependencies [53d3c37]
293
- - Updated dependencies [751c894]
294
- - Updated dependencies [577ce3a]
295
- - Updated dependencies [9260b3a]
296
- - @mastra/core@0.10.6
297
-
298
- ## 0.10.4-alpha.0
299
-
300
- ### Patch Changes
301
301
 
302
- ... 1944 more lines hidden. See full changelog in package directory.
302
+ ... 1957 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/fastembed
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6919](https://github.com/mastra-ai/mastra/pull/6919) [`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`ai@^4.3.19` ↗︎](https://www.npmjs.com/package/ai/v/4.3.19) (from `^4.3.16`, in `dependencies`)
9
+
3
10
  ## 0.10.3-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,13 @@
1
1
  # @mastra/firecrawl
2
2
 
3
+ ## 1.2.14-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`94e9f54`](https://github.com/mastra-ai/mastra/commit/94e9f547d66ef7cd01d9075ab53b5ca9a1cae100), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
8
+ - @mastra/core@0.14.2-alpha.1
9
+ - @mastra/rag@1.1.1-alpha.0
10
+
3
11
  ## 1.2.13
4
12
 
5
13
  ### Patch Changes
@@ -290,13 +298,5 @@
290
298
  - Updated dependencies [b790fd1]
291
299
  - Updated dependencies [132027f]
292
300
  - Updated dependencies [0c85311]
293
- - Updated dependencies [d7ed04d]
294
- - Updated dependencies [cb16baf]
295
- - Updated dependencies [f36e4f1]
296
- - Updated dependencies [7f6e403]
297
- - @mastra/core@0.10.11
298
- - @mastra/rag@1.0.2
299
-
300
- ## 1.2.6-alpha.0
301
301
 
302
- ... 2672 more lines hidden. See full changelog in package directory.
302
+ ... 2680 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # @mastra/lance
2
2
 
3
+ ## 0.2.8-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
8
+
9
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
10
+ - @mastra/core@0.14.2-alpha.1
11
+
12
+ ## 0.2.7
13
+
14
+ ### Patch Changes
15
+
16
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
17
+
18
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`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)]:
19
+ - @mastra/core@0.14.1
20
+
3
21
  ## 0.2.7-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -281,22 +299,4 @@
281
299
 
282
300
  ## 0.1.3-alpha.0
283
301
 
284
- ### Patch Changes
285
-
286
- - 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.
287
- - Updated dependencies [d8f2d19]
288
- - Updated dependencies [9d52b17]
289
- - Updated dependencies [8ba1b51]
290
- - @mastra/core@0.10.7-alpha.0
291
-
292
- ## 0.1.2
293
-
294
- ### Patch Changes
295
-
296
- - 63f6b7d: dependencies updates:
297
- - Updated dependency [`@lancedb/lancedb@^0.18.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.18.2) (from `^0.18.1`, in `dependencies`)
298
- - Updated dependencies [63f6b7d]
299
- - Updated dependencies [12a95fc]
300
- - Updated dependencies [4b0f8a6]
301
-
302
- ... 75 more lines hidden. See full changelog in package directory.
302
+ ... 93 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/libsql
2
2
 
3
+ ## 0.13.5-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
8
+
9
+ - [#6959](https://github.com/mastra-ai/mastra/pull/6959) [`704173b`](https://github.com/mastra-ai/mastra/commit/704173b0d047e8d4cf29872464f383afc2f0c054) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Implement ai spans/traces storage apis for libsql
10
+
11
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
12
+ - @mastra/core@0.14.2-alpha.1
13
+
14
+ ## 0.13.4
15
+
16
+ ### Patch Changes
17
+
18
+ - [#6920](https://github.com/mastra-ai/mastra/pull/6920) [`64ad21f`](https://github.com/mastra-ai/mastra/commit/64ad21ff4f58ce8b344d163d800d9e4f84d82f6f) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
19
+ - Updated dependency [`@libsql/client@^0.15.12` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.12) (from `^0.15.10`, in `dependencies`)
20
+
21
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
22
+
23
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`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)]:
24
+ - @mastra/core@0.14.1
25
+
3
26
  ## 0.13.4-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -275,28 +298,5 @@
275
298
 
276
299
  ## 0.11.2
277
300
 
278
- ### Patch Changes
279
-
280
- - 3cc50c7: Update mastra core peer dep version
281
- - ce088f5: Update all peerdeps to latest core
282
- - @mastra/core@0.11.1
283
-
284
- ## 0.11.1
285
-
286
- ### Patch Changes
287
301
 
288
- - 7ba91fa: Throw mastra errors methods not implemented yet
289
- - da168a4: increase the peer deps range
290
- - Updated dependencies [f248d53]
291
- - Updated dependencies [2affc57]
292
- - Updated dependencies [66e13e3]
293
- - Updated dependencies [edd9482]
294
- - Updated dependencies [18344d7]
295
- - Updated dependencies [9d372c2]
296
- - Updated dependencies [40c2525]
297
- - Updated dependencies [e473f27]
298
- - Updated dependencies [032cb66]
299
- - Updated dependencies [703ac71]
300
- - Updated dependencies [a723d69]
301
-
302
- ... 642 more lines hidden. See full changelog in package directory.
302
+ ... 665 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,30 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.14-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
8
+ - @mastra/core@0.14.2-alpha.1
9
+ - @mastra/mcp@0.10.13-alpha.1
10
+
11
+ ## 0.13.14-alpha.0
12
+
13
+ ### Patch Changes
14
+
15
+ - [#6643](https://github.com/mastra-ai/mastra/pull/6643) [`e38f807`](https://github.com/mastra-ai/mastra/commit/e38f8072853cc803ba48394e1930825129708400) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
16
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.17.3` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.17.3) (from `^1.13.0`, in `dependencies`)
17
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`e38f807`](https://github.com/mastra-ai/mastra/commit/e38f8072853cc803ba48394e1930825129708400), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
18
+ - @mastra/core@0.14.2-alpha.0
19
+ - @mastra/mcp@0.10.13-alpha.0
20
+
21
+ ## 0.13.13
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`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)]:
26
+ - @mastra/core@0.14.1
27
+
3
28
  ## 0.13.13-alpha.1
4
29
 
5
30
  ### Patch Changes
@@ -273,30 +298,5 @@
273
298
 
274
299
  ### Patch Changes
275
300
 
276
- - Updated dependencies [d0d9500]
277
- - @mastra/core@0.12.1-alpha.1
278
-
279
- ## 0.13.8-alpha.0
280
-
281
- ### Patch Changes
282
-
283
- - Updated dependencies [33dcb07]
284
- - Updated dependencies [f90797b]
285
- - Updated dependencies [d30b1a0]
286
- - Updated dependencies [bff87f7]
287
- - Updated dependencies [b4a8df0]
288
- - @mastra/core@0.12.1-alpha.0
289
- - @mastra/mcp@0.10.9-alpha.0
290
-
291
- ## 0.13.7
292
-
293
- ### Patch Changes
294
-
295
- - Updated dependencies [510e2c8]
296
- - Updated dependencies [2f72fb2]
297
- - Updated dependencies [27cc97a]
298
- - Updated dependencies [3f89307]
299
- - Updated dependencies [9eda7d4]
300
- - Updated dependencies [9d49408]
301
301
 
302
- ... 1383 more lines hidden. See full changelog in package directory.
302
+ ... 1408 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/mcp-registry-registry
2
2
 
3
+ ## 0.10.9-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6643](https://github.com/mastra-ai/mastra/pull/6643) [`e38f807`](https://github.com/mastra-ai/mastra/commit/e38f8072853cc803ba48394e1930825129708400) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.17.3` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.17.3) (from `^1.13.0`, in `dependencies`)
9
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
10
+ - @mastra/core@0.14.2-alpha.0
11
+
3
12
  ## 0.10.8
4
13
 
5
14
  ### Patch Changes
@@ -290,13 +299,4 @@
290
299
 
291
300
  ### Minor Changes
292
301
 
293
- - 83da932: Move @mastra/core to peerdeps
294
-
295
- ### Patch Changes
296
-
297
- - 92c53c6: Apify
298
- - Updated dependencies [b3a3d63]
299
- - Updated dependencies [344f453]
300
- - Updated dependencies [0a3ae6d]
301
-
302
- ... 484 more lines hidden. See full changelog in package directory.
302
+ ... 493 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,25 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.10.13-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6996](https://github.com/mastra-ai/mastra/pull/6996) [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
8
+
9
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
10
+
11
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
12
+ - @mastra/core@0.14.2-alpha.1
13
+
14
+ ## 0.10.13-alpha.0
15
+
16
+ ### Patch Changes
17
+
18
+ - [#6643](https://github.com/mastra-ai/mastra/pull/6643) [`e38f807`](https://github.com/mastra-ai/mastra/commit/e38f8072853cc803ba48394e1930825129708400) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
19
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.17.3` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.17.3) (from `^1.17.0`, in `dependencies`)
20
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
21
+ - @mastra/core@0.14.2-alpha.0
22
+
3
23
  ## 0.10.12
4
24
 
5
25
  ### Patch Changes
@@ -278,25 +298,5 @@
278
298
  - Updated dependencies [9d52b17]
279
299
  - Updated dependencies [2097952]
280
300
  - Updated dependencies [792c4c0]
281
- - Updated dependencies [5d74aab]
282
- - Updated dependencies [a8b194f]
283
- - Updated dependencies [4fb0cc2]
284
- - Updated dependencies [d2a7a31]
285
- - Updated dependencies [502fe05]
286
- - Updated dependencies [144eb0b]
287
- - Updated dependencies [8ba1b51]
288
- - Updated dependencies [4efcfa0]
289
- - Updated dependencies [0e17048]
290
- - @mastra/core@0.10.7
291
-
292
- ## 0.10.5-alpha.2
293
-
294
- ### Patch Changes
295
-
296
- - dc93062: Add elicitation support to MCPServer and MCPClient. Also fixes connectivity issues between multiple MCPClient instances and an MCPServer.
297
- - Updated dependencies [a8b194f]
298
- - @mastra/core@0.10.7-alpha.4
299
-
300
- ## 0.10.5-alpha.1
301
301
 
302
- ... 2073 more lines hidden. See full changelog in package directory.
302
+ ... 2093 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,39 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.13.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6996](https://github.com/mastra-ai/mastra/pull/6996) [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
8
+
9
+ - [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
10
+
11
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`94e9f54`](https://github.com/mastra-ai/mastra/commit/94e9f547d66ef7cd01d9075ab53b5ca9a1cae100), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`a93f3ba`](https://github.com/mastra-ai/mastra/commit/a93f3ba05eef4cf17f876d61d29cf0841a9e70b7)]:
12
+ - @mastra/core@0.14.2-alpha.1
13
+ - @mastra/schema-compat@0.10.6-alpha.0
14
+
15
+ ## 0.13.2-alpha.0
16
+
17
+ ### Patch Changes
18
+
19
+ - [#6933](https://github.com/mastra-ai/mastra/pull/6933) [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b) Thanks [@NikAiyer](https://github.com/NikAiyer)! - Add util functions for workflow server handlers and made processor process function async
20
+
21
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
22
+ - @mastra/core@0.14.2-alpha.0
23
+
24
+ ## 0.13.1
25
+
26
+ ### Patch Changes
27
+
28
+ - [#6919](https://github.com/mastra-ai/mastra/pull/6919) [`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
29
+ - Updated dependency [`ai@^4.3.19` ↗︎](https://www.npmjs.com/package/ai/v/4.3.19) (from `^4.3.16`, in `dependencies`)
30
+ - Updated dependency [`ai-v5@npm:ai@5.0.15` ↗︎](https://www.npmjs.com/package/ai-v5/v/5.0.15) (from `npm:ai@5.0.0`, in `dependencies`)
31
+
32
+ - [#6921](https://github.com/mastra-ai/mastra/pull/6921) [`c4f2605`](https://github.com/mastra-ai/mastra/commit/c4f2605fa00e796a26c6f5fc3cf8f5552f77d617) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
33
+ - Updated dependency [`redis@^5.8.2` ↗︎](https://www.npmjs.com/package/redis/v/5.8.2) (from `^5.8.1`, in `dependencies`)
34
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`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)]:
35
+ - @mastra/core@0.14.1
36
+
3
37
  ## 0.13.1-alpha.0
4
38
 
5
39
  ### Patch Changes
@@ -265,38 +299,4 @@
265
299
 
266
300
  ### Patch Changes
267
301
 
268
- - ff9c125: enhance thread retrieval with sorting options in libsql and pg
269
- - b8efbb9: feat: add flexible deleteMessages method to memory API
270
- - Added `memory.deleteMessages(input)` method that accepts multiple input types:
271
- - Single message ID as string: `deleteMessages('msg-123')`
272
- - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
273
- - Message object with id property: `deleteMessages({ id: 'msg-123' })`
274
- - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
275
- - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
276
- - Added REST API endpoint: `POST /api/memory/messages/delete`
277
- - Updated client SDK: `thread.deleteMessages()` accepts all input types
278
- - Updates thread timestamps when messages are deleted
279
- - Added comprehensive test coverage and documentation
280
-
281
- - Updated dependencies [27cc97a]
282
- - Updated dependencies [41daa63]
283
- - Updated dependencies [254a36b]
284
- - Updated dependencies [0b89602]
285
- - Updated dependencies [4d37822]
286
- - Updated dependencies [ff9c125]
287
- - Updated dependencies [b8efbb9]
288
- - Updated dependencies [71466e7]
289
- - Updated dependencies [0c99fbe]
290
- - @mastra/core@0.12.0-alpha.2
291
-
292
- ## 0.11.6-alpha.1
293
-
294
- ### Patch Changes
295
-
296
- - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
297
- - Updated dependencies [e0f73c6]
298
- - Updated dependencies [cda801d]
299
- - Updated dependencies [a77c823]
300
- - @mastra/core@0.12.0-alpha.1
301
-
302
- ... 2705 more lines hidden. See full changelog in package directory.
302
+ ... 2739 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,14 @@
1
1
  # @mastra/mongodb
2
2
 
3
+ ## 0.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
8
+
9
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`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)]:
10
+ - @mastra/core@0.14.1
11
+
3
12
  ## 0.13.3-alpha.0
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  - Updated dependencies [f248d53]
290
299
  - Updated dependencies [2affc57]
291
300
  - Updated dependencies [66e13e3]
292
- - Updated dependencies [edd9482]
293
- - Updated dependencies [18344d7]
294
- - Updated dependencies [9d372c2]
295
- - Updated dependencies [40c2525]
296
- - Updated dependencies [e473f27]
297
- - Updated dependencies [032cb66]
298
- - Updated dependencies [703ac71]
299
- - Updated dependencies [a723d69]
300
- - Updated dependencies [5889a31]
301
301
 
302
- ... 636 more lines hidden. See full changelog in package directory.
302
+ ... 645 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,23 @@
1
1
  # @mastra/mssql
2
2
 
3
+ ## 0.3.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
8
+
9
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
10
+ - @mastra/core@0.14.2-alpha.1
11
+
12
+ ## 0.3.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
17
+
18
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`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)]:
19
+ - @mastra/core@0.14.1
20
+
3
21
  ## 0.3.2-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -1,5 +1,14 @@
1
1
  # @mastra/opensearch
2
2
 
3
+ ## 0.11.5-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
8
+
9
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
10
+ - @mastra/core@0.14.2-alpha.1
11
+
3
12
  ## 0.11.4
4
13
 
5
14
  ### Patch Changes
@@ -289,14 +298,5 @@
289
298
  ### Patch Changes
290
299
 
291
300
  - d0ee3c6: Change all public functions and constructors in vector stores to use named args and prepare to phase out positional args
292
- - a7292b0: BREAKING(@mastra/core, all vector stores): Vector store breaking changes (remove deprecated functions and positional arguments)
293
- - Updated dependencies [b3a3d63]
294
- - Updated dependencies [344f453]
295
- - Updated dependencies [0a3ae6d]
296
- - Updated dependencies [95911be]
297
- - Updated dependencies [f53a6ac]
298
- - Updated dependencies [5eb5a99]
299
- - Updated dependencies [7e632c5]
300
- - Updated dependencies [1e9fbfa]
301
-
302
- ... 128 more lines hidden. See full changelog in package directory.
301
+
302
+ ... 137 more lines hidden. See full changelog in package directory.