@mastra/clickhouse 0.0.0-trigger-playground-ui-package-20250506151043 → 0.0.0-unified-sidebar-20251010130811

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