@mastra/libsql 0.0.0-message-list-update-20250715150321 → 0.0.0-monorepo-binary-20251013210052

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 (50) hide show
  1. package/CHANGELOG.md +685 -18
  2. package/README.md +2 -2
  3. package/dist/index.cjs +2286 -858
  4. package/dist/index.cjs.map +1 -0
  5. package/dist/index.d.ts +4 -6
  6. package/dist/index.d.ts.map +1 -0
  7. package/dist/index.js +2277 -849
  8. package/dist/index.js.map +1 -0
  9. package/dist/storage/domains/legacy-evals/index.d.ts +18 -0
  10. package/dist/storage/domains/legacy-evals/index.d.ts.map +1 -0
  11. package/dist/storage/domains/memory/index.d.ts +95 -0
  12. package/dist/storage/domains/memory/index.d.ts.map +1 -0
  13. package/dist/storage/domains/observability/index.d.ts +34 -0
  14. package/dist/storage/domains/observability/index.d.ts.map +1 -0
  15. package/dist/storage/domains/operations/index.d.ts +110 -0
  16. package/dist/storage/domains/operations/index.d.ts.map +1 -0
  17. package/dist/storage/domains/scores/index.d.ts +54 -0
  18. package/dist/storage/domains/scores/index.d.ts.map +1 -0
  19. package/dist/storage/domains/traces/index.d.ts +21 -0
  20. package/dist/storage/domains/traces/index.d.ts.map +1 -0
  21. package/dist/storage/domains/utils.d.ts +60 -0
  22. package/dist/storage/domains/utils.d.ts.map +1 -0
  23. package/dist/storage/domains/workflows/index.d.ts +60 -0
  24. package/dist/storage/domains/workflows/index.d.ts.map +1 -0
  25. package/dist/storage/index.d.ts +280 -0
  26. package/dist/storage/index.d.ts.map +1 -0
  27. package/dist/vector/filter.d.ts +29 -0
  28. package/dist/vector/filter.d.ts.map +1 -0
  29. package/dist/vector/index.d.ts +72 -0
  30. package/dist/vector/index.d.ts.map +1 -0
  31. package/dist/vector/prompt.d.ts +6 -0
  32. package/dist/vector/prompt.d.ts.map +1 -0
  33. package/dist/vector/sql-builder.d.ts +9 -0
  34. package/dist/vector/sql-builder.d.ts.map +1 -0
  35. package/package.json +25 -11
  36. package/dist/_tsup-dts-rollup.d.cts +0 -332
  37. package/dist/_tsup-dts-rollup.d.ts +0 -332
  38. package/dist/index.d.cts +0 -6
  39. package/eslint.config.js +0 -6
  40. package/src/index.ts +0 -3
  41. package/src/storage/index.test.ts +0 -587
  42. package/src/storage/index.ts +0 -1556
  43. package/src/vector/filter.test.ts +0 -906
  44. package/src/vector/filter.ts +0 -131
  45. package/src/vector/index.test.ts +0 -1672
  46. package/src/vector/index.ts +0 -515
  47. package/src/vector/prompt.ts +0 -101
  48. package/src/vector/sql-builder.ts +0 -530
  49. package/tsconfig.json +0 -5
  50. package/vitest.config.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -1,23 +1,690 @@
1
1
  # @mastra/libsql
2
2
 
3
- ## 0.0.0-message-list-update-20250715150321
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [0b56518]
8
- - Updated dependencies [db5cc15]
9
- - Updated dependencies [2ba5b76]
10
- - Updated dependencies [5237998]
11
- - Updated dependencies [37c1acd]
12
- - Updated dependencies [1aa60b1]
13
- - Updated dependencies [89ec9d4]
14
- - Updated dependencies [cf3a184]
15
- - Updated dependencies [3759392]
16
- - Updated dependencies [626b0f4]
17
- - Updated dependencies [c22a91f]
18
- - Updated dependencies [f7403ab]
19
- - Updated dependencies [6c89d7f]
20
- - @mastra/core@0.0.0-message-list-update-20250715150321
3
+ ## 0.0.0-monorepo-binary-20251013210052
4
+
5
+ ### Patch Changes
6
+
7
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
8
+
9
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
10
+
11
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
12
+
13
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
14
+
15
+ - Updated dependencies [[`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`158381d`](https://github.com/mastra-ai/mastra/commit/158381d39335be934b81ef8a1947bccace492c25), [`37a2314`](https://github.com/mastra-ai/mastra/commit/37a23148e0e5a3b40d4f9f098b194671a8a49faf), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`05a9dee`](https://github.com/mastra-ai/mastra/commit/05a9dee3d355694d28847bfffb6289657fcf7dfa), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb), [`59d036d`](https://github.com/mastra-ai/mastra/commit/59d036d4c2706b430b0e3f1f1e0ee853ce16ca04)]:
16
+ - @mastra/core@0.0.0-monorepo-binary-20251013210052
17
+
18
+ ## 0.15.2-alpha.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
23
+
24
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
25
+
26
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
27
+
28
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
29
+
30
+ - Updated dependencies [[`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb), [`59d036d`](https://github.com/mastra-ai/mastra/commit/59d036d4c2706b430b0e3f1f1e0ee853ce16ca04)]:
31
+ - @mastra/core@0.21.0-alpha.0
32
+
33
+ ## 0.15.1
34
+
35
+ ### Patch Changes
36
+
37
+ - 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))
38
+
39
+ - Updated dependencies [[`00cb6bd`](https://github.com/mastra-ai/mastra/commit/00cb6bdf78737c0fac14a5a0c7b532a11e38558a), [`869ba22`](https://github.com/mastra-ai/mastra/commit/869ba222e1d6b58fc1b65e7c9fd55ca4e01b8c2f), [`1b73665`](https://github.com/mastra-ai/mastra/commit/1b73665e8e23f5c09d49fcf3e7d709c75259259e), [`f7d7475`](https://github.com/mastra-ai/mastra/commit/f7d747507341aef60ed39e4b49318db1f86034a6), [`084b77b`](https://github.com/mastra-ai/mastra/commit/084b77b2955960e0190af8db3f77138aa83ed65c), [`a93ff84`](https://github.com/mastra-ai/mastra/commit/a93ff84b5e1af07ee236ac8873dac9b49aa5d501), [`bc5aacb`](https://github.com/mastra-ai/mastra/commit/bc5aacb646d468d325327e36117129f28cd13bf6), [`6b5af12`](https://github.com/mastra-ai/mastra/commit/6b5af12ce9e09066e0c32e821c203a6954498bea), [`bf60e4a`](https://github.com/mastra-ai/mastra/commit/bf60e4a89c515afd9570b7b79f33b95e7d07c397), [`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`e8fe13c`](https://github.com/mastra-ai/mastra/commit/e8fe13c4b4c255a42520127797ec394310f7c919), [`3ca833d`](https://github.com/mastra-ai/mastra/commit/3ca833dc994c38e3c9b4f9b4478a61cd8e07b32a), [`1edb8d1`](https://github.com/mastra-ai/mastra/commit/1edb8d1cfb963e72a12412990fb9170936c9904c), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
40
+ - @mastra/core@0.20.0
41
+
42
+ ## 0.15.1-alpha.0
43
+
44
+ ### Patch Changes
45
+
46
+ - 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))
47
+
48
+ - Updated dependencies [[`00cb6bd`](https://github.com/mastra-ai/mastra/commit/00cb6bdf78737c0fac14a5a0c7b532a11e38558a), [`869ba22`](https://github.com/mastra-ai/mastra/commit/869ba222e1d6b58fc1b65e7c9fd55ca4e01b8c2f), [`1b73665`](https://github.com/mastra-ai/mastra/commit/1b73665e8e23f5c09d49fcf3e7d709c75259259e), [`f7d7475`](https://github.com/mastra-ai/mastra/commit/f7d747507341aef60ed39e4b49318db1f86034a6), [`084b77b`](https://github.com/mastra-ai/mastra/commit/084b77b2955960e0190af8db3f77138aa83ed65c), [`a93ff84`](https://github.com/mastra-ai/mastra/commit/a93ff84b5e1af07ee236ac8873dac9b49aa5d501), [`bc5aacb`](https://github.com/mastra-ai/mastra/commit/bc5aacb646d468d325327e36117129f28cd13bf6), [`6b5af12`](https://github.com/mastra-ai/mastra/commit/6b5af12ce9e09066e0c32e821c203a6954498bea), [`bf60e4a`](https://github.com/mastra-ai/mastra/commit/bf60e4a89c515afd9570b7b79f33b95e7d07c397), [`d41aee5`](https://github.com/mastra-ai/mastra/commit/d41aee526d124e35f42720a08e64043229193679), [`e8fe13c`](https://github.com/mastra-ai/mastra/commit/e8fe13c4b4c255a42520127797ec394310f7c919), [`3ca833d`](https://github.com/mastra-ai/mastra/commit/3ca833dc994c38e3c9b4f9b4478a61cd8e07b32a), [`1edb8d1`](https://github.com/mastra-ai/mastra/commit/1edb8d1cfb963e72a12412990fb9170936c9904c), [`fbf6e32`](https://github.com/mastra-ai/mastra/commit/fbf6e324946332d0f5ed8930bf9d4d4479cefd7a), [`4753027`](https://github.com/mastra-ai/mastra/commit/4753027ee889288775c6958bdfeda03ff909af67)]:
49
+ - @mastra/core@0.20.0-alpha.0
50
+
51
+ ## 0.15.0
52
+
53
+ ### Minor Changes
54
+
55
+ - Added Postgres and updated libsql storage adapters for ai-traces ([#8027](https://github.com/mastra-ai/mastra/pull/8027))
56
+
57
+ ### Patch Changes
58
+
59
+ - Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
60
+
61
+ - Fix incorrect title and import references in README.md ([#8288](https://github.com/mastra-ai/mastra/pull/8288))
62
+
63
+ Fixed the package title from '@mastra/pg' to '@mastra/libsql' and corrected the import statement in the Storage usage example.
64
+
65
+ - Libsql get scores by span ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
66
+
67
+ - 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), [`a7243e2`](https://github.com/mastra-ai/mastra/commit/a7243e2e58762667a6e3921e755e89d6bb0a3282), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`df64f9e`](https://github.com/mastra-ai/mastra/commit/df64f9ef814916fff9baedd861c988084e7c41de), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`683e5a1`](https://github.com/mastra-ai/mastra/commit/683e5a1466e48b686825b2c11f84680f296138e4), [`3679378`](https://github.com/mastra-ai/mastra/commit/3679378673350aa314741dc826f837b1984149bc), [`7775bc2`](https://github.com/mastra-ai/mastra/commit/7775bc20bb1ad1ab24797fb420e4f96c65b0d8ec), [`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), [`652066b`](https://github.com/mastra-ai/mastra/commit/652066bd1efc6bb6813ba950ed1d7573e8b7d9d4), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`ea8d386`](https://github.com/mastra-ai/mastra/commit/ea8d386cd8c5593664515fd5770c06bf2aa980ef), [`67b0f00`](https://github.com/mastra-ai/mastra/commit/67b0f005b520335c71fb85cbaa25df4ce8484a81), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5), [`0130986`](https://github.com/mastra-ai/mastra/commit/0130986fc62d0edcc626dd593282661dbb9af141)]:
68
+ - @mastra/core@0.19.0
69
+
70
+ ## 0.15.0-alpha.0
71
+
72
+ ### Minor Changes
73
+
74
+ - Added Postgres and updated libsql storage adapters for ai-traces ([#8027](https://github.com/mastra-ai/mastra/pull/8027))
75
+
76
+ ### Patch Changes
77
+
78
+ - Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
79
+
80
+ - Fix incorrect title and import references in README.md ([#8288](https://github.com/mastra-ai/mastra/pull/8288))
81
+
82
+ Fixed the package title from '@mastra/pg' to '@mastra/libsql' and corrected the import statement in the Storage usage example.
83
+
84
+ - Libsql get scores by span ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
85
+
86
+ - Updated dependencies [[`504438b`](https://github.com/mastra-ai/mastra/commit/504438b961bde211071186bba63a842c4e3db879), [`a7243e2`](https://github.com/mastra-ai/mastra/commit/a7243e2e58762667a6e3921e755e89d6bb0a3282), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`df64f9e`](https://github.com/mastra-ai/mastra/commit/df64f9ef814916fff9baedd861c988084e7c41de), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`683e5a1`](https://github.com/mastra-ai/mastra/commit/683e5a1466e48b686825b2c11f84680f296138e4), [`3679378`](https://github.com/mastra-ai/mastra/commit/3679378673350aa314741dc826f837b1984149bc), [`7775bc2`](https://github.com/mastra-ai/mastra/commit/7775bc20bb1ad1ab24797fb420e4f96c65b0d8ec), [`db1891a`](https://github.com/mastra-ai/mastra/commit/db1891a4707443720b7cd8a260dc7e1d49b3609c), [`e8f379d`](https://github.com/mastra-ai/mastra/commit/e8f379d390efa264c4e0874f9ac0cf8839b07777), [`652066b`](https://github.com/mastra-ai/mastra/commit/652066bd1efc6bb6813ba950ed1d7573e8b7d9d4), [`ea8d386`](https://github.com/mastra-ai/mastra/commit/ea8d386cd8c5593664515fd5770c06bf2aa980ef), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`0130986`](https://github.com/mastra-ai/mastra/commit/0130986fc62d0edcc626dd593282661dbb9af141)]:
87
+ - @mastra/core@0.19.0-alpha.1
88
+
89
+ ## 0.14.3
90
+
91
+ ### Patch Changes
92
+
93
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
94
+
95
+ - 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)]:
96
+ - @mastra/core@0.18.0
97
+
98
+ ## 0.14.3-alpha.0
99
+
100
+ ### Patch Changes
101
+
102
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
103
+
104
+ - 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)]:
105
+ - @mastra/core@0.18.0-alpha.2
106
+
107
+ ## 0.14.2
108
+
109
+ ### Patch Changes
110
+
111
+ - dependencies updates: ([#7742](https://github.com/mastra-ai/mastra/pull/7742))
112
+ - Updated dependency [`@libsql/client@^0.15.15` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.15) (from `^0.15.14`, in `dependencies`)
113
+
114
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
115
+
116
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
117
+
118
+ - 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)]:
119
+ - @mastra/core@0.17.0
120
+
121
+ ## 0.14.2-alpha.2
122
+
123
+ ### Patch Changes
124
+
125
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
126
+
127
+ - 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)]:
128
+ - @mastra/core@0.17.0-alpha.3
129
+
130
+ ## 0.14.2-alpha.1
131
+
132
+ ### Patch Changes
133
+
134
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
135
+
136
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
137
+ - @mastra/core@0.16.4-alpha.1
138
+
139
+ ## 0.14.2-alpha.0
140
+
141
+ ### Patch Changes
142
+
143
+ - dependencies updates: ([#7742](https://github.com/mastra-ai/mastra/pull/7742))
144
+ - Updated dependency [`@libsql/client@^0.15.15` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.15) (from `^0.15.14`, in `dependencies`)
145
+ - 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)]:
146
+ - @mastra/core@0.16.4-alpha.0
147
+
148
+ ## 0.14.1
149
+
150
+ ### Patch Changes
151
+
152
+ - Fix AI Trace bug for libsql ([#7695](https://github.com/mastra-ai/mastra/pull/7695))
153
+
154
+ - 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)]:
155
+ - @mastra/core@0.16.3
156
+
157
+ ## 0.14.1-alpha.0
158
+
159
+ ### Patch Changes
160
+
161
+ - Fix AI Trace bug for libsql ([#7695](https://github.com/mastra-ai/mastra/pull/7695))
162
+
163
+ - 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)]:
164
+ - @mastra/core@0.16.3-alpha.0
165
+
166
+ ## 0.14.0
167
+
168
+ ### Minor Changes
169
+
170
+ - 376913a: Update peerdeps of @mastra/core
171
+
172
+ ### Patch Changes
173
+
174
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
175
+ - Updated dependencies [8fbf79e]
176
+ - Updated dependencies [fd83526]
177
+ - Updated dependencies [d0b90ab]
178
+ - Updated dependencies [6f5eb7a]
179
+ - Updated dependencies [a01cf14]
180
+ - Updated dependencies [a9e50ee]
181
+ - Updated dependencies [5397eb4]
182
+ - Updated dependencies [c9f4e4a]
183
+ - Updated dependencies [0acbc80]
184
+ - @mastra/core@0.16.0
185
+
186
+ ## 0.14.0-alpha.1
187
+
188
+ ### Minor Changes
189
+
190
+ - 376913a: Update peerdeps of @mastra/core
191
+
192
+ ### Patch Changes
193
+
194
+ - Updated dependencies [8fbf79e]
195
+ - @mastra/core@0.16.0-alpha.1
196
+
197
+ ## 0.13.9-alpha.0
198
+
199
+ ### Patch Changes
200
+
201
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
202
+ - Updated dependencies [fd83526]
203
+ - Updated dependencies [d0b90ab]
204
+ - Updated dependencies [6f5eb7a]
205
+ - Updated dependencies [a01cf14]
206
+ - Updated dependencies [a9e50ee]
207
+ - Updated dependencies [5397eb4]
208
+ - Updated dependencies [c9f4e4a]
209
+ - Updated dependencies [0acbc80]
210
+ - @mastra/core@0.16.0-alpha.0
211
+
212
+ ## 0.13.8
213
+
214
+ ### Patch Changes
215
+
216
+ - 8429e4c: dependencies updates:
217
+ - Updated dependency [`@libsql/client@^0.15.14` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.14) (from `^0.15.12`, in `dependencies`)
218
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
219
+ - f0dfcac: updated core peerdep
220
+ - dbc51ef: Fixed dependency issue with new AI_SPAN schema
221
+ - Updated dependencies [ab48c97]
222
+ - Updated dependencies [85ef90b]
223
+ - Updated dependencies [aedbbfa]
224
+ - Updated dependencies [ff89505]
225
+ - Updated dependencies [637f323]
226
+ - Updated dependencies [de3cbc6]
227
+ - Updated dependencies [c19bcf7]
228
+ - Updated dependencies [4474d04]
229
+ - Updated dependencies [183dc95]
230
+ - Updated dependencies [a1111e2]
231
+ - Updated dependencies [b42a961]
232
+ - Updated dependencies [61debef]
233
+ - Updated dependencies [9beaeff]
234
+ - Updated dependencies [29de0e1]
235
+ - Updated dependencies [f643c65]
236
+ - Updated dependencies [00c74e7]
237
+ - Updated dependencies [fef7375]
238
+ - Updated dependencies [e3d8fea]
239
+ - Updated dependencies [45e4d39]
240
+ - Updated dependencies [9eee594]
241
+ - Updated dependencies [7149d8d]
242
+ - Updated dependencies [822c2e8]
243
+ - Updated dependencies [979912c]
244
+ - Updated dependencies [7dcf4c0]
245
+ - Updated dependencies [4106a58]
246
+ - Updated dependencies [ad78bfc]
247
+ - Updated dependencies [0302f50]
248
+ - Updated dependencies [6ac697e]
249
+ - Updated dependencies [74db265]
250
+ - Updated dependencies [0ce418a]
251
+ - Updated dependencies [af90672]
252
+ - Updated dependencies [8387952]
253
+ - Updated dependencies [7f3b8da]
254
+ - Updated dependencies [905352b]
255
+ - Updated dependencies [599d04c]
256
+ - Updated dependencies [56041d0]
257
+ - Updated dependencies [3412597]
258
+ - Updated dependencies [5eca5d2]
259
+ - Updated dependencies [f2cda47]
260
+ - Updated dependencies [5de1555]
261
+ - Updated dependencies [cfd377a]
262
+ - Updated dependencies [1ed5a3e]
263
+ - @mastra/core@0.15.3
264
+
265
+ ## 0.13.8-alpha.3
266
+
267
+ ### Patch Changes
268
+
269
+ - [#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
270
+
271
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
272
+ - @mastra/core@0.15.3-alpha.7
273
+
274
+ ## 0.13.8-alpha.2
275
+
276
+ ### Patch Changes
277
+
278
+ - [#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:
279
+ - Updated dependency [`@libsql/client@^0.15.14` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.14) (from `^0.15.12`, in `dependencies`)
280
+ - 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)]:
281
+ - @mastra/core@0.15.3-alpha.6
282
+
283
+ ## 0.13.8-alpha.1
284
+
285
+ ### Patch Changes
286
+
287
+ - [#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
+
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
+ ## 0.13.7
302
+
303
+ ### Patch Changes
304
+
305
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
306
+
307
+ - Updated dependencies []:
308
+ - @mastra/core@0.15.2
309
+
310
+ ## 0.13.6
311
+
312
+ ### Patch Changes
313
+
314
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
315
+
316
+ - Updated dependencies []:
317
+ - @mastra/core@0.15.1
318
+
319
+ ## 0.13.5
320
+
321
+ ### Patch Changes
322
+
323
+ - [#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
324
+
325
+ - [#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
326
+
327
+ - 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)]:
328
+ - @mastra/core@0.15.0
329
+
330
+ ## 0.13.5-alpha.0
331
+
332
+ ### Patch Changes
333
+
334
+ - [#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
335
+
336
+ - [#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
337
+
338
+ - 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)]:
339
+ - @mastra/core@0.14.2-alpha.1
340
+
341
+ ## 0.13.4
342
+
343
+ ### Patch Changes
344
+
345
+ - [#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:
346
+ - Updated dependency [`@libsql/client@^0.15.12` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.12) (from `^0.15.10`, in `dependencies`)
347
+
348
+ - [#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
349
+
350
+ - 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)]:
351
+ - @mastra/core@0.14.1
352
+
353
+ ## 0.13.4-alpha.0
354
+
355
+ ### Patch Changes
356
+
357
+ - [#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:
358
+ - Updated dependency [`@libsql/client@^0.15.12` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.12) (from `^0.15.10`, in `dependencies`)
359
+
360
+ - [#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
361
+
362
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
363
+ - @mastra/core@0.14.1-alpha.0
364
+
365
+ ## 0.13.3
366
+
367
+ ### Patch Changes
368
+
369
+ - 03997ae: Update peerdeps
370
+ - d6e39da: Load most recent snapshot from storage
371
+ - Updated dependencies [227c7e6]
372
+ - Updated dependencies [12cae67]
373
+ - Updated dependencies [fd3a3eb]
374
+ - Updated dependencies [6faaee5]
375
+ - Updated dependencies [4232b14]
376
+ - Updated dependencies [a89de7e]
377
+ - Updated dependencies [5a37d0c]
378
+ - Updated dependencies [4bde0cb]
379
+ - Updated dependencies [cf4f357]
380
+ - Updated dependencies [ad888a2]
381
+ - Updated dependencies [481751d]
382
+ - Updated dependencies [2454423]
383
+ - Updated dependencies [194e395]
384
+ - Updated dependencies [a722c0b]
385
+ - Updated dependencies [c30bca8]
386
+ - Updated dependencies [3b5fec7]
387
+ - Updated dependencies [a8f129d]
388
+ - @mastra/core@0.14.0
389
+
390
+ ## 0.13.3-alpha.1
391
+
392
+ ### Patch Changes
393
+
394
+ - 03997ae: Update peerdeps
395
+ - @mastra/core@0.14.0-alpha.7
396
+
397
+ ## 0.13.3-alpha.0
398
+
399
+ ### Patch Changes
400
+
401
+ - d6e39da: Load most recent snapshot from storage
402
+ - Updated dependencies [6faaee5]
403
+ - Updated dependencies [4232b14]
404
+ - Updated dependencies [a89de7e]
405
+ - Updated dependencies [cf4f357]
406
+ - Updated dependencies [a722c0b]
407
+ - Updated dependencies [3b5fec7]
408
+ - @mastra/core@0.14.0-alpha.1
409
+
410
+ ## 0.13.2
411
+
412
+ ### Patch Changes
413
+
414
+ - b5cf2a3: make system message always available during agent calls
415
+ - b32c50d: Filter scores by source
416
+ - Updated dependencies [d5330bf]
417
+ - Updated dependencies [2e74797]
418
+ - Updated dependencies [8388649]
419
+ - Updated dependencies [a239d41]
420
+ - Updated dependencies [dd94a26]
421
+ - Updated dependencies [3ba6772]
422
+ - Updated dependencies [b5cf2a3]
423
+ - Updated dependencies [2fff911]
424
+ - Updated dependencies [b32c50d]
425
+ - Updated dependencies [63449d0]
426
+ - Updated dependencies [121a3f8]
427
+ - Updated dependencies [ec510e7]
428
+ - @mastra/core@0.13.2
429
+
430
+ ## 0.13.2-alpha.1
431
+
432
+ ### Patch Changes
433
+
434
+ - b5cf2a3: make system message always available during agent calls
435
+ - Updated dependencies [b5cf2a3]
436
+ - @mastra/core@0.13.2-alpha.3
437
+
438
+ ## 0.13.2-alpha.0
439
+
440
+ ### Patch Changes
441
+
442
+ - b32c50d: Filter scores by source
443
+ - Updated dependencies [d5330bf]
444
+ - Updated dependencies [a239d41]
445
+ - Updated dependencies [b32c50d]
446
+ - Updated dependencies [121a3f8]
447
+ - Updated dependencies [ec510e7]
448
+ - @mastra/core@0.13.2-alpha.2
449
+
450
+ ## 0.13.1
451
+
452
+ ### Patch Changes
453
+
454
+ - 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
455
+ - Updated dependencies [cd0042e]
456
+ - @mastra/core@0.13.1
457
+
458
+ ## 0.13.1-alpha.0
459
+
460
+ ### Patch Changes
461
+
462
+ - 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
463
+ - Updated dependencies [cd0042e]
464
+ - @mastra/core@0.13.1-alpha.0
465
+
466
+ ## 0.13.0
467
+
468
+ ### Minor Changes
469
+
470
+ - ea0c5f2: Add store support to new score api
471
+
472
+ ### Patch Changes
473
+
474
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
475
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
476
+ - Updated dependencies [cb36de0]
477
+ - Updated dependencies [d0496e6]
478
+ - Updated dependencies [a82b851]
479
+ - Updated dependencies [ea0c5f2]
480
+ - Updated dependencies [41a0a0e]
481
+ - Updated dependencies [2871020]
482
+ - Updated dependencies [94f4812]
483
+ - Updated dependencies [e202b82]
484
+ - Updated dependencies [e00f6a0]
485
+ - Updated dependencies [4a406ec]
486
+ - Updated dependencies [b0e43c1]
487
+ - Updated dependencies [5d377e5]
488
+ - Updated dependencies [1fb812e]
489
+ - Updated dependencies [35c5798]
490
+ - @mastra/core@0.13.0
491
+
492
+ ## 0.13.0-alpha.1
493
+
494
+ ### Patch Changes
495
+
496
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
497
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
498
+ - Updated dependencies [cb36de0]
499
+ - Updated dependencies [a82b851]
500
+ - Updated dependencies [41a0a0e]
501
+ - Updated dependencies [2871020]
502
+ - Updated dependencies [4a406ec]
503
+ - Updated dependencies [5d377e5]
504
+ - @mastra/core@0.13.0-alpha.2
505
+
506
+ ## 0.13.0-alpha.0
507
+
508
+ ### Minor Changes
509
+
510
+ - ea0c5f2: Add store support to new score api
511
+
512
+ ### Patch Changes
513
+
514
+ - Updated dependencies [ea0c5f2]
515
+ - Updated dependencies [b0e43c1]
516
+ - Updated dependencies [1fb812e]
517
+ - Updated dependencies [35c5798]
518
+ - @mastra/core@0.13.0-alpha.1
519
+
520
+ ## 0.12.0
521
+
522
+ ### Minor Changes
523
+
524
+ - f42c4c2: update peer deps for packages to latest core range
525
+
526
+ ### Patch Changes
527
+
528
+ - 24ac5ff: dependencies updates:
529
+ - Updated dependency [`@libsql/client@^0.15.10` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.10) (from `^0.15.9`, in `dependencies`)
530
+ - ff9c125: enhance thread retrieval with sorting options in libsql and pg
531
+ - a3ca14c: `LibSQLVector.doUpsert`: check if transaction is open before attempting rollback
532
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
533
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
534
+ - Single message ID as string: `deleteMessages('msg-123')`
535
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
536
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
537
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
538
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
539
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
540
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
541
+ - Updates thread timestamps when messages are deleted
542
+ - Added comprehensive test coverage and documentation
543
+
544
+ - Updated dependencies [510e2c8]
545
+ - Updated dependencies [2f72fb2]
546
+ - Updated dependencies [27cc97a]
547
+ - Updated dependencies [3f89307]
548
+ - Updated dependencies [9eda7d4]
549
+ - Updated dependencies [9d49408]
550
+ - Updated dependencies [41daa63]
551
+ - Updated dependencies [ad0a58b]
552
+ - Updated dependencies [254a36b]
553
+ - Updated dependencies [2ecf658]
554
+ - Updated dependencies [7a7754f]
555
+ - Updated dependencies [fc92d80]
556
+ - Updated dependencies [e0f73c6]
557
+ - Updated dependencies [0b89602]
558
+ - Updated dependencies [4d37822]
559
+ - Updated dependencies [23a6a7c]
560
+ - Updated dependencies [cda801d]
561
+ - Updated dependencies [a77c823]
562
+ - Updated dependencies [ff9c125]
563
+ - Updated dependencies [09bca64]
564
+ - Updated dependencies [b8efbb9]
565
+ - Updated dependencies [71466e7]
566
+ - Updated dependencies [0c99fbe]
567
+ - @mastra/core@0.12.0
568
+
569
+ ## 0.12.0-alpha.2
570
+
571
+ ### Minor Changes
572
+
573
+ - f42c4c2: update peer deps for packages to latest core range
574
+
575
+ ### Patch Changes
576
+
577
+ - @mastra/core@0.12.0-alpha.5
578
+
579
+ ## 0.11.3-alpha.1
580
+
581
+ ### Patch Changes
582
+
583
+ - ff9c125: enhance thread retrieval with sorting options in libsql and pg
584
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
585
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
586
+ - Single message ID as string: `deleteMessages('msg-123')`
587
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
588
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
589
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
590
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
591
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
592
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
593
+ - Updates thread timestamps when messages are deleted
594
+ - Added comprehensive test coverage and documentation
595
+
596
+ - Updated dependencies [27cc97a]
597
+ - Updated dependencies [41daa63]
598
+ - Updated dependencies [254a36b]
599
+ - Updated dependencies [0b89602]
600
+ - Updated dependencies [4d37822]
601
+ - Updated dependencies [ff9c125]
602
+ - Updated dependencies [b8efbb9]
603
+ - Updated dependencies [71466e7]
604
+ - Updated dependencies [0c99fbe]
605
+ - @mastra/core@0.12.0-alpha.2
606
+
607
+ ## 0.11.3-alpha.0
608
+
609
+ ### Patch Changes
610
+
611
+ - 24ac5ff: dependencies updates:
612
+ - Updated dependency [`@libsql/client@^0.15.10` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.10) (from `^0.15.9`, in `dependencies`)
613
+ - a3ca14c: `LibSQLVector.doUpsert`: check if transaction is open before attempting rollback
614
+ - Updated dependencies [510e2c8]
615
+ - Updated dependencies [2f72fb2]
616
+ - Updated dependencies [3f89307]
617
+ - Updated dependencies [9eda7d4]
618
+ - Updated dependencies [9d49408]
619
+ - Updated dependencies [2ecf658]
620
+ - Updated dependencies [7a7754f]
621
+ - Updated dependencies [fc92d80]
622
+ - Updated dependencies [23a6a7c]
623
+ - Updated dependencies [09bca64]
624
+ - @mastra/core@0.12.0-alpha.0
625
+
626
+ ## 0.11.2
627
+
628
+ ### Patch Changes
629
+
630
+ - 3cc50c7: Update mastra core peer dep version
631
+ - ce088f5: Update all peerdeps to latest core
632
+ - @mastra/core@0.11.1
633
+
634
+ ## 0.11.1
635
+
636
+ ### Patch Changes
637
+
638
+ - 7ba91fa: Throw mastra errors methods not implemented yet
639
+ - da168a4: increase the peer deps range
640
+ - Updated dependencies [f248d53]
641
+ - Updated dependencies [2affc57]
642
+ - Updated dependencies [66e13e3]
643
+ - Updated dependencies [edd9482]
644
+ - Updated dependencies [18344d7]
645
+ - Updated dependencies [9d372c2]
646
+ - Updated dependencies [40c2525]
647
+ - Updated dependencies [e473f27]
648
+ - Updated dependencies [032cb66]
649
+ - Updated dependencies [703ac71]
650
+ - Updated dependencies [a723d69]
651
+ - Updated dependencies [7827943]
652
+ - Updated dependencies [5889a31]
653
+ - Updated dependencies [bf1e7e7]
654
+ - Updated dependencies [65e3395]
655
+ - Updated dependencies [4933192]
656
+ - Updated dependencies [d1c77a4]
657
+ - Updated dependencies [bea9dd1]
658
+ - Updated dependencies [dcd4802]
659
+ - Updated dependencies [cbddd18]
660
+ - Updated dependencies [7ba91fa]
661
+ - @mastra/core@0.11.0
662
+
663
+ ## 0.11.1-alpha.0
664
+
665
+ ### Patch Changes
666
+
667
+ - 7ba91fa: Throw mastra errors methods not implemented yet
668
+ - da168a4: increase the peer deps range
669
+ - Updated dependencies [f248d53]
670
+ - Updated dependencies [2affc57]
671
+ - Updated dependencies [66e13e3]
672
+ - Updated dependencies [edd9482]
673
+ - Updated dependencies [18344d7]
674
+ - Updated dependencies [9d372c2]
675
+ - Updated dependencies [40c2525]
676
+ - Updated dependencies [e473f27]
677
+ - Updated dependencies [032cb66]
678
+ - Updated dependencies [703ac71]
679
+ - Updated dependencies [a723d69]
680
+ - Updated dependencies [5889a31]
681
+ - Updated dependencies [65e3395]
682
+ - Updated dependencies [4933192]
683
+ - Updated dependencies [d1c77a4]
684
+ - Updated dependencies [bea9dd1]
685
+ - Updated dependencies [dcd4802]
686
+ - Updated dependencies [7ba91fa]
687
+ - @mastra/core@0.11.0-alpha.2
21
688
 
22
689
  ## 0.11.0
23
690