@mastra/dynamodb 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 (56) hide show
  1. package/CHANGELOG.md +948 -0
  2. package/LICENSE.md +11 -42
  3. package/README.md +0 -4
  4. package/dist/entities/eval.d.ts +102 -0
  5. package/dist/entities/eval.d.ts.map +1 -0
  6. package/dist/entities/index.d.ts +761 -0
  7. package/dist/entities/index.d.ts.map +1 -0
  8. package/dist/entities/message.d.ts +100 -0
  9. package/dist/entities/message.d.ts.map +1 -0
  10. package/dist/entities/resource.d.ts +54 -0
  11. package/dist/entities/resource.d.ts.map +1 -0
  12. package/dist/entities/score.d.ts +244 -0
  13. package/dist/entities/score.d.ts.map +1 -0
  14. package/dist/entities/thread.d.ts +69 -0
  15. package/dist/entities/thread.d.ts.map +1 -0
  16. package/dist/entities/trace.d.ts +127 -0
  17. package/dist/entities/trace.d.ts.map +1 -0
  18. package/dist/entities/utils.d.ts +21 -0
  19. package/dist/entities/utils.d.ts.map +1 -0
  20. package/dist/entities/workflow-snapshot.d.ts +74 -0
  21. package/dist/entities/workflow-snapshot.d.ts.map +1 -0
  22. package/dist/index.cjs +2130 -489
  23. package/dist/index.cjs.map +1 -0
  24. package/dist/index.d.ts +2 -2
  25. package/dist/index.d.ts.map +1 -0
  26. package/dist/index.js +2131 -490
  27. package/dist/index.js.map +1 -0
  28. package/dist/storage/domains/legacy-evals/index.d.ts +19 -0
  29. package/dist/storage/domains/legacy-evals/index.d.ts.map +1 -0
  30. package/dist/storage/domains/memory/index.d.ts +89 -0
  31. package/dist/storage/domains/memory/index.d.ts.map +1 -0
  32. package/dist/storage/domains/operations/index.d.ts +69 -0
  33. package/dist/storage/domains/operations/index.d.ts.map +1 -0
  34. package/dist/storage/domains/score/index.d.ts +51 -0
  35. package/dist/storage/domains/score/index.d.ts.map +1 -0
  36. package/dist/storage/domains/traces/index.d.ts +28 -0
  37. package/dist/storage/domains/traces/index.d.ts.map +1 -0
  38. package/dist/storage/domains/workflows/index.d.ts +51 -0
  39. package/dist/storage/domains/workflows/index.d.ts.map +1 -0
  40. package/dist/storage/index.d.ts +259 -0
  41. package/dist/storage/index.d.ts.map +1 -0
  42. package/package.json +24 -14
  43. package/dist/_tsup-dts-rollup.d.cts +0 -1160
  44. package/dist/_tsup-dts-rollup.d.ts +0 -1160
  45. package/dist/index.d.cts +0 -2
  46. package/src/entities/eval.ts +0 -102
  47. package/src/entities/index.ts +0 -23
  48. package/src/entities/message.ts +0 -143
  49. package/src/entities/thread.ts +0 -66
  50. package/src/entities/trace.ts +0 -129
  51. package/src/entities/utils.ts +0 -51
  52. package/src/entities/workflow-snapshot.ts +0 -56
  53. package/src/index.ts +0 -1
  54. package/src/storage/docker-compose.yml +0 -16
  55. package/src/storage/index.test.ts +0 -1366
  56. package/src/storage/index.ts +0 -1383
package/CHANGELOG.md ADDED
@@ -0,0 +1,948 @@
1
+ # @mastra/dynamodb
2
+
3
+ ## 0.0.0-suspendRuntimeContextTypeFix-20250930142630
4
+
5
+ ### Patch Changes
6
+
7
+ - Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
8
+
9
+ - Dynamodb support fetch scores by trace and span id ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
10
+
11
+ - 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)]:
12
+ - @mastra/core@0.0.0-suspendRuntimeContextTypeFix-20250930142630
13
+
14
+ ## 0.15.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
19
+
20
+ - 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)]:
21
+ - @mastra/core@0.18.0
22
+
23
+ ## 0.15.3-alpha.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
28
+
29
+ - 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)]:
30
+ - @mastra/core@0.18.0-alpha.2
31
+
32
+ ## 0.15.2
33
+
34
+ ### Patch Changes
35
+
36
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
37
+
38
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
39
+
40
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
41
+
42
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
43
+
44
+ - 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)]:
45
+ - @mastra/core@0.17.0
46
+
47
+ ## 0.15.2-alpha.3
48
+
49
+ ### Patch Changes
50
+
51
+ - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
52
+
53
+ - Updated dependencies [[`197cbb2`](https://github.com/mastra-ai/mastra/commit/197cbb248fc8cb4bbf61bf70b770f1388b445df2), [`6590763`](https://github.com/mastra-ai/mastra/commit/65907630ef4bf4127067cecd1cb21b56f55d5f1b), [`c2eade3`](https://github.com/mastra-ai/mastra/commit/c2eade3508ef309662f065e5f340d7840295dd53), [`222965a`](https://github.com/mastra-ai/mastra/commit/222965a98ce8197b86673ec594244650b5960257), [`0324ceb`](https://github.com/mastra-ai/mastra/commit/0324ceb8af9d16c12a531f90e575f6aab797ac81), [`0f9d227`](https://github.com/mastra-ai/mastra/commit/0f9d227890a98db33865abbea39daf407cd55ef7), [`de056a0`](https://github.com/mastra-ai/mastra/commit/de056a02cbb43f6aa0380ab2150ea404af9ec0dd), [`c93532a`](https://github.com/mastra-ai/mastra/commit/c93532a340b80e4dd946d4c138d9381de5f70399), [`6cb1fcb`](https://github.com/mastra-ai/mastra/commit/6cb1fcbc8d0378ffed0d17784c96e68f30cb0272), [`2685a78`](https://github.com/mastra-ai/mastra/commit/2685a78f224b8b04e20d4fab5ac1adb638190071), [`239b5a4`](https://github.com/mastra-ai/mastra/commit/239b5a497aeae2e8b4d764f46217cfff2284788e)]:
54
+ - @mastra/core@0.17.0-alpha.6
55
+
56
+ ## 0.15.2-alpha.2
57
+
58
+ ### Patch Changes
59
+
60
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
61
+
62
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
63
+ - @mastra/core@0.17.0-alpha.4
64
+
65
+ ## 0.15.2-alpha.1
66
+
67
+ ### Patch Changes
68
+
69
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
70
+
71
+ - 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)]:
72
+ - @mastra/core@0.17.0-alpha.3
73
+
74
+ ## 0.15.2-alpha.0
75
+
76
+ ### Patch Changes
77
+
78
+ - Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
79
+
80
+ - Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
81
+ - @mastra/core@0.16.4-alpha.1
82
+
83
+ ## 0.15.1
84
+
85
+ ### Patch Changes
86
+
87
+ - dependencies updates: ([#7500](https://github.com/mastra-ai/mastra/pull/7500))
88
+ - Updated dependency [`electrodb@^3.4.5` ↗︎](https://www.npmjs.com/package/electrodb/v/3.4.5) (from `^3.4.3`, in `dependencies`)
89
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`6f046b5`](https://github.com/mastra-ai/mastra/commit/6f046b5ccc5c8721302a9a61d5d16c12374cc8d7), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
90
+ - @mastra/core@0.16.1
91
+
92
+ ## 0.15.1-alpha.0
93
+
94
+ ### Patch Changes
95
+
96
+ - dependencies updates: ([#7500](https://github.com/mastra-ai/mastra/pull/7500))
97
+ - Updated dependency [`electrodb@^3.4.5` ↗︎](https://www.npmjs.com/package/electrodb/v/3.4.5) (from `^3.4.3`, in `dependencies`)
98
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e)]:
99
+ - @mastra/core@0.16.1-alpha.1
100
+
101
+ ## 0.15.0
102
+
103
+ ### Minor Changes
104
+
105
+ - 376913a: Update peerdeps of @mastra/core
106
+
107
+ ### Patch Changes
108
+
109
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
110
+ - 376913a: Update peerdeps
111
+ - Updated dependencies [8fbf79e]
112
+ - Updated dependencies [fd83526]
113
+ - Updated dependencies [d0b90ab]
114
+ - Updated dependencies [6f5eb7a]
115
+ - Updated dependencies [a01cf14]
116
+ - Updated dependencies [a9e50ee]
117
+ - Updated dependencies [5397eb4]
118
+ - Updated dependencies [c9f4e4a]
119
+ - Updated dependencies [0acbc80]
120
+ - @mastra/core@0.16.0
121
+
122
+ ## 0.15.0-alpha.1
123
+
124
+ ### Minor Changes
125
+
126
+ - 376913a: Update peerdeps of @mastra/core
127
+
128
+ ### Patch Changes
129
+
130
+ - 376913a: Update peerdeps
131
+ - Updated dependencies [8fbf79e]
132
+ - @mastra/core@0.16.0-alpha.1
133
+
134
+ ## 0.14.7-alpha.0
135
+
136
+ ### Patch Changes
137
+
138
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
139
+ - Updated dependencies [fd83526]
140
+ - Updated dependencies [d0b90ab]
141
+ - Updated dependencies [6f5eb7a]
142
+ - Updated dependencies [a01cf14]
143
+ - Updated dependencies [a9e50ee]
144
+ - Updated dependencies [5397eb4]
145
+ - Updated dependencies [c9f4e4a]
146
+ - Updated dependencies [0acbc80]
147
+ - @mastra/core@0.16.0-alpha.0
148
+
149
+ ## 0.14.6
150
+
151
+ ### Patch Changes
152
+
153
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
154
+ - f0dfcac: updated core peerdep
155
+ - Updated dependencies [ab48c97]
156
+ - Updated dependencies [85ef90b]
157
+ - Updated dependencies [aedbbfa]
158
+ - Updated dependencies [ff89505]
159
+ - Updated dependencies [637f323]
160
+ - Updated dependencies [de3cbc6]
161
+ - Updated dependencies [c19bcf7]
162
+ - Updated dependencies [4474d04]
163
+ - Updated dependencies [183dc95]
164
+ - Updated dependencies [a1111e2]
165
+ - Updated dependencies [b42a961]
166
+ - Updated dependencies [61debef]
167
+ - Updated dependencies [9beaeff]
168
+ - Updated dependencies [29de0e1]
169
+ - Updated dependencies [f643c65]
170
+ - Updated dependencies [00c74e7]
171
+ - Updated dependencies [fef7375]
172
+ - Updated dependencies [e3d8fea]
173
+ - Updated dependencies [45e4d39]
174
+ - Updated dependencies [9eee594]
175
+ - Updated dependencies [7149d8d]
176
+ - Updated dependencies [822c2e8]
177
+ - Updated dependencies [979912c]
178
+ - Updated dependencies [7dcf4c0]
179
+ - Updated dependencies [4106a58]
180
+ - Updated dependencies [ad78bfc]
181
+ - Updated dependencies [0302f50]
182
+ - Updated dependencies [6ac697e]
183
+ - Updated dependencies [74db265]
184
+ - Updated dependencies [0ce418a]
185
+ - Updated dependencies [af90672]
186
+ - Updated dependencies [8387952]
187
+ - Updated dependencies [7f3b8da]
188
+ - Updated dependencies [905352b]
189
+ - Updated dependencies [599d04c]
190
+ - Updated dependencies [56041d0]
191
+ - Updated dependencies [3412597]
192
+ - Updated dependencies [5eca5d2]
193
+ - Updated dependencies [f2cda47]
194
+ - Updated dependencies [5de1555]
195
+ - Updated dependencies [cfd377a]
196
+ - Updated dependencies [1ed5a3e]
197
+ - @mastra/core@0.15.3
198
+
199
+ ## 0.14.6-alpha.1
200
+
201
+ ### Patch Changes
202
+
203
+ - [#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
204
+
205
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
206
+ - @mastra/core@0.15.3-alpha.7
207
+
208
+ ## 0.14.6-alpha.0
209
+
210
+ ### Patch Changes
211
+
212
+ - [#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`.
213
+
214
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
215
+ - @mastra/core@0.15.3-alpha.5
216
+
217
+ ## 0.14.5
218
+
219
+ ### Patch Changes
220
+
221
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
222
+
223
+ - Updated dependencies []:
224
+ - @mastra/core@0.15.2
225
+
226
+ ## 0.14.4
227
+
228
+ ### Patch Changes
229
+
230
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
231
+
232
+ - Updated dependencies []:
233
+ - @mastra/core@0.15.1
234
+
235
+ ## 0.14.3
236
+
237
+ ### Patch Changes
238
+
239
+ - [#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
240
+
241
+ - 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)]:
242
+ - @mastra/core@0.14.1
243
+
244
+ ## 0.14.3-alpha.0
245
+
246
+ ### Patch Changes
247
+
248
+ - [#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
249
+
250
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
251
+ - @mastra/core@0.14.1-alpha.0
252
+
253
+ ## 0.14.2
254
+
255
+ ### Patch Changes
256
+
257
+ - 03997ae: Update peerdeps
258
+ - Updated dependencies [227c7e6]
259
+ - Updated dependencies [12cae67]
260
+ - Updated dependencies [fd3a3eb]
261
+ - Updated dependencies [6faaee5]
262
+ - Updated dependencies [4232b14]
263
+ - Updated dependencies [a89de7e]
264
+ - Updated dependencies [5a37d0c]
265
+ - Updated dependencies [4bde0cb]
266
+ - Updated dependencies [cf4f357]
267
+ - Updated dependencies [ad888a2]
268
+ - Updated dependencies [481751d]
269
+ - Updated dependencies [2454423]
270
+ - Updated dependencies [194e395]
271
+ - Updated dependencies [a722c0b]
272
+ - Updated dependencies [c30bca8]
273
+ - Updated dependencies [3b5fec7]
274
+ - Updated dependencies [a8f129d]
275
+ - @mastra/core@0.14.0
276
+
277
+ ## 0.14.2-alpha.0
278
+
279
+ ### Patch Changes
280
+
281
+ - 03997ae: Update peerdeps
282
+ - @mastra/core@0.14.0-alpha.7
283
+
284
+ ## 0.14.1
285
+
286
+ ### Patch Changes
287
+
288
+ - b32c50d: Filter scores by source
289
+ - Updated dependencies [d5330bf]
290
+ - Updated dependencies [2e74797]
291
+ - Updated dependencies [8388649]
292
+ - Updated dependencies [a239d41]
293
+ - Updated dependencies [dd94a26]
294
+ - Updated dependencies [3ba6772]
295
+ - Updated dependencies [b5cf2a3]
296
+ - Updated dependencies [2fff911]
297
+ - Updated dependencies [b32c50d]
298
+ - Updated dependencies [63449d0]
299
+ - Updated dependencies [121a3f8]
300
+ - Updated dependencies [ec510e7]
301
+ - @mastra/core@0.13.2
302
+
303
+ ## 0.14.1-alpha.0
304
+
305
+ ### Patch Changes
306
+
307
+ - b32c50d: Filter scores by source
308
+ - Updated dependencies [d5330bf]
309
+ - Updated dependencies [a239d41]
310
+ - Updated dependencies [b32c50d]
311
+ - Updated dependencies [121a3f8]
312
+ - Updated dependencies [ec510e7]
313
+ - @mastra/core@0.13.2-alpha.2
314
+
315
+ ## 0.14.0
316
+
317
+ ### Minor Changes
318
+
319
+ - ea0c5f2: Add store support to new score api
320
+
321
+ ### Patch Changes
322
+
323
+ - 604b1d4: dependencies updates:
324
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.859.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.859.0) (from `^3.848.0`, in `dependencies`)
325
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.859.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.859.0) (from `^3.840.0`, in `dependencies`)
326
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
327
+ - Updated dependencies [cb36de0]
328
+ - Updated dependencies [d0496e6]
329
+ - Updated dependencies [a82b851]
330
+ - Updated dependencies [ea0c5f2]
331
+ - Updated dependencies [41a0a0e]
332
+ - Updated dependencies [2871020]
333
+ - Updated dependencies [94f4812]
334
+ - Updated dependencies [e202b82]
335
+ - Updated dependencies [e00f6a0]
336
+ - Updated dependencies [4a406ec]
337
+ - Updated dependencies [b0e43c1]
338
+ - Updated dependencies [5d377e5]
339
+ - Updated dependencies [1fb812e]
340
+ - Updated dependencies [35c5798]
341
+ - @mastra/core@0.13.0
342
+
343
+ ## 0.14.0-alpha.2
344
+
345
+ ### Patch Changes
346
+
347
+ - 604b1d4: dependencies updates:
348
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.859.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.859.0) (from `^3.848.0`, in `dependencies`)
349
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.859.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.859.0) (from `^3.840.0`, in `dependencies`)
350
+ - Updated dependencies [d0496e6]
351
+ - @mastra/core@0.13.0-alpha.3
352
+
353
+ ## 0.14.0-alpha.1
354
+
355
+ ### Patch Changes
356
+
357
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
358
+ - Updated dependencies [cb36de0]
359
+ - Updated dependencies [a82b851]
360
+ - Updated dependencies [41a0a0e]
361
+ - Updated dependencies [2871020]
362
+ - Updated dependencies [4a406ec]
363
+ - Updated dependencies [5d377e5]
364
+ - @mastra/core@0.13.0-alpha.2
365
+
366
+ ## 0.14.0-alpha.0
367
+
368
+ ### Minor Changes
369
+
370
+ - ea0c5f2: Add store support to new score api
371
+
372
+ ### Patch Changes
373
+
374
+ - Updated dependencies [ea0c5f2]
375
+ - Updated dependencies [b0e43c1]
376
+ - Updated dependencies [1fb812e]
377
+ - Updated dependencies [35c5798]
378
+ - @mastra/core@0.13.0-alpha.1
379
+
380
+ ## 0.13.3
381
+
382
+ ### Patch Changes
383
+
384
+ - 34d3410: dependencies updates:
385
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.848.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.848.0) (from `^3.840.0`, in `dependencies`)
386
+ - f42c4c2: update peer deps for packages to latest core range
387
+ - Updated dependencies [510e2c8]
388
+ - Updated dependencies [2f72fb2]
389
+ - Updated dependencies [27cc97a]
390
+ - Updated dependencies [3f89307]
391
+ - Updated dependencies [9eda7d4]
392
+ - Updated dependencies [9d49408]
393
+ - Updated dependencies [41daa63]
394
+ - Updated dependencies [ad0a58b]
395
+ - Updated dependencies [254a36b]
396
+ - Updated dependencies [2ecf658]
397
+ - Updated dependencies [7a7754f]
398
+ - Updated dependencies [fc92d80]
399
+ - Updated dependencies [e0f73c6]
400
+ - Updated dependencies [0b89602]
401
+ - Updated dependencies [4d37822]
402
+ - Updated dependencies [23a6a7c]
403
+ - Updated dependencies [cda801d]
404
+ - Updated dependencies [a77c823]
405
+ - Updated dependencies [ff9c125]
406
+ - Updated dependencies [09bca64]
407
+ - Updated dependencies [b8efbb9]
408
+ - Updated dependencies [71466e7]
409
+ - Updated dependencies [0c99fbe]
410
+ - @mastra/core@0.12.0
411
+
412
+ ## 0.13.3-alpha.1
413
+
414
+ ### Patch Changes
415
+
416
+ - f42c4c2: update peer deps for packages to latest core range
417
+ - @mastra/core@0.12.0-alpha.5
418
+
419
+ ## 0.13.3-alpha.0
420
+
421
+ ### Patch Changes
422
+
423
+ - 34d3410: dependencies updates:
424
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.848.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.848.0) (from `^3.840.0`, in `dependencies`)
425
+ - Updated dependencies [510e2c8]
426
+ - Updated dependencies [2f72fb2]
427
+ - Updated dependencies [3f89307]
428
+ - Updated dependencies [9eda7d4]
429
+ - Updated dependencies [9d49408]
430
+ - Updated dependencies [2ecf658]
431
+ - Updated dependencies [7a7754f]
432
+ - Updated dependencies [fc92d80]
433
+ - Updated dependencies [23a6a7c]
434
+ - Updated dependencies [09bca64]
435
+ - @mastra/core@0.12.0-alpha.0
436
+
437
+ ## 0.13.2
438
+
439
+ ### Patch Changes
440
+
441
+ - ce088f5: Update all peerdeps to latest core
442
+ - @mastra/core@0.11.1
443
+
444
+ ## 0.13.1
445
+
446
+ ### Patch Changes
447
+
448
+ - 7ba91fa: Throw mastra errors methods not implemented yet
449
+ - Updated dependencies [f248d53]
450
+ - Updated dependencies [2affc57]
451
+ - Updated dependencies [66e13e3]
452
+ - Updated dependencies [edd9482]
453
+ - Updated dependencies [18344d7]
454
+ - Updated dependencies [9d372c2]
455
+ - Updated dependencies [40c2525]
456
+ - Updated dependencies [e473f27]
457
+ - Updated dependencies [032cb66]
458
+ - Updated dependencies [703ac71]
459
+ - Updated dependencies [a723d69]
460
+ - Updated dependencies [7827943]
461
+ - Updated dependencies [5889a31]
462
+ - Updated dependencies [bf1e7e7]
463
+ - Updated dependencies [65e3395]
464
+ - Updated dependencies [4933192]
465
+ - Updated dependencies [d1c77a4]
466
+ - Updated dependencies [bea9dd1]
467
+ - Updated dependencies [dcd4802]
468
+ - Updated dependencies [cbddd18]
469
+ - Updated dependencies [7ba91fa]
470
+ - @mastra/core@0.11.0
471
+
472
+ ## 0.13.1-alpha.0
473
+
474
+ ### Patch Changes
475
+
476
+ - 7ba91fa: Throw mastra errors methods not implemented yet
477
+ - Updated dependencies [f248d53]
478
+ - Updated dependencies [2affc57]
479
+ - Updated dependencies [66e13e3]
480
+ - Updated dependencies [edd9482]
481
+ - Updated dependencies [18344d7]
482
+ - Updated dependencies [9d372c2]
483
+ - Updated dependencies [40c2525]
484
+ - Updated dependencies [e473f27]
485
+ - Updated dependencies [032cb66]
486
+ - Updated dependencies [703ac71]
487
+ - Updated dependencies [a723d69]
488
+ - Updated dependencies [5889a31]
489
+ - Updated dependencies [65e3395]
490
+ - Updated dependencies [4933192]
491
+ - Updated dependencies [d1c77a4]
492
+ - Updated dependencies [bea9dd1]
493
+ - Updated dependencies [dcd4802]
494
+ - Updated dependencies [7ba91fa]
495
+ - @mastra/core@0.11.0-alpha.2
496
+
497
+ ## 0.13.0
498
+
499
+ ### Minor Changes
500
+
501
+ - 10cd23a: Change DynamoDB saveThread from create to upsert to handle updates.
502
+
503
+ ### Patch Changes
504
+
505
+ - 7228a97: dependencies updates:
506
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.839.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.839.0) (from `^3.828.0`, in `dependencies`)
507
+ - 7d16f45: dependencies updates:
508
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.840.0) (from `^3.830.0`, in `dependencies`)
509
+ - 649274f: dependencies updates:
510
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.840.0) (from `^3.839.0`, in `dependencies`)
511
+ - Updated dependencies [2873c7f]
512
+ - Updated dependencies [1c1c6a1]
513
+ - Updated dependencies [f8ce2cc]
514
+ - Updated dependencies [8c846b6]
515
+ - Updated dependencies [c7bbf1e]
516
+ - Updated dependencies [8722d53]
517
+ - Updated dependencies [565cc0c]
518
+ - Updated dependencies [b790fd1]
519
+ - Updated dependencies [132027f]
520
+ - Updated dependencies [0c85311]
521
+ - Updated dependencies [d7ed04d]
522
+ - Updated dependencies [cb16baf]
523
+ - Updated dependencies [f36e4f1]
524
+ - Updated dependencies [7f6e403]
525
+ - @mastra/core@0.10.11
526
+
527
+ ## 0.13.0-alpha.1
528
+
529
+ ### Minor Changes
530
+
531
+ - 10cd23a: Change DynamoDB saveThread from create to upsert to handle updates.
532
+
533
+ ### Patch Changes
534
+
535
+ - 7d16f45: dependencies updates:
536
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.840.0) (from `^3.830.0`, in `dependencies`)
537
+ - 649274f: dependencies updates:
538
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.840.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.840.0) (from `^3.839.0`, in `dependencies`)
539
+ - Updated dependencies [2873c7f]
540
+ - Updated dependencies [1c1c6a1]
541
+ - Updated dependencies [565cc0c]
542
+ - @mastra/core@0.10.11-alpha.2
543
+
544
+ ## 0.12.1-alpha.0
545
+
546
+ ### Patch Changes
547
+
548
+ - 7228a97: dependencies updates:
549
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.839.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.839.0) (from `^3.828.0`, in `dependencies`)
550
+ - Updated dependencies [f8ce2cc]
551
+ - Updated dependencies [8c846b6]
552
+ - Updated dependencies [b790fd1]
553
+ - Updated dependencies [d7ed04d]
554
+ - Updated dependencies [f36e4f1]
555
+ - @mastra/core@0.10.11-alpha.0
556
+
557
+ ## 0.12.0
558
+
559
+ ### Minor Changes
560
+
561
+ - 8a3bfd2: Update peerdeps to latest core
562
+
563
+ ### Patch Changes
564
+
565
+ - ab52239: dependencies updates:
566
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.830.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.830.0) (from `^3.828.0`, in `dependencies`)
567
+ - 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
568
+ - d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
569
+ - 0fb9d64: [MASTRA-4018] Update saveMessages in storage adapters to upsert messages
570
+ - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
571
+ - 0e17048: Throw mastra errors in storage packages
572
+ - Updated dependencies [15e9d26]
573
+ - Updated dependencies [d1baedb]
574
+ - Updated dependencies [d8f2d19]
575
+ - Updated dependencies [4d21bf2]
576
+ - Updated dependencies [07d6d88]
577
+ - Updated dependencies [9d52b17]
578
+ - Updated dependencies [2097952]
579
+ - Updated dependencies [792c4c0]
580
+ - Updated dependencies [5d74aab]
581
+ - Updated dependencies [a8b194f]
582
+ - Updated dependencies [4fb0cc2]
583
+ - Updated dependencies [d2a7a31]
584
+ - Updated dependencies [502fe05]
585
+ - Updated dependencies [144eb0b]
586
+ - Updated dependencies [8ba1b51]
587
+ - Updated dependencies [4efcfa0]
588
+ - Updated dependencies [0e17048]
589
+ - @mastra/core@0.10.7
590
+
591
+ ## 0.12.0-alpha.4
592
+
593
+ ### Patch Changes
594
+
595
+ - ab52239: dependencies updates:
596
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.830.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.830.0) (from `^3.828.0`, in `dependencies`)
597
+
598
+ ## 0.12.0-alpha.3
599
+
600
+ ### Minor Changes
601
+
602
+ - 8a3bfd2: Update peerdeps to latest core
603
+
604
+ ### Patch Changes
605
+
606
+ - Updated dependencies [792c4c0]
607
+ - Updated dependencies [502fe05]
608
+ - Updated dependencies [4efcfa0]
609
+ - @mastra/core@0.10.7-alpha.3
610
+
611
+ ## 0.11.1-alpha.2
612
+
613
+ ### Patch Changes
614
+
615
+ - 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
616
+ - 0fb9d64: [MASTRA-4018] Update saveMessages in storage adapters to upsert messages
617
+ - Updated dependencies [15e9d26]
618
+ - Updated dependencies [07d6d88]
619
+ - Updated dependencies [5d74aab]
620
+ - Updated dependencies [144eb0b]
621
+ - @mastra/core@0.10.7-alpha.2
622
+
623
+ ## 0.11.1-alpha.1
624
+
625
+ ### Patch Changes
626
+
627
+ - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
628
+ - 0e17048: Throw mastra errors in storage packages
629
+ - Updated dependencies [d1baedb]
630
+ - Updated dependencies [4d21bf2]
631
+ - Updated dependencies [2097952]
632
+ - Updated dependencies [4fb0cc2]
633
+ - Updated dependencies [d2a7a31]
634
+ - Updated dependencies [0e17048]
635
+ - @mastra/core@0.10.7-alpha.1
636
+
637
+ ## 0.11.1-alpha.0
638
+
639
+ ### Patch Changes
640
+
641
+ - d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
642
+ - Updated dependencies [d8f2d19]
643
+ - Updated dependencies [9d52b17]
644
+ - Updated dependencies [8ba1b51]
645
+ - @mastra/core@0.10.7-alpha.0
646
+
647
+ ## 0.11.0
648
+
649
+ ### Minor Changes
650
+
651
+ - 704d1ca: Thread Timestamp Auto-Update Enhancement
652
+ Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
653
+ Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
654
+ Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
655
+ Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
656
+ Backwards compatible: No breaking changes - existing code continues to work unchanged
657
+ Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
658
+ This enhancement resolves the issue where active conversations appeared stale due to outdated thread timestamps, providing better conversation management and user experience in chat applications.
659
+
660
+ ### Patch Changes
661
+
662
+ - 4051477: dependencies updates:
663
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
664
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
665
+ - fdfed6c: dependencies updates:
666
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
667
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
668
+ - 63f6b7d: dependencies updates:
669
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.826.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.826.0) (from `^3.823.0`, in `dependencies`)
670
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.826.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.826.0) (from `^3.823.0`, in `dependencies`)
671
+ - Updated dependency [`electrodb@^3.4.3` ↗︎](https://www.npmjs.com/package/electrodb/v/3.4.3) (from `^3.4.1`, in `dependencies`)
672
+ - 6c3e021: chore(deps): update mastra dynamodb to ^1.10.0
673
+ - Updated dependencies [63f6b7d]
674
+ - Updated dependencies [12a95fc]
675
+ - Updated dependencies [4b0f8a6]
676
+ - Updated dependencies [51264a5]
677
+ - Updated dependencies [8e6f677]
678
+ - Updated dependencies [d70c420]
679
+ - Updated dependencies [ee9af57]
680
+ - Updated dependencies [36f1c36]
681
+ - Updated dependencies [2a16996]
682
+ - Updated dependencies [10d352e]
683
+ - Updated dependencies [9589624]
684
+ - Updated dependencies [53d3c37]
685
+ - Updated dependencies [751c894]
686
+ - Updated dependencies [577ce3a]
687
+ - Updated dependencies [9260b3a]
688
+ - @mastra/core@0.10.6
689
+
690
+ ## 0.11.0-alpha.4
691
+
692
+ ### Patch Changes
693
+
694
+ - 6c3e021: chore(deps): update mastra dynamodb to ^1.10.0
695
+
696
+ ## 0.11.0-alpha.3
697
+
698
+ ### Patch Changes
699
+
700
+ - 4051477: dependencies updates:
701
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
702
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
703
+ - Updated dependencies [d70c420]
704
+ - Updated dependencies [2a16996]
705
+ - @mastra/core@0.10.6-alpha.3
706
+
707
+ ## 0.11.0-alpha.2
708
+
709
+ ### Patch Changes
710
+
711
+ - fdfed6c: dependencies updates:
712
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
713
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
714
+ - Updated dependencies [4b0f8a6]
715
+ - @mastra/core@0.10.6-alpha.2
716
+
717
+ ## 0.11.0-alpha.1
718
+
719
+ ### Minor Changes
720
+
721
+ - 704d1ca: Thread Timestamp Auto-Update Enhancement
722
+ Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
723
+ Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
724
+ Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
725
+ Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
726
+ Backwards compatible: No breaking changes - existing code continues to work unchanged
727
+ Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
728
+ This enhancement resolves the issue where active conversations appeared stale due to outdated thread timestamps, providing better conversation management and user experience in chat applications.
729
+
730
+ ## 0.10.5-alpha.0
731
+
732
+ ### Patch Changes
733
+
734
+ - 63f6b7d: dependencies updates:
735
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.826.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.826.0) (from `^3.823.0`, in `dependencies`)
736
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.826.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.826.0) (from `^3.823.0`, in `dependencies`)
737
+ - Updated dependency [`electrodb@^3.4.3` ↗︎](https://www.npmjs.com/package/electrodb/v/3.4.3) (from `^3.4.1`, in `dependencies`)
738
+ - Updated dependencies [63f6b7d]
739
+ - Updated dependencies [36f1c36]
740
+ - Updated dependencies [10d352e]
741
+ - Updated dependencies [53d3c37]
742
+ - @mastra/core@0.10.6-alpha.0
743
+
744
+ ## 0.10.4
745
+
746
+ ### Patch Changes
747
+
748
+ - 35c2bac: dependencies updates:
749
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.823.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.823.0) (from `^3.0.0`, in `dependencies`)
750
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.823.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.823.0) (from `^3.0.0`, in `dependencies`)
751
+ - dffb67b: updated stores to add alter table and change tests
752
+ - 925ab94: added paginated functions to base class and added boilerplate and updated imports
753
+ - 66f4424: Update peerdeps
754
+ - c218b1c: fix(dynamodb): use upsert instead of create for persistWorkflowSnapshot
755
+ - Updated dependencies [d1ed912]
756
+ - Updated dependencies [f6fd25f]
757
+ - Updated dependencies [dffb67b]
758
+ - Updated dependencies [f1f1f1b]
759
+ - Updated dependencies [925ab94]
760
+ - Updated dependencies [f9816ae]
761
+ - Updated dependencies [82090c1]
762
+ - Updated dependencies [1b443fd]
763
+ - Updated dependencies [ce97900]
764
+ - Updated dependencies [f1309d3]
765
+ - Updated dependencies [14a2566]
766
+ - Updated dependencies [f7f8293]
767
+ - Updated dependencies [48eddb9]
768
+ - @mastra/core@0.10.4
769
+
770
+ ## 0.10.4-alpha.2
771
+
772
+ ### Patch Changes
773
+
774
+ - 66f4424: Update peerdeps
775
+
776
+ ## 0.10.4-alpha.1
777
+
778
+ ### Patch Changes
779
+
780
+ - 925ab94: added paginated functions to base class and added boilerplate and updated imports
781
+ - c218b1c: fix(dynamodb): use upsert instead of create for persistWorkflowSnapshot
782
+ - Updated dependencies [925ab94]
783
+ - @mastra/core@0.10.4-alpha.3
784
+
785
+ ## 0.10.4-alpha.0
786
+
787
+ ### Patch Changes
788
+
789
+ - 35c2bac: dependencies updates:
790
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.823.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.823.0) (from `^3.0.0`, in `dependencies`)
791
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.823.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.823.0) (from `^3.0.0`, in `dependencies`)
792
+ - dffb67b: updated stores to add alter table and change tests
793
+ - Updated dependencies [f6fd25f]
794
+ - Updated dependencies [dffb67b]
795
+ - Updated dependencies [f1309d3]
796
+ - Updated dependencies [f7f8293]
797
+ - @mastra/core@0.10.4-alpha.1
798
+
799
+ ## 0.10.3
800
+
801
+ ### Patch Changes
802
+
803
+ - 786362a: fix(dynamodb): handle Date objects in createdAt/updatedAt fields
804
+ - Updated dependencies [2b0fc7e]
805
+ - @mastra/core@0.10.3
806
+
807
+ ## 0.10.3-alpha.0
808
+
809
+ ### Patch Changes
810
+
811
+ - 786362a: fix(dynamodb): handle Date objects in createdAt/updatedAt fields
812
+ - Updated dependencies [2b0fc7e]
813
+ - @mastra/core@0.10.3-alpha.0
814
+
815
+ ## 0.10.2
816
+
817
+ ### Patch Changes
818
+
819
+ - d980a1b: Fix getMessages to correctly return last n messages when `limit` is passed
820
+
821
+ ## 0.10.2-alpha.0
822
+
823
+ ### Patch Changes
824
+
825
+ - d980a1b: Fix getMessages to correctly return last n messages when `limit` is passed
826
+
827
+ ## 0.10.1
828
+
829
+ ### Patch Changes
830
+
831
+ - ee77e78: Type fixes for dynamodb and MessageList
832
+ - 05d3c89: Dynamo db type fix
833
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
834
+ - f0d559f: Fix peerdeps for alpha channel
835
+ - Updated dependencies [ee77e78]
836
+ - Updated dependencies [592a2db]
837
+ - Updated dependencies [e5dc18d]
838
+ - Updated dependencies [ab5adbe]
839
+ - Updated dependencies [1e8bb40]
840
+ - Updated dependencies [1b5fc55]
841
+ - Updated dependencies [195c428]
842
+ - Updated dependencies [f73e11b]
843
+ - Updated dependencies [37643b8]
844
+ - Updated dependencies [99fd6cf]
845
+ - Updated dependencies [c5bf1ce]
846
+ - Updated dependencies [add596e]
847
+ - Updated dependencies [8dc94d8]
848
+ - Updated dependencies [ecebbeb]
849
+ - Updated dependencies [79d5145]
850
+ - Updated dependencies [12b7002]
851
+ - Updated dependencies [2901125]
852
+ - @mastra/core@0.10.2
853
+
854
+ ## 0.10.1-alpha.3
855
+
856
+ ### Patch Changes
857
+
858
+ - 05d3c89: Dynamo db type fix
859
+ - Updated dependencies [37643b8]
860
+ - Updated dependencies [79d5145]
861
+ - @mastra/core@0.10.2-alpha.8
862
+
863
+ ## 0.10.1-alpha.2
864
+
865
+ ### Patch Changes
866
+
867
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
868
+ - Updated dependencies [c5bf1ce]
869
+ - Updated dependencies [12b7002]
870
+ - @mastra/core@0.10.2-alpha.4
871
+
872
+ ## 0.10.1-alpha.1
873
+
874
+ ### Patch Changes
875
+
876
+ - f0d559f: Fix peerdeps for alpha channel
877
+ - Updated dependencies [1e8bb40]
878
+ - @mastra/core@0.10.2-alpha.2
879
+
880
+ ## 0.10.1-alpha.0
881
+
882
+ ### Patch Changes
883
+
884
+ - ee77e78: Type fixes for dynamodb and MessageList
885
+ - Updated dependencies [ee77e78]
886
+ - Updated dependencies [2901125]
887
+ - @mastra/core@0.10.2-alpha.1
888
+
889
+ ## 0.10.0
890
+
891
+ ### Patch Changes
892
+
893
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
894
+ - d2d4fe4: Add a DynamoDB storage connector using a single-table design pattern with ElectroDB.
895
+
896
+ Features:
897
+ - Efficient single-table design for all Mastra storage needs
898
+ - Based on ElectroDB for type-safe DynamoDB access
899
+ - Support for AWS credentials, regions, and endpoints
900
+ - Compatible with AWS DynamoDB Local for development
901
+ - Thread, Message, Trace, Eval, and Workflow operations
902
+ - Useful for serverless environments
903
+
904
+ - Updated dependencies [b3a3d63]
905
+ - Updated dependencies [344f453]
906
+ - Updated dependencies [0a3ae6d]
907
+ - Updated dependencies [95911be]
908
+ - Updated dependencies [f53a6ac]
909
+ - Updated dependencies [5eb5a99]
910
+ - Updated dependencies [7e632c5]
911
+ - Updated dependencies [1e9fbfa]
912
+ - Updated dependencies [eabdcd9]
913
+ - Updated dependencies [90be034]
914
+ - Updated dependencies [99f050a]
915
+ - Updated dependencies [d0ee3c6]
916
+ - Updated dependencies [b2ae5aa]
917
+ - Updated dependencies [23f258c]
918
+ - Updated dependencies [a7292b0]
919
+ - Updated dependencies [0dcb9f0]
920
+ - Updated dependencies [2672a05]
921
+ - @mastra/core@0.10.0
922
+
923
+ ## 0.0.2-alpha.0
924
+
925
+ ### Patch Changes
926
+
927
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
928
+ - d2d4fe4: Add a DynamoDB storage connector using a single-table design pattern with ElectroDB.
929
+
930
+ Features:
931
+ - Efficient single-table design for all Mastra storage needs
932
+ - Based on ElectroDB for type-safe DynamoDB access
933
+ - Support for AWS credentials, regions, and endpoints
934
+ - Compatible with AWS DynamoDB Local for development
935
+ - Thread, Message, Trace, Eval, and Workflow operations
936
+ - Useful for serverless environments
937
+
938
+ - Updated dependencies [b3a3d63]
939
+ - Updated dependencies [344f453]
940
+ - Updated dependencies [0a3ae6d]
941
+ - Updated dependencies [95911be]
942
+ - Updated dependencies [5eb5a99]
943
+ - Updated dependencies [7e632c5]
944
+ - Updated dependencies [1e9fbfa]
945
+ - Updated dependencies [b2ae5aa]
946
+ - Updated dependencies [a7292b0]
947
+ - Updated dependencies [0dcb9f0]
948
+ - @mastra/core@0.10.0-alpha.1