@mastra/dynamodb 0.0.0-update-scorers-api-20250801170445 → 0.0.0-usechat-duplicate-20251016110554

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