@mastra/dynamodb 0.0.0-update-scorers-api-20250801170445 → 0.0.0-vector-extension-schema-20250922130418

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