@mastra/libsql 0.0.0-support-d1-client-20250701191943 → 0.0.0-suspendRuntimeContextTypeFix-20250930142630

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 (51) hide show
  1. package/CHANGELOG.md +618 -17
  2. package/LICENSE.md +12 -4
  3. package/README.md +2 -2
  4. package/dist/index.cjs +2286 -858
  5. package/dist/index.cjs.map +1 -0
  6. package/dist/index.d.ts +4 -6
  7. package/dist/index.d.ts.map +1 -0
  8. package/dist/index.js +2277 -849
  9. package/dist/index.js.map +1 -0
  10. package/dist/storage/domains/legacy-evals/index.d.ts +18 -0
  11. package/dist/storage/domains/legacy-evals/index.d.ts.map +1 -0
  12. package/dist/storage/domains/memory/index.d.ts +95 -0
  13. package/dist/storage/domains/memory/index.d.ts.map +1 -0
  14. package/dist/storage/domains/observability/index.d.ts +34 -0
  15. package/dist/storage/domains/observability/index.d.ts.map +1 -0
  16. package/dist/storage/domains/operations/index.d.ts +110 -0
  17. package/dist/storage/domains/operations/index.d.ts.map +1 -0
  18. package/dist/storage/domains/scores/index.d.ts +54 -0
  19. package/dist/storage/domains/scores/index.d.ts.map +1 -0
  20. package/dist/storage/domains/traces/index.d.ts +21 -0
  21. package/dist/storage/domains/traces/index.d.ts.map +1 -0
  22. package/dist/storage/domains/utils.d.ts +60 -0
  23. package/dist/storage/domains/utils.d.ts.map +1 -0
  24. package/dist/storage/domains/workflows/index.d.ts +60 -0
  25. package/dist/storage/domains/workflows/index.d.ts.map +1 -0
  26. package/dist/storage/index.d.ts +280 -0
  27. package/dist/storage/index.d.ts.map +1 -0
  28. package/dist/vector/filter.d.ts +29 -0
  29. package/dist/vector/filter.d.ts.map +1 -0
  30. package/dist/vector/index.d.ts +72 -0
  31. package/dist/vector/index.d.ts.map +1 -0
  32. package/dist/vector/prompt.d.ts +6 -0
  33. package/dist/vector/prompt.d.ts.map +1 -0
  34. package/dist/vector/sql-builder.d.ts +9 -0
  35. package/dist/vector/sql-builder.d.ts.map +1 -0
  36. package/package.json +25 -11
  37. package/dist/_tsup-dts-rollup.d.cts +0 -332
  38. package/dist/_tsup-dts-rollup.d.ts +0 -332
  39. package/dist/index.d.cts +0 -6
  40. package/eslint.config.js +0 -6
  41. package/src/index.ts +0 -3
  42. package/src/storage/index.test.ts +0 -587
  43. package/src/storage/index.ts +0 -1556
  44. package/src/vector/filter.test.ts +0 -906
  45. package/src/vector/filter.ts +0 -131
  46. package/src/vector/index.test.ts +0 -1672
  47. package/src/vector/index.ts +0 -515
  48. package/src/vector/prompt.ts +0 -101
  49. package/src/vector/sql-builder.ts +0 -530
  50. package/tsconfig.json +0 -5
  51. package/vitest.config.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -1,22 +1,623 @@
1
1
  # @mastra/libsql
2
2
 
3
- ## 0.0.0-support-d1-client-20250701191943
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [9dda1ac]
8
- - Updated dependencies [7e801dd]
9
- - Updated dependencies [a606c75]
10
- - Updated dependencies [7aa70a4]
11
- - Updated dependencies [764f86a]
12
- - Updated dependencies [1760a1c]
13
- - Updated dependencies [038e5ae]
14
- - Updated dependencies [7dda16a]
15
- - Updated dependencies [4e809ad]
16
- - Updated dependencies [57929df]
17
- - Updated dependencies [b7852ed]
18
- - Updated dependencies [6320a61]
19
- - @mastra/core@0.0.0-support-d1-client-20250701191943
3
+ ## 0.0.0-suspendRuntimeContextTypeFix-20250930142630
4
+
5
+ ### Minor Changes
6
+
7
+ - Added Postgres and updated libsql storage adapters for ai-traces ([#8027](https://github.com/mastra-ai/mastra/pull/8027))
8
+
9
+ ### Patch Changes
10
+
11
+ - Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
12
+
13
+ - Fix incorrect title and import references in README.md ([#8288](https://github.com/mastra-ai/mastra/pull/8288))
14
+
15
+ Fixed the package title from '@mastra/pg' to '@mastra/libsql' and corrected the import statement in the Storage usage example.
16
+
17
+ - Libsql get scores by span ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
18
+
19
+ - Updated dependencies [[`dc099b4`](https://github.com/mastra-ai/mastra/commit/dc099b40fb31147ba3f362f98d991892033c4c67), [`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`b342a68`](https://github.com/mastra-ai/mastra/commit/b342a68e1399cf1ece9ba11bda112db89d21118c), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`c7db3e0`](https://github.com/mastra-ai/mastra/commit/c7db3e057c4b2858a630a7c3f3d3aae571e3e5b7), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`623ffaf`](https://github.com/mastra-ai/mastra/commit/623ffaf2d969e11e99a0224633cf7b5a0815c857), [`9fc1613`](https://github.com/mastra-ai/mastra/commit/9fc16136400186648880fd990119ac15f7c02ee4), [`61f62aa`](https://github.com/mastra-ai/mastra/commit/61f62aa31bc88fe4ddf8da6240dbcfbeb07358bd), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5)]:
20
+ - @mastra/core@0.0.0-suspendRuntimeContextTypeFix-20250930142630
21
+
22
+ ## 0.14.3
23
+
24
+ ### Patch Changes
25
+
26
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
27
+
28
+ - 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)]:
29
+ - @mastra/core@0.18.0
30
+
31
+ ## 0.14.3-alpha.0
32
+
33
+ ### Patch Changes
34
+
35
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
36
+
37
+ - 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), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55)]:
38
+ - @mastra/core@0.18.0-alpha.2
39
+
40
+ ## 0.14.2
41
+
42
+ ### Patch Changes
43
+
44
+ - dependencies updates: ([#7742](https://github.com/mastra-ai/mastra/pull/7742))
45
+ - Updated dependency [`@libsql/client@^0.15.15` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.15) (from `^0.15.14`, in `dependencies`)
46
+
47
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
48
+
49
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
50
+
51
+ - Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`6047778`](https://github.com/mastra-ai/mastra/commit/6047778e501df460648f31decddf8e443f36e373), [`a0f5f1c`](https://github.com/mastra-ai/mastra/commit/a0f5f1ca39c3c5c6d26202e9fcab986b4fe14568), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`05c7abf`](https://github.com/mastra-ai/mastra/commit/05c7abfe105a015b7760c9bf33ff4419727502a0), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`b356f5f`](https://github.com/mastra-ai/mastra/commit/b356f5f7566cb3edb755d91f00b72fc1420b2a37), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`f5ce05f`](https://github.com/mastra-ai/mastra/commit/f5ce05f831d42c69559bf4c0fdb46ccb920fc3a3), [`60c9cec`](https://github.com/mastra-ai/mastra/commit/60c9cec7048a79a87440f7840c383875bd710d93), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`aee4f00`](https://github.com/mastra-ai/mastra/commit/aee4f00e61e1a42e81a6d74ff149dbe69e32695a), [`9f6f30f`](https://github.com/mastra-ai/mastra/commit/9f6f30f04ec6648bbca798ea8aad59317c40d8db), [`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4), [`897995e`](https://github.com/mastra-ai/mastra/commit/897995e630d572fe2891e7ede817938cabb43251), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`4f9ea8c`](https://github.com/mastra-ai/mastra/commit/4f9ea8c95ea74ba9abbf3b2ab6106c7d7bc45689), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`d706fad`](https://github.com/mastra-ai/mastra/commit/d706fad6e6e4b72357b18d229ba38e6c913c0e70), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b), [`5c3768f`](https://github.com/mastra-ai/mastra/commit/5c3768fa959454232ad76715c381f4aac00c6881), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e), [`8a3f5e4`](https://github.com/mastra-ai/mastra/commit/8a3f5e4212ec36b302957deb4bd47005ab598382)]:
52
+ - @mastra/core@0.17.0
53
+
54
+ ## 0.14.2-alpha.2
55
+
56
+ ### Patch Changes
57
+
58
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
59
+
60
+ - Updated dependencies [[`a1bb887`](https://github.com/mastra-ai/mastra/commit/a1bb887e8bfae44230f487648da72e96ef824561), [`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)]:
61
+ - @mastra/core@0.17.0-alpha.3
62
+
63
+ ## 0.14.2-alpha.1
64
+
65
+ ### Patch Changes
66
+
67
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
68
+
69
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
70
+ - @mastra/core@0.16.4-alpha.1
71
+
72
+ ## 0.14.2-alpha.0
73
+
74
+ ### Patch Changes
75
+
76
+ - dependencies updates: ([#7742](https://github.com/mastra-ai/mastra/pull/7742))
77
+ - Updated dependency [`@libsql/client@^0.15.15` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.15) (from `^0.15.14`, in `dependencies`)
78
+ - 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)]:
79
+ - @mastra/core@0.16.4-alpha.0
80
+
81
+ ## 0.14.1
82
+
83
+ ### Patch Changes
84
+
85
+ - Fix AI Trace bug for libsql ([#7695](https://github.com/mastra-ai/mastra/pull/7695))
86
+
87
+ - 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)]:
88
+ - @mastra/core@0.16.3
89
+
90
+ ## 0.14.1-alpha.0
91
+
92
+ ### Patch Changes
93
+
94
+ - Fix AI Trace bug for libsql ([#7695](https://github.com/mastra-ai/mastra/pull/7695))
95
+
96
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`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)]:
97
+ - @mastra/core@0.16.3-alpha.0
98
+
99
+ ## 0.14.0
100
+
101
+ ### Minor Changes
102
+
103
+ - 376913a: Update peerdeps of @mastra/core
104
+
105
+ ### Patch Changes
106
+
107
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
108
+ - Updated dependencies [8fbf79e]
109
+ - Updated dependencies [fd83526]
110
+ - Updated dependencies [d0b90ab]
111
+ - Updated dependencies [6f5eb7a]
112
+ - Updated dependencies [a01cf14]
113
+ - Updated dependencies [a9e50ee]
114
+ - Updated dependencies [5397eb4]
115
+ - Updated dependencies [c9f4e4a]
116
+ - Updated dependencies [0acbc80]
117
+ - @mastra/core@0.16.0
118
+
119
+ ## 0.14.0-alpha.1
120
+
121
+ ### Minor Changes
122
+
123
+ - 376913a: Update peerdeps of @mastra/core
124
+
125
+ ### Patch Changes
126
+
127
+ - Updated dependencies [8fbf79e]
128
+ - @mastra/core@0.16.0-alpha.1
129
+
130
+ ## 0.13.9-alpha.0
131
+
132
+ ### Patch Changes
133
+
134
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
135
+ - Updated dependencies [fd83526]
136
+ - Updated dependencies [d0b90ab]
137
+ - Updated dependencies [6f5eb7a]
138
+ - Updated dependencies [a01cf14]
139
+ - Updated dependencies [a9e50ee]
140
+ - Updated dependencies [5397eb4]
141
+ - Updated dependencies [c9f4e4a]
142
+ - Updated dependencies [0acbc80]
143
+ - @mastra/core@0.16.0-alpha.0
144
+
145
+ ## 0.13.8
146
+
147
+ ### Patch Changes
148
+
149
+ - 8429e4c: dependencies updates:
150
+ - Updated dependency [`@libsql/client@^0.15.14` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.14) (from `^0.15.12`, in `dependencies`)
151
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
152
+ - f0dfcac: updated core peerdep
153
+ - dbc51ef: Fixed dependency issue with new AI_SPAN schema
154
+ - Updated dependencies [ab48c97]
155
+ - Updated dependencies [85ef90b]
156
+ - Updated dependencies [aedbbfa]
157
+ - Updated dependencies [ff89505]
158
+ - Updated dependencies [637f323]
159
+ - Updated dependencies [de3cbc6]
160
+ - Updated dependencies [c19bcf7]
161
+ - Updated dependencies [4474d04]
162
+ - Updated dependencies [183dc95]
163
+ - Updated dependencies [a1111e2]
164
+ - Updated dependencies [b42a961]
165
+ - Updated dependencies [61debef]
166
+ - Updated dependencies [9beaeff]
167
+ - Updated dependencies [29de0e1]
168
+ - Updated dependencies [f643c65]
169
+ - Updated dependencies [00c74e7]
170
+ - Updated dependencies [fef7375]
171
+ - Updated dependencies [e3d8fea]
172
+ - Updated dependencies [45e4d39]
173
+ - Updated dependencies [9eee594]
174
+ - Updated dependencies [7149d8d]
175
+ - Updated dependencies [822c2e8]
176
+ - Updated dependencies [979912c]
177
+ - Updated dependencies [7dcf4c0]
178
+ - Updated dependencies [4106a58]
179
+ - Updated dependencies [ad78bfc]
180
+ - Updated dependencies [0302f50]
181
+ - Updated dependencies [6ac697e]
182
+ - Updated dependencies [74db265]
183
+ - Updated dependencies [0ce418a]
184
+ - Updated dependencies [af90672]
185
+ - Updated dependencies [8387952]
186
+ - Updated dependencies [7f3b8da]
187
+ - Updated dependencies [905352b]
188
+ - Updated dependencies [599d04c]
189
+ - Updated dependencies [56041d0]
190
+ - Updated dependencies [3412597]
191
+ - Updated dependencies [5eca5d2]
192
+ - Updated dependencies [f2cda47]
193
+ - Updated dependencies [5de1555]
194
+ - Updated dependencies [cfd377a]
195
+ - Updated dependencies [1ed5a3e]
196
+ - @mastra/core@0.15.3
197
+
198
+ ## 0.13.8-alpha.3
199
+
200
+ ### Patch Changes
201
+
202
+ - [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
203
+
204
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
205
+ - @mastra/core@0.15.3-alpha.7
206
+
207
+ ## 0.13.8-alpha.2
208
+
209
+ ### Patch Changes
210
+
211
+ - [#7380](https://github.com/mastra-ai/mastra/pull/7380) [`8429e4c`](https://github.com/mastra-ai/mastra/commit/8429e4c0d2041d072826c4382c09187116573a77) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
212
+ - Updated dependency [`@libsql/client@^0.15.14` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.14) (from `^0.15.12`, in `dependencies`)
213
+ - Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
214
+ - @mastra/core@0.15.3-alpha.6
215
+
216
+ ## 0.13.8-alpha.1
217
+
218
+ ### Patch Changes
219
+
220
+ - [#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`.
221
+
222
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
223
+ - @mastra/core@0.15.3-alpha.5
224
+
225
+ ## 0.13.8-alpha.0
226
+
227
+ ### Patch Changes
228
+
229
+ - [#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
230
+
231
+ - 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)]:
232
+ - @mastra/core@0.15.3-alpha.3
233
+
234
+ ## 0.13.7
235
+
236
+ ### Patch Changes
237
+
238
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
239
+
240
+ - Updated dependencies []:
241
+ - @mastra/core@0.15.2
242
+
243
+ ## 0.13.6
244
+
245
+ ### Patch Changes
246
+
247
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
248
+
249
+ - Updated dependencies []:
250
+ - @mastra/core@0.15.1
251
+
252
+ ## 0.13.5
253
+
254
+ ### Patch Changes
255
+
256
+ - [#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
257
+
258
+ - [#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
259
+
260
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`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), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
261
+ - @mastra/core@0.15.0
262
+
263
+ ## 0.13.5-alpha.0
264
+
265
+ ### Patch Changes
266
+
267
+ - [#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
268
+
269
+ - [#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
270
+
271
+ - 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)]:
272
+ - @mastra/core@0.14.2-alpha.1
273
+
274
+ ## 0.13.4
275
+
276
+ ### Patch Changes
277
+
278
+ - [#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:
279
+ - Updated dependency [`@libsql/client@^0.15.12` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.12) (from `^0.15.10`, in `dependencies`)
280
+
281
+ - [#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
282
+
283
+ - 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)]:
284
+ - @mastra/core@0.14.1
285
+
286
+ ## 0.13.4-alpha.0
287
+
288
+ ### Patch Changes
289
+
290
+ - [#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:
291
+ - Updated dependency [`@libsql/client@^0.15.12` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.12) (from `^0.15.10`, in `dependencies`)
292
+
293
+ - [#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
294
+
295
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
296
+ - @mastra/core@0.14.1-alpha.0
297
+
298
+ ## 0.13.3
299
+
300
+ ### Patch Changes
301
+
302
+ - 03997ae: Update peerdeps
303
+ - d6e39da: Load most recent snapshot from storage
304
+ - Updated dependencies [227c7e6]
305
+ - Updated dependencies [12cae67]
306
+ - Updated dependencies [fd3a3eb]
307
+ - Updated dependencies [6faaee5]
308
+ - Updated dependencies [4232b14]
309
+ - Updated dependencies [a89de7e]
310
+ - Updated dependencies [5a37d0c]
311
+ - Updated dependencies [4bde0cb]
312
+ - Updated dependencies [cf4f357]
313
+ - Updated dependencies [ad888a2]
314
+ - Updated dependencies [481751d]
315
+ - Updated dependencies [2454423]
316
+ - Updated dependencies [194e395]
317
+ - Updated dependencies [a722c0b]
318
+ - Updated dependencies [c30bca8]
319
+ - Updated dependencies [3b5fec7]
320
+ - Updated dependencies [a8f129d]
321
+ - @mastra/core@0.14.0
322
+
323
+ ## 0.13.3-alpha.1
324
+
325
+ ### Patch Changes
326
+
327
+ - 03997ae: Update peerdeps
328
+ - @mastra/core@0.14.0-alpha.7
329
+
330
+ ## 0.13.3-alpha.0
331
+
332
+ ### Patch Changes
333
+
334
+ - d6e39da: Load most recent snapshot from storage
335
+ - Updated dependencies [6faaee5]
336
+ - Updated dependencies [4232b14]
337
+ - Updated dependencies [a89de7e]
338
+ - Updated dependencies [cf4f357]
339
+ - Updated dependencies [a722c0b]
340
+ - Updated dependencies [3b5fec7]
341
+ - @mastra/core@0.14.0-alpha.1
342
+
343
+ ## 0.13.2
344
+
345
+ ### Patch Changes
346
+
347
+ - b5cf2a3: make system message always available during agent calls
348
+ - b32c50d: Filter scores by source
349
+ - Updated dependencies [d5330bf]
350
+ - Updated dependencies [2e74797]
351
+ - Updated dependencies [8388649]
352
+ - Updated dependencies [a239d41]
353
+ - Updated dependencies [dd94a26]
354
+ - Updated dependencies [3ba6772]
355
+ - Updated dependencies [b5cf2a3]
356
+ - Updated dependencies [2fff911]
357
+ - Updated dependencies [b32c50d]
358
+ - Updated dependencies [63449d0]
359
+ - Updated dependencies [121a3f8]
360
+ - Updated dependencies [ec510e7]
361
+ - @mastra/core@0.13.2
362
+
363
+ ## 0.13.2-alpha.1
364
+
365
+ ### Patch Changes
366
+
367
+ - b5cf2a3: make system message always available during agent calls
368
+ - Updated dependencies [b5cf2a3]
369
+ - @mastra/core@0.13.2-alpha.3
370
+
371
+ ## 0.13.2-alpha.0
372
+
373
+ ### Patch Changes
374
+
375
+ - b32c50d: Filter scores by source
376
+ - Updated dependencies [d5330bf]
377
+ - Updated dependencies [a239d41]
378
+ - Updated dependencies [b32c50d]
379
+ - Updated dependencies [121a3f8]
380
+ - Updated dependencies [ec510e7]
381
+ - @mastra/core@0.13.2-alpha.2
382
+
383
+ ## 0.13.1
384
+
385
+ ### Patch Changes
386
+
387
+ - 8888b57: Fix LibSQL vector metadata filtering for Memory system - corrected JSON path syntax for simple fields and changed default minScore to -1 to include all similarity results
388
+ - Updated dependencies [cd0042e]
389
+ - @mastra/core@0.13.1
390
+
391
+ ## 0.13.1-alpha.0
392
+
393
+ ### Patch Changes
394
+
395
+ - 8888b57: Fix LibSQL vector metadata filtering for Memory system - corrected JSON path syntax for simple fields and changed default minScore to -1 to include all similarity results
396
+ - Updated dependencies [cd0042e]
397
+ - @mastra/core@0.13.1-alpha.0
398
+
399
+ ## 0.13.0
400
+
401
+ ### Minor Changes
402
+
403
+ - ea0c5f2: Add store support to new score api
404
+
405
+ ### Patch Changes
406
+
407
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
408
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
409
+ - Updated dependencies [cb36de0]
410
+ - Updated dependencies [d0496e6]
411
+ - Updated dependencies [a82b851]
412
+ - Updated dependencies [ea0c5f2]
413
+ - Updated dependencies [41a0a0e]
414
+ - Updated dependencies [2871020]
415
+ - Updated dependencies [94f4812]
416
+ - Updated dependencies [e202b82]
417
+ - Updated dependencies [e00f6a0]
418
+ - Updated dependencies [4a406ec]
419
+ - Updated dependencies [b0e43c1]
420
+ - Updated dependencies [5d377e5]
421
+ - Updated dependencies [1fb812e]
422
+ - Updated dependencies [35c5798]
423
+ - @mastra/core@0.13.0
424
+
425
+ ## 0.13.0-alpha.1
426
+
427
+ ### Patch Changes
428
+
429
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
430
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
431
+ - Updated dependencies [cb36de0]
432
+ - Updated dependencies [a82b851]
433
+ - Updated dependencies [41a0a0e]
434
+ - Updated dependencies [2871020]
435
+ - Updated dependencies [4a406ec]
436
+ - Updated dependencies [5d377e5]
437
+ - @mastra/core@0.13.0-alpha.2
438
+
439
+ ## 0.13.0-alpha.0
440
+
441
+ ### Minor Changes
442
+
443
+ - ea0c5f2: Add store support to new score api
444
+
445
+ ### Patch Changes
446
+
447
+ - Updated dependencies [ea0c5f2]
448
+ - Updated dependencies [b0e43c1]
449
+ - Updated dependencies [1fb812e]
450
+ - Updated dependencies [35c5798]
451
+ - @mastra/core@0.13.0-alpha.1
452
+
453
+ ## 0.12.0
454
+
455
+ ### Minor Changes
456
+
457
+ - f42c4c2: update peer deps for packages to latest core range
458
+
459
+ ### Patch Changes
460
+
461
+ - 24ac5ff: dependencies updates:
462
+ - Updated dependency [`@libsql/client@^0.15.10` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.10) (from `^0.15.9`, in `dependencies`)
463
+ - ff9c125: enhance thread retrieval with sorting options in libsql and pg
464
+ - a3ca14c: `LibSQLVector.doUpsert`: check if transaction is open before attempting rollback
465
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
466
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
467
+ - Single message ID as string: `deleteMessages('msg-123')`
468
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
469
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
470
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
471
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
472
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
473
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
474
+ - Updates thread timestamps when messages are deleted
475
+ - Added comprehensive test coverage and documentation
476
+
477
+ - Updated dependencies [510e2c8]
478
+ - Updated dependencies [2f72fb2]
479
+ - Updated dependencies [27cc97a]
480
+ - Updated dependencies [3f89307]
481
+ - Updated dependencies [9eda7d4]
482
+ - Updated dependencies [9d49408]
483
+ - Updated dependencies [41daa63]
484
+ - Updated dependencies [ad0a58b]
485
+ - Updated dependencies [254a36b]
486
+ - Updated dependencies [2ecf658]
487
+ - Updated dependencies [7a7754f]
488
+ - Updated dependencies [fc92d80]
489
+ - Updated dependencies [e0f73c6]
490
+ - Updated dependencies [0b89602]
491
+ - Updated dependencies [4d37822]
492
+ - Updated dependencies [23a6a7c]
493
+ - Updated dependencies [cda801d]
494
+ - Updated dependencies [a77c823]
495
+ - Updated dependencies [ff9c125]
496
+ - Updated dependencies [09bca64]
497
+ - Updated dependencies [b8efbb9]
498
+ - Updated dependencies [71466e7]
499
+ - Updated dependencies [0c99fbe]
500
+ - @mastra/core@0.12.0
501
+
502
+ ## 0.12.0-alpha.2
503
+
504
+ ### Minor Changes
505
+
506
+ - f42c4c2: update peer deps for packages to latest core range
507
+
508
+ ### Patch Changes
509
+
510
+ - @mastra/core@0.12.0-alpha.5
511
+
512
+ ## 0.11.3-alpha.1
513
+
514
+ ### Patch Changes
515
+
516
+ - ff9c125: enhance thread retrieval with sorting options in libsql and pg
517
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
518
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
519
+ - Single message ID as string: `deleteMessages('msg-123')`
520
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
521
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
522
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
523
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
524
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
525
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
526
+ - Updates thread timestamps when messages are deleted
527
+ - Added comprehensive test coverage and documentation
528
+
529
+ - Updated dependencies [27cc97a]
530
+ - Updated dependencies [41daa63]
531
+ - Updated dependencies [254a36b]
532
+ - Updated dependencies [0b89602]
533
+ - Updated dependencies [4d37822]
534
+ - Updated dependencies [ff9c125]
535
+ - Updated dependencies [b8efbb9]
536
+ - Updated dependencies [71466e7]
537
+ - Updated dependencies [0c99fbe]
538
+ - @mastra/core@0.12.0-alpha.2
539
+
540
+ ## 0.11.3-alpha.0
541
+
542
+ ### Patch Changes
543
+
544
+ - 24ac5ff: dependencies updates:
545
+ - Updated dependency [`@libsql/client@^0.15.10` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.10) (from `^0.15.9`, in `dependencies`)
546
+ - a3ca14c: `LibSQLVector.doUpsert`: check if transaction is open before attempting rollback
547
+ - Updated dependencies [510e2c8]
548
+ - Updated dependencies [2f72fb2]
549
+ - Updated dependencies [3f89307]
550
+ - Updated dependencies [9eda7d4]
551
+ - Updated dependencies [9d49408]
552
+ - Updated dependencies [2ecf658]
553
+ - Updated dependencies [7a7754f]
554
+ - Updated dependencies [fc92d80]
555
+ - Updated dependencies [23a6a7c]
556
+ - Updated dependencies [09bca64]
557
+ - @mastra/core@0.12.0-alpha.0
558
+
559
+ ## 0.11.2
560
+
561
+ ### Patch Changes
562
+
563
+ - 3cc50c7: Update mastra core peer dep version
564
+ - ce088f5: Update all peerdeps to latest core
565
+ - @mastra/core@0.11.1
566
+
567
+ ## 0.11.1
568
+
569
+ ### Patch Changes
570
+
571
+ - 7ba91fa: Throw mastra errors methods not implemented yet
572
+ - da168a4: increase the peer deps range
573
+ - Updated dependencies [f248d53]
574
+ - Updated dependencies [2affc57]
575
+ - Updated dependencies [66e13e3]
576
+ - Updated dependencies [edd9482]
577
+ - Updated dependencies [18344d7]
578
+ - Updated dependencies [9d372c2]
579
+ - Updated dependencies [40c2525]
580
+ - Updated dependencies [e473f27]
581
+ - Updated dependencies [032cb66]
582
+ - Updated dependencies [703ac71]
583
+ - Updated dependencies [a723d69]
584
+ - Updated dependencies [7827943]
585
+ - Updated dependencies [5889a31]
586
+ - Updated dependencies [bf1e7e7]
587
+ - Updated dependencies [65e3395]
588
+ - Updated dependencies [4933192]
589
+ - Updated dependencies [d1c77a4]
590
+ - Updated dependencies [bea9dd1]
591
+ - Updated dependencies [dcd4802]
592
+ - Updated dependencies [cbddd18]
593
+ - Updated dependencies [7ba91fa]
594
+ - @mastra/core@0.11.0
595
+
596
+ ## 0.11.1-alpha.0
597
+
598
+ ### Patch Changes
599
+
600
+ - 7ba91fa: Throw mastra errors methods not implemented yet
601
+ - da168a4: increase the peer deps range
602
+ - Updated dependencies [f248d53]
603
+ - Updated dependencies [2affc57]
604
+ - Updated dependencies [66e13e3]
605
+ - Updated dependencies [edd9482]
606
+ - Updated dependencies [18344d7]
607
+ - Updated dependencies [9d372c2]
608
+ - Updated dependencies [40c2525]
609
+ - Updated dependencies [e473f27]
610
+ - Updated dependencies [032cb66]
611
+ - Updated dependencies [703ac71]
612
+ - Updated dependencies [a723d69]
613
+ - Updated dependencies [5889a31]
614
+ - Updated dependencies [65e3395]
615
+ - Updated dependencies [4933192]
616
+ - Updated dependencies [d1c77a4]
617
+ - Updated dependencies [bea9dd1]
618
+ - Updated dependencies [dcd4802]
619
+ - Updated dependencies [7ba91fa]
620
+ - @mastra/core@0.11.0-alpha.2
20
621
 
21
622
  ## 0.11.0
22
623