@mastra/cloudflare 1.6.3 → 1.6.4-alpha.1
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.
- package/LICENSE.md +6 -4
- package/README.md +8 -144
- package/dist/do/index.d.ts.map +1 -1
- package/dist/do/storage/db/index.d.ts.map +1 -1
- package/dist/do/storage/domains/background-tasks/index.d.ts.map +1 -1
- package/dist/do/storage/domains/memory/index.d.ts.map +1 -1
- package/dist/do/storage/domains/scores/index.d.ts.map +1 -1
- package/dist/do/storage/domains/workflows/index.d.ts.map +1 -1
- package/dist/do/storage/sql-builder.d.ts.map +1 -1
- package/dist/docs/SKILL.md +2 -2
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/docs/references/integrations-databases-cloudflare-kv.md +2 -0
- package/dist/kv/index.d.ts.map +1 -1
- package/dist/kv/storage/db/index.d.ts.map +1 -1
- package/dist/kv/storage/domains/memory/index.d.ts.map +1 -1
- package/dist/kv/storage/domains/scores/index.d.ts.map +1 -1
- package/dist/kv/storage/domains/workflows/index.d.ts.map +1 -1
- package/dist/kv/storage/test-utils.d.ts.map +1 -1
- package/package.json +7 -8
- package/CHANGELOG.md +0 -3793
package/CHANGELOG.md
DELETED
|
@@ -1,3793 +0,0 @@
|
|
|
1
|
-
# @mastra/cloudflare
|
|
2
|
-
|
|
3
|
-
## 1.6.3
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Fixed Cloudflare KV storage silently dropping data once a table grows past 1000 keys. Listing threads, deleting threads, and clearing tables now read every page of keys from Cloudflare instead of only the first one, so large stores no longer lose threads or leave orphaned messages behind. Also fixed writes through the REST API, which Cloudflare rejected with a 'metadata must be valid json' error. Fixes https://github.com/mastra-ai/mastra/issues/22015 ([#22204](https://github.com/mastra-ai/mastra/pull/22204))
|
|
8
|
-
|
|
9
|
-
- Enforce atomic conditional background task state updates so cancellation cannot be overwritten during dispatch. Background task storage is no longer exposed by Cloudflare KV or ClickHouse, which cannot provide the required compare-and-set semantics. ([#22228](https://github.com/mastra-ai/mastra/pull/22228))
|
|
10
|
-
|
|
11
|
-
- Updated dependencies [[`79f04a7`](https://github.com/mastra-ai/mastra/commit/79f04a7f6c6829da541139f638f2f1d267916e08), [`65edab1`](https://github.com/mastra-ai/mastra/commit/65edab1c233d17b8f163bad12fca410d0e6f16b1), [`1e47b75`](https://github.com/mastra-ai/mastra/commit/1e47b7520cab4cfaa8daed52f17e2e6d14ff7539), [`ab20a38`](https://github.com/mastra-ai/mastra/commit/ab20a38d0275f8d85e0f3833bd87ef487bcc609f), [`fd4d5fe`](https://github.com/mastra-ai/mastra/commit/fd4d5fe4f943699b85db5e74404f190d5a6b8c2a), [`ae8790c`](https://github.com/mastra-ai/mastra/commit/ae8790c4bfaa088d2ab279d1dcc06f326b9fd109), [`2c85f42`](https://github.com/mastra-ai/mastra/commit/2c85f428e04ccd63ea31a7ec80b5b327afdad555), [`11bbeb9`](https://github.com/mastra-ai/mastra/commit/11bbeb9b108ef2264e05acefc6dafb9cbb342921), [`48ef1f1`](https://github.com/mastra-ai/mastra/commit/48ef1f1d24eedafbb07f64e659a81b52b67b8bf6), [`aa3a85d`](https://github.com/mastra-ai/mastra/commit/aa3a85daf094c683bb97efdf4b6a696d2e474af5), [`d29d06f`](https://github.com/mastra-ai/mastra/commit/d29d06fe00bbd35b4571150ea04c59d2ed783c71), [`e6516df`](https://github.com/mastra-ai/mastra/commit/e6516dfcdae4f4ac0e7971d84359a81385ee602f), [`1a485f3`](https://github.com/mastra-ai/mastra/commit/1a485f3538f5ec64d58bd8b5e1e99de0c695c87b), [`0d37487`](https://github.com/mastra-ai/mastra/commit/0d37487d9f349388a3f1cef6a536cf9dcc4b6273), [`8661d7d`](https://github.com/mastra-ai/mastra/commit/8661d7d7179f0a024456aabdd8679bcecd09ac28), [`dbbfeb8`](https://github.com/mastra-ai/mastra/commit/dbbfeb85ec949dc9ebc0755e1ad262e4f5eba8db), [`575e343`](https://github.com/mastra-ai/mastra/commit/575e343900451021d96110916497d334af7bc252), [`0b2a3d1`](https://github.com/mastra-ai/mastra/commit/0b2a3d1783875c5b97b7b36ab3d03d7360e0dde7), [`6bb5d71`](https://github.com/mastra-ai/mastra/commit/6bb5d7193fe9166b219f0fccae17db7a5ae86e65), [`3cc9d00`](https://github.com/mastra-ai/mastra/commit/3cc9d00b2b4333e0377a5e9df5eff92c17ce7630), [`cacb839`](https://github.com/mastra-ai/mastra/commit/cacb8392d9e74189b56d857290b0615f98a2683d), [`57de7d6`](https://github.com/mastra-ai/mastra/commit/57de7d644ba7146edb4e9e6111ec4fa98c3a59e9), [`c8e4cea`](https://github.com/mastra-ai/mastra/commit/c8e4ceac9a390d78c8327dff3cdb2861dd71957f), [`ed01e9a`](https://github.com/mastra-ai/mastra/commit/ed01e9a807514a904374bf687a7b8f18750f6f78), [`b47b26e`](https://github.com/mastra-ai/mastra/commit/b47b26e6fe95cb8a3482be2c5e52de157fe59d0b), [`0d37487`](https://github.com/mastra-ai/mastra/commit/0d37487d9f349388a3f1cef6a536cf9dcc4b6273), [`733a537`](https://github.com/mastra-ai/mastra/commit/733a537489a858b5880b2e98809334fba895a221), [`e8e299c`](https://github.com/mastra-ai/mastra/commit/e8e299cc6abdfc39947e2fec25803493015d3882), [`edfc548`](https://github.com/mastra-ai/mastra/commit/edfc548886bc7bae17b681f8b6b41a47eb32bcd2), [`b05f486`](https://github.com/mastra-ai/mastra/commit/b05f48612984d5fe2447ea2d6cdd5c604d285b97), [`a8a4871`](https://github.com/mastra-ai/mastra/commit/a8a4871215f51da95c47129602157ce5372f634a), [`eb9ecaa`](https://github.com/mastra-ai/mastra/commit/eb9ecaa89c36e889749e3b825cfc507ce7f7980b), [`4ff3ee2`](https://github.com/mastra-ai/mastra/commit/4ff3ee2bff7ed07528b4817f8f49639031c72a4d), [`9207dfa`](https://github.com/mastra-ai/mastra/commit/9207dfab8062e5fc68b751684797ff86fe0b4e70), [`5165cdc`](https://github.com/mastra-ai/mastra/commit/5165cdcdcf50e144bb8113278535196cc9b07065), [`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`6bb5d71`](https://github.com/mastra-ai/mastra/commit/6bb5d7193fe9166b219f0fccae17db7a5ae86e65), [`f591643`](https://github.com/mastra-ai/mastra/commit/f591643becdf0be9bddce6ba1748e64bc30d77f1), [`63796ba`](https://github.com/mastra-ai/mastra/commit/63796ba0fda60253be17535e68f6bbbf1e6ffa09), [`b1ad324`](https://github.com/mastra-ai/mastra/commit/b1ad324d657f3544b0701332aef7eb10e9a36258), [`61c566d`](https://github.com/mastra-ai/mastra/commit/61c566dd2f2cde2b23ed8f139924e530d4202214), [`c24754c`](https://github.com/mastra-ai/mastra/commit/c24754c1fb6fe144e5051e536e98c8a18b0214ac), [`12c61d2`](https://github.com/mastra-ai/mastra/commit/12c61d280c8cb208bc3c8dbcbe5dcc60cf9d1cd0), [`c46eb09`](https://github.com/mastra-ai/mastra/commit/c46eb09ce4987509af57a0ac582c61241a6dd2f1), [`9ee8120`](https://github.com/mastra-ai/mastra/commit/9ee8120ce17f76b9f617489e05a283353742690a), [`d975e92`](https://github.com/mastra-ai/mastra/commit/d975e924d4936f46c386bd3dee39c671720289f6), [`45dd6ee`](https://github.com/mastra-ai/mastra/commit/45dd6ee089bd7df0d0c98a10098e483fd388e04a), [`4e9a228`](https://github.com/mastra-ai/mastra/commit/4e9a2283d5fd6ed1b70a2751eb3dc2cbf82ada20), [`d6ce34a`](https://github.com/mastra-ai/mastra/commit/d6ce34aeceb06ddf3d595a1eed5cc74f481a46a1), [`f95f468`](https://github.com/mastra-ai/mastra/commit/f95f468cf1e7c2b924a13826494f98b8f2ccd581), [`30ed33e`](https://github.com/mastra-ai/mastra/commit/30ed33ee14084a26019aba15fceadda6d6ddefaf), [`04a815f`](https://github.com/mastra-ai/mastra/commit/04a815fc8971d29e97fcdcc5008a1eb472fc00ff), [`1cfa878`](https://github.com/mastra-ai/mastra/commit/1cfa8784d8da0dfaa0317e5048bc48b6084a5ea5), [`9a12ef3`](https://github.com/mastra-ai/mastra/commit/9a12ef3fccf3f4186db0f294f4ee1f02cf4d8db2), [`32d3583`](https://github.com/mastra-ai/mastra/commit/32d358332cb8ac2306b83b73cf3536e74dbd435e), [`7960688`](https://github.com/mastra-ai/mastra/commit/7960688828e04eaf3106e34f7758fa580257eef6), [`91ad69d`](https://github.com/mastra-ai/mastra/commit/91ad69d64994c89199b0c55399e64ed91c61df2f), [`8dc408d`](https://github.com/mastra-ai/mastra/commit/8dc408d34438f9e13297f792c11a5cfd6cf952e1), [`c92def1`](https://github.com/mastra-ai/mastra/commit/c92def10a13c822972c96f0a4ca6ffc1f4258aed), [`63041eb`](https://github.com/mastra-ai/mastra/commit/63041eb4c50b520a0a80e03d4cd6ea99f67715a0), [`c118318`](https://github.com/mastra-ai/mastra/commit/c1183181c9804303db4b511c2e2648f8b714712b), [`c5eaec5`](https://github.com/mastra-ai/mastra/commit/c5eaec5a860d80d0e3805e67db0414b87ac8cbed), [`fc07c64`](https://github.com/mastra-ai/mastra/commit/fc07c6465043e08e99193a6751a01c56ffc2e7a1), [`cced745`](https://github.com/mastra-ai/mastra/commit/cced745a056ec2225c5bc702e32d848847aa8b65), [`542dee2`](https://github.com/mastra-ai/mastra/commit/542dee254167f974ff8cbbbfc0ce10f9a2616a7b), [`3c19dce`](https://github.com/mastra-ai/mastra/commit/3c19dcef8e73062a80627a4927eae3ec11145afd), [`aca2869`](https://github.com/mastra-ai/mastra/commit/aca2869b2031982f3c4a2f52525c9be7cf123ef8), [`a58483c`](https://github.com/mastra-ai/mastra/commit/a58483cff1a9d41fce7c931843f48cb0ac450f64), [`a58483c`](https://github.com/mastra-ai/mastra/commit/a58483cff1a9d41fce7c931843f48cb0ac450f64), [`e6f8450`](https://github.com/mastra-ai/mastra/commit/e6f845074d478527026b18d85031b23353e1d0a4), [`895e9df`](https://github.com/mastra-ai/mastra/commit/895e9dfc17d6f34299eca64e317ded9e5f5e5ef8), [`e66b2ba`](https://github.com/mastra-ai/mastra/commit/e66b2ba100db63eaeab6e21e1ea34b113f2ec781), [`3e8727e`](https://github.com/mastra-ai/mastra/commit/3e8727e11ec1a5d733acedb5c872896394be18c1)]:
|
|
12
|
-
- @mastra/core@1.62.0
|
|
13
|
-
|
|
14
|
-
## 1.6.3-alpha.1
|
|
15
|
-
|
|
16
|
-
### Patch Changes
|
|
17
|
-
|
|
18
|
-
- Enforce atomic conditional background task state updates so cancellation cannot be overwritten during dispatch. Background task storage is no longer exposed by Cloudflare KV or ClickHouse, which cannot provide the required compare-and-set semantics. ([#22228](https://github.com/mastra-ai/mastra/pull/22228))
|
|
19
|
-
|
|
20
|
-
- Updated dependencies [[`aa3a85d`](https://github.com/mastra-ai/mastra/commit/aa3a85daf094c683bb97efdf4b6a696d2e474af5), [`d29d06f`](https://github.com/mastra-ai/mastra/commit/d29d06fe00bbd35b4571150ea04c59d2ed783c71), [`e6516df`](https://github.com/mastra-ai/mastra/commit/e6516dfcdae4f4ac0e7971d84359a81385ee602f), [`0b2a3d1`](https://github.com/mastra-ai/mastra/commit/0b2a3d1783875c5b97b7b36ab3d03d7360e0dde7), [`6bb5d71`](https://github.com/mastra-ai/mastra/commit/6bb5d7193fe9166b219f0fccae17db7a5ae86e65), [`57de7d6`](https://github.com/mastra-ai/mastra/commit/57de7d644ba7146edb4e9e6111ec4fa98c3a59e9), [`e8e299c`](https://github.com/mastra-ai/mastra/commit/e8e299cc6abdfc39947e2fec25803493015d3882), [`edfc548`](https://github.com/mastra-ai/mastra/commit/edfc548886bc7bae17b681f8b6b41a47eb32bcd2), [`a8a4871`](https://github.com/mastra-ai/mastra/commit/a8a4871215f51da95c47129602157ce5372f634a), [`5165cdc`](https://github.com/mastra-ai/mastra/commit/5165cdcdcf50e144bb8113278535196cc9b07065), [`6bb5d71`](https://github.com/mastra-ai/mastra/commit/6bb5d7193fe9166b219f0fccae17db7a5ae86e65), [`9ee8120`](https://github.com/mastra-ai/mastra/commit/9ee8120ce17f76b9f617489e05a283353742690a), [`d975e92`](https://github.com/mastra-ai/mastra/commit/d975e924d4936f46c386bd3dee39c671720289f6), [`1cfa878`](https://github.com/mastra-ai/mastra/commit/1cfa8784d8da0dfaa0317e5048bc48b6084a5ea5), [`c118318`](https://github.com/mastra-ai/mastra/commit/c1183181c9804303db4b511c2e2648f8b714712b), [`fc07c64`](https://github.com/mastra-ai/mastra/commit/fc07c6465043e08e99193a6751a01c56ffc2e7a1), [`542dee2`](https://github.com/mastra-ai/mastra/commit/542dee254167f974ff8cbbbfc0ce10f9a2616a7b), [`a58483c`](https://github.com/mastra-ai/mastra/commit/a58483cff1a9d41fce7c931843f48cb0ac450f64), [`a58483c`](https://github.com/mastra-ai/mastra/commit/a58483cff1a9d41fce7c931843f48cb0ac450f64), [`895e9df`](https://github.com/mastra-ai/mastra/commit/895e9dfc17d6f34299eca64e317ded9e5f5e5ef8)]:
|
|
21
|
-
- @mastra/core@1.62.0-alpha.8
|
|
22
|
-
|
|
23
|
-
## 1.6.3-alpha.0
|
|
24
|
-
|
|
25
|
-
### Patch Changes
|
|
26
|
-
|
|
27
|
-
- Fixed Cloudflare KV storage silently dropping data once a table grows past 1000 keys. Listing threads, deleting threads, and clearing tables now read every page of keys from Cloudflare instead of only the first one, so large stores no longer lose threads or leave orphaned messages behind. Also fixed writes through the REST API, which Cloudflare rejected with a 'metadata must be valid json' error. Fixes https://github.com/mastra-ai/mastra/issues/22015 ([#22204](https://github.com/mastra-ai/mastra/pull/22204))
|
|
28
|
-
|
|
29
|
-
- Updated dependencies [[`c8e4cea`](https://github.com/mastra-ai/mastra/commit/c8e4ceac9a390d78c8327dff3cdb2861dd71957f), [`ed01e9a`](https://github.com/mastra-ai/mastra/commit/ed01e9a807514a904374bf687a7b8f18750f6f78), [`4e9a228`](https://github.com/mastra-ai/mastra/commit/4e9a2283d5fd6ed1b70a2751eb3dc2cbf82ada20), [`63041eb`](https://github.com/mastra-ai/mastra/commit/63041eb4c50b520a0a80e03d4cd6ea99f67715a0)]:
|
|
30
|
-
- @mastra/core@1.62.0-alpha.6
|
|
31
|
-
|
|
32
|
-
## 1.6.2
|
|
33
|
-
|
|
34
|
-
### Patch Changes
|
|
35
|
-
|
|
36
|
-
- Fixed a crash where updating a thread without a title (for example during observational memory buffering) could write a null title and violate the database's not-null constraint when running a newer @mastra/memory against an older storage package. Memory now checks whether the connected storage adapter supports partial thread updates and backfills the existing title for older adapters, so mixed-version deployments keep working. See #21041 for the original title-clobbering fix this makes backward compatible. ([#21257](https://github.com/mastra-ai/mastra/pull/21257))
|
|
37
|
-
|
|
38
|
-
- Storage adapters now declare support for partial thread updates, letting newer @mastra/memory preserve existing thread titles instead of overwriting them, while remaining safe against older versions. ([#21257](https://github.com/mastra-ai/mastra/pull/21257))
|
|
39
|
-
|
|
40
|
-
- Fixed resource-scoped message includes across storage adapters so included context cannot cross resource boundaries. ([#20984](https://github.com/mastra-ai/mastra/pull/20984))
|
|
41
|
-
|
|
42
|
-
- Fixed generated thread titles being clobbered during a turn ([#21041](https://github.com/mastra-ai/mastra/pull/21041))
|
|
43
|
-
|
|
44
|
-
`updateThread` required both `title` and `metadata`, so callers that only needed to
|
|
45
|
-
change metadata (message persistence, working memory, observational memory, channel
|
|
46
|
-
subscriptions) had to read the thread and pass its title back. When title generation
|
|
47
|
-
finished between that read and the write, the freshly generated title was overwritten
|
|
48
|
-
with the stale one.
|
|
49
|
-
|
|
50
|
-
`title` and `metadata` are now independently optional: omitting one leaves that column
|
|
51
|
-
untouched. Callers that only change metadata no longer send a title, and message
|
|
52
|
-
persistence no longer rewrites a thread row it just read.
|
|
53
|
-
|
|
54
|
-
- Updated dependencies [[`e7109ee`](https://github.com/mastra-ai/mastra/commit/e7109ee6f731bacc79c885906f3c7dca8d8f013a), [`b8ce7ec`](https://github.com/mastra-ai/mastra/commit/b8ce7ec96e39343c6c2f36d12d68a9ad816c09f7), [`2e4624e`](https://github.com/mastra-ai/mastra/commit/2e4624edb6917e61249cb60ee377735e7af7e4a9), [`45a9147`](https://github.com/mastra-ai/mastra/commit/45a914741f578754d79d8b7de7b4e4f304d8e14a), [`a3a3624`](https://github.com/mastra-ai/mastra/commit/a3a3624f646b98e409424d8defccbd334da9e8b8), [`6246914`](https://github.com/mastra-ai/mastra/commit/62469146636911f3cbbe0880bd011c6a897a59a7), [`6445eba`](https://github.com/mastra-ai/mastra/commit/6445eba6020abac681aba1cc9289f446cb400cbe), [`86b7b77`](https://github.com/mastra-ai/mastra/commit/86b7b777980d30f66e1fd134a37d2af4c22e54cc), [`1c75e32`](https://github.com/mastra-ai/mastra/commit/1c75e32f7fc0b9fb6f548b4407feaec8a1440212), [`296dc9a`](https://github.com/mastra-ai/mastra/commit/296dc9af29f3616e786c7825ec32e0df92d754c5), [`f59032a`](https://github.com/mastra-ai/mastra/commit/f59032a73699443555a08a479e7ac578975784f2), [`cdd5c33`](https://github.com/mastra-ai/mastra/commit/cdd5c33ac6c7118a9f139e6dc0e14e6a8ae31658), [`3f73c07`](https://github.com/mastra-ai/mastra/commit/3f73c076727e8c36b4fff7a1b40290fb68957fa8), [`772c0c8`](https://github.com/mastra-ai/mastra/commit/772c0c897cec383258de2e6178147f8014767c7b), [`d7cf7fa`](https://github.com/mastra-ai/mastra/commit/d7cf7fafc1ae1b50bd8462dd0e6c671a8606db93), [`7c1ebb1`](https://github.com/mastra-ai/mastra/commit/7c1ebb15690c4b3f0eabb19077cf8af573311e57), [`0f9a448`](https://github.com/mastra-ai/mastra/commit/0f9a448502157e59f7b76f24360ad497168f5ef8), [`578bf2e`](https://github.com/mastra-ai/mastra/commit/578bf2e6a88e9d5b8bf502204e15a95dfbb679ae), [`c47165c`](https://github.com/mastra-ai/mastra/commit/c47165c983c87594c6952f1fd2fa51a90205034c), [`289f4ce`](https://github.com/mastra-ai/mastra/commit/289f4ce16e3293370440172132c52ee787cbc09f), [`df31eb0`](https://github.com/mastra-ai/mastra/commit/df31eb0c7087d782a0d9346e467f9a4af4b0eef6), [`9571e3a`](https://github.com/mastra-ai/mastra/commit/9571e3a06ed2c5220196460bf82a2129255c3a8b), [`4f16ff8`](https://github.com/mastra-ai/mastra/commit/4f16ff824bf2f9b0ddc93f210477c10c8a4fb1ab), [`b4c89b4`](https://github.com/mastra-ai/mastra/commit/b4c89b4371b0c86da57403ad1a3b3ef0681f3128), [`e6534fa`](https://github.com/mastra-ai/mastra/commit/e6534fab031216f6cb48c4c9907cbfdce9d60bc6), [`210cb7a`](https://github.com/mastra-ai/mastra/commit/210cb7a167998c7bbf72cb3b93e6eb0563330239), [`06b2d87`](https://github.com/mastra-ai/mastra/commit/06b2d87e63bcdd0ed59215c6789692b9b12de376), [`1c67d85`](https://github.com/mastra-ai/mastra/commit/1c67d85e9da8285662f4dbbf47e0378c3fee0747), [`ac01d63`](https://github.com/mastra-ai/mastra/commit/ac01d6355974aec73fdb8781449ed12bac582094), [`80a3324`](https://github.com/mastra-ai/mastra/commit/80a33245d3110204de6f56d61211523ffe338692), [`e44e8f3`](https://github.com/mastra-ai/mastra/commit/e44e8f370b66c339ddcaba946d33da6d3c3f06cd), [`d9d2881`](https://github.com/mastra-ai/mastra/commit/d9d2881ede6dd6c023d144215fc812062aed0890), [`a810a05`](https://github.com/mastra-ai/mastra/commit/a810a058f62ad407cfc1701e0be36ae91145d7cf), [`ba24be6`](https://github.com/mastra-ai/mastra/commit/ba24be662439c331ab23a600041f93803c89eca8), [`842b5fe`](https://github.com/mastra-ai/mastra/commit/842b5fe22b6a7fa811bd14e48eb9af523ac989f2), [`990611b`](https://github.com/mastra-ai/mastra/commit/990611ba76eb876d86c9c594371ae5f02f94b432), [`80bdf3a`](https://github.com/mastra-ai/mastra/commit/80bdf3ae16ade6ff63bde0cb16fa2df8ab7dd4dd), [`c967a5e`](https://github.com/mastra-ai/mastra/commit/c967a5eec150c5dc5418c4a4388982d1fb7ad27c), [`dc4a25d`](https://github.com/mastra-ai/mastra/commit/dc4a25d41af4e2fe97a816070eaec6aa963ab53b), [`9ba1247`](https://github.com/mastra-ai/mastra/commit/9ba12470c77f1c03642d720ce67e517e878f666e), [`fd96298`](https://github.com/mastra-ai/mastra/commit/fd96298a8367622f4ebfcaa97b5b6c1fbbd14564), [`66bbfb5`](https://github.com/mastra-ai/mastra/commit/66bbfb5f05b473d39f88c0e4a481ccac41634f3a), [`dc4a25d`](https://github.com/mastra-ai/mastra/commit/dc4a25d41af4e2fe97a816070eaec6aa963ab53b), [`f8da216`](https://github.com/mastra-ai/mastra/commit/f8da21633e7eb0e31c9ce0fc30567870d19416d3), [`4a09a9c`](https://github.com/mastra-ai/mastra/commit/4a09a9c0474ef643558fcb5f0edc542b82f1cab0), [`5f798b3`](https://github.com/mastra-ai/mastra/commit/5f798b3362e9bdf4d690f85245606e146eef60b9), [`6a84954`](https://github.com/mastra-ai/mastra/commit/6a84954a2667f85b6d59da652dab1bbff007ccb0), [`1e83a47`](https://github.com/mastra-ai/mastra/commit/1e83a4734ab61ba5926af6793e3569a78b72ed37), [`52d8ef0`](https://github.com/mastra-ai/mastra/commit/52d8ef03801f1deb7ee48532fc4190dd4a33916c), [`cdd5c33`](https://github.com/mastra-ai/mastra/commit/cdd5c33ac6c7118a9f139e6dc0e14e6a8ae31658), [`7fdcaa6`](https://github.com/mastra-ai/mastra/commit/7fdcaa66105d64290f9b14432a12ec99f39c4d3a), [`d6c56f9`](https://github.com/mastra-ai/mastra/commit/d6c56f951db3213330b98b0abafa9778c8770e58), [`e08e789`](https://github.com/mastra-ai/mastra/commit/e08e789c1bf4cd2fe46363f7a4728536ceccc9bd), [`bf936e2`](https://github.com/mastra-ai/mastra/commit/bf936e2c89b2ff0dad5695b873ddc009ba96d41e), [`7fb580a`](https://github.com/mastra-ai/mastra/commit/7fb580ac73fbcacf2ff00872a3395f73ae1b9fa5), [`ed5d606`](https://github.com/mastra-ai/mastra/commit/ed5d606739c5e3fbdfa9f272df7809aa5ab43b1d), [`f53d5bd`](https://github.com/mastra-ai/mastra/commit/f53d5bd4885b29e4ac29a428a6044088ea8d6aa3), [`32980a3`](https://github.com/mastra-ai/mastra/commit/32980a3e2413d0274ac244d32c37d910edc13f00), [`01a2943`](https://github.com/mastra-ai/mastra/commit/01a2943a7d886edefdff072bfa51f055bab54437), [`82e3365`](https://github.com/mastra-ai/mastra/commit/82e3365ef7c9bf7bee2e7a7029035ea262d68895), [`6104347`](https://github.com/mastra-ai/mastra/commit/61043473ba6bfd0a25156824e853e13165562e6c), [`35cc901`](https://github.com/mastra-ai/mastra/commit/35cc90102cf834a84827acaf9eee0b6d6d1e2a3b), [`a8b4cf0`](https://github.com/mastra-ai/mastra/commit/a8b4cf02823cffebc4751a53337dfacf097c1ae1), [`9571e3a`](https://github.com/mastra-ai/mastra/commit/9571e3a06ed2c5220196460bf82a2129255c3a8b), [`333785c`](https://github.com/mastra-ai/mastra/commit/333785c93cbb01e42c60167e995457c28897ddbf), [`bda2235`](https://github.com/mastra-ai/mastra/commit/bda22353ee28f2df0eaea555f7cae1549f979c0b), [`efd5c81`](https://github.com/mastra-ai/mastra/commit/efd5c81cc25fde3c2ddd86fc1178deb4ec176e19), [`1b482c2`](https://github.com/mastra-ai/mastra/commit/1b482c2d89244dd758c41e5f927a2b44041388d2), [`45bfb88`](https://github.com/mastra-ai/mastra/commit/45bfb88fd52f1dd3be20e2a38905777c96499c90), [`ff28284`](https://github.com/mastra-ai/mastra/commit/ff2828416f14daff9d956e6a352fdaa23c950979), [`4bcdfaf`](https://github.com/mastra-ai/mastra/commit/4bcdfaf0eac3199d7cb171b0a19a92c9c341eea4), [`e3b9307`](https://github.com/mastra-ai/mastra/commit/e3b9307098daefbfae2a52ae2ef51bc9fc701190), [`d6834c5`](https://github.com/mastra-ai/mastra/commit/d6834c5a7866b16734d23900163c2414ed70d791), [`f33264f`](https://github.com/mastra-ai/mastra/commit/f33264f517ae603279afd5c4251e2b40f6dd3618), [`689f2c4`](https://github.com/mastra-ai/mastra/commit/689f2c4b6c0835fe455702b01d21daa8abcd9331), [`fcd0667`](https://github.com/mastra-ai/mastra/commit/fcd0667a4e378be35c9a1b1eb19cce78fbfd7282), [`cfd0d9e`](https://github.com/mastra-ai/mastra/commit/cfd0d9ec77ec3c69dd96f79cdb579e03d79f22ce), [`acc3513`](https://github.com/mastra-ai/mastra/commit/acc3513b19f79bf0a7ec2998694580edca54086c), [`1670533`](https://github.com/mastra-ai/mastra/commit/1670533986f6bacf567746245348125e3a106448), [`a7eb4a1`](https://github.com/mastra-ai/mastra/commit/a7eb4a11450f6170274ed5141bffe821d4fdd5a6), [`0976933`](https://github.com/mastra-ai/mastra/commit/0976933142333ec78451feef265b68bcb45aa5e7), [`242b945`](https://github.com/mastra-ai/mastra/commit/242b94558777bfbdeb42cbfea84afff0b6ad0633), [`c52d346`](https://github.com/mastra-ai/mastra/commit/c52d3462ec831a5d95926ecd3d3373f5928ad2e5), [`af4636a`](https://github.com/mastra-ai/mastra/commit/af4636a74463275d71c1d13a38f7d2b738f128bf), [`01a2943`](https://github.com/mastra-ai/mastra/commit/01a2943a7d886edefdff072bfa51f055bab54437), [`2eabc09`](https://github.com/mastra-ai/mastra/commit/2eabc097d86d52fbd0123da36a7c874154cc384f), [`0023e79`](https://github.com/mastra-ai/mastra/commit/0023e7919431078280abd11c89d1edeae35fcc69), [`c2ad51e`](https://github.com/mastra-ai/mastra/commit/c2ad51e2467f901eecba8c9f4a45e22a50bd7c18), [`25ca73d`](https://github.com/mastra-ai/mastra/commit/25ca73d25dee7ce9f0ca72939e3a505c4db7257e), [`2f9ef3f`](https://github.com/mastra-ai/mastra/commit/2f9ef3f4ca06fc2dcdd5088c26b7f4da6a016791), [`e7eefcb`](https://github.com/mastra-ai/mastra/commit/e7eefcb162cda7c493e8c3bf43050ead0efbcb2c), [`fea5cae`](https://github.com/mastra-ai/mastra/commit/fea5caedc7e2cfea51784a15e015952692027abf), [`4d7aca2`](https://github.com/mastra-ai/mastra/commit/4d7aca2fe75f225c83d1502d63079568e6ec163f), [`e1cead1`](https://github.com/mastra-ai/mastra/commit/e1cead17b5f3653cf00d2f90cc19b113119c02ba), [`01a2943`](https://github.com/mastra-ai/mastra/commit/01a2943a7d886edefdff072bfa51f055bab54437), [`d9d93b2`](https://github.com/mastra-ai/mastra/commit/d9d93b25e4a65ad5fa153fa35be7ed149c8d587f), [`c4ec889`](https://github.com/mastra-ai/mastra/commit/c4ec889561c0264c43f66d04d587bee4ce35e792), [`4b59f78`](https://github.com/mastra-ai/mastra/commit/4b59f786cbc9a7d1ef07a07517dbd4b96865e99d), [`eeae63e`](https://github.com/mastra-ai/mastra/commit/eeae63e7fbe8e1f237adc69bca6e2ac13c5ca907), [`3dc97ea`](https://github.com/mastra-ai/mastra/commit/3dc97ea415fad353b48a13095fad1835933cc12a), [`94e7ae9`](https://github.com/mastra-ai/mastra/commit/94e7ae970b37c888cd1244ef013292639a2fe6d1), [`e6a2860`](https://github.com/mastra-ai/mastra/commit/e6a2860649cc51f87d32d78b766ae2126446ba07), [`7010c5d`](https://github.com/mastra-ai/mastra/commit/7010c5d15728bf9c5dfe4fb6b1bf80ce23bf143a), [`bab06b1`](https://github.com/mastra-ai/mastra/commit/bab06b18923873a584bdfc71a6b4ec7fb4727fb7), [`3d01cd3`](https://github.com/mastra-ai/mastra/commit/3d01cd387321b6f9c5cac31d487c84bf51b19c78), [`7bf3086`](https://github.com/mastra-ai/mastra/commit/7bf308663f0115ca74ad20554ade740f06640859), [`4c186a0`](https://github.com/mastra-ai/mastra/commit/4c186a017275f45e6ed4c09de0f89550e2d09e8c), [`b0fa077`](https://github.com/mastra-ai/mastra/commit/b0fa077bcbc9b08551846fe372a0d3d15b71ed72), [`0282e16`](https://github.com/mastra-ai/mastra/commit/0282e16115538c8e9b248b90f0748eb01cb5dc98), [`a8dd139`](https://github.com/mastra-ai/mastra/commit/a8dd1391a9fe9a6632c25809ef236980afa9a020), [`6a667b4`](https://github.com/mastra-ai/mastra/commit/6a667b4b7cd6a93fe41fcdd357b08c5a8c09b9ab), [`9be8878`](https://github.com/mastra-ai/mastra/commit/9be8878dcf0388e84fc4873e0eec27bd49b881a4), [`e5786be`](https://github.com/mastra-ai/mastra/commit/e5786be02bb903073082bd9d6da880ebaacc343f), [`2440e09`](https://github.com/mastra-ai/mastra/commit/2440e096ea6c2def1ccc1eb2d0f3f5b88c4af940), [`2093fbd`](https://github.com/mastra-ai/mastra/commit/2093fbd53bb744bae19ec89f6d73db9a66fbe8a7), [`a59049b`](https://github.com/mastra-ai/mastra/commit/a59049b1652a13efff66ac826326b5ed9a550342), [`7bd85ea`](https://github.com/mastra-ai/mastra/commit/7bd85ea7588b71c25ce9f4019c88f8539be5dcbc), [`83fa004`](https://github.com/mastra-ai/mastra/commit/83fa0044bfda8b703a83883dbd8bef204844d13f), [`a463cdf`](https://github.com/mastra-ai/mastra/commit/a463cdf1c95c3059e70f0bff27959e8558bb899d), [`e7a5da4`](https://github.com/mastra-ai/mastra/commit/e7a5da4ef8e4dd452d2f232961b4e682a85ffe43), [`7b4393d`](https://github.com/mastra-ai/mastra/commit/7b4393d557411fdcf07b0e30e5acaf7cc85154ae), [`0ea6b80`](https://github.com/mastra-ai/mastra/commit/0ea6b8001408ce02b56e8be0536b0fd8cbaf8ad2)]:
|
|
55
|
-
- @mastra/core@1.58.0
|
|
56
|
-
|
|
57
|
-
## 1.6.2-alpha.2
|
|
58
|
-
|
|
59
|
-
### Patch Changes
|
|
60
|
-
|
|
61
|
-
- Fixed a crash where updating a thread without a title (for example during observational memory buffering) could write a null title and violate the database's not-null constraint when running a newer @mastra/memory against an older storage package. Memory now checks whether the connected storage adapter supports partial thread updates and backfills the existing title for older adapters, so mixed-version deployments keep working. See #21041 for the original title-clobbering fix this makes backward compatible. ([#21257](https://github.com/mastra-ai/mastra/pull/21257))
|
|
62
|
-
|
|
63
|
-
- Storage adapters now declare support for partial thread updates, letting newer @mastra/memory preserve existing thread titles instead of overwriting them, while remaining safe against older versions. ([#21257](https://github.com/mastra-ai/mastra/pull/21257))
|
|
64
|
-
|
|
65
|
-
- Updated dependencies [[`dc4a25d`](https://github.com/mastra-ai/mastra/commit/dc4a25d41af4e2fe97a816070eaec6aa963ab53b), [`dc4a25d`](https://github.com/mastra-ai/mastra/commit/dc4a25d41af4e2fe97a816070eaec6aa963ab53b)]:
|
|
66
|
-
- @mastra/core@1.58.0-alpha.15
|
|
67
|
-
|
|
68
|
-
## 1.6.2-alpha.1
|
|
69
|
-
|
|
70
|
-
### Patch Changes
|
|
71
|
-
|
|
72
|
-
- Fixed generated thread titles being clobbered during a turn ([#21041](https://github.com/mastra-ai/mastra/pull/21041))
|
|
73
|
-
|
|
74
|
-
`updateThread` required both `title` and `metadata`, so callers that only needed to
|
|
75
|
-
change metadata (message persistence, working memory, observational memory, channel
|
|
76
|
-
subscriptions) had to read the thread and pass its title back. When title generation
|
|
77
|
-
finished between that read and the write, the freshly generated title was overwritten
|
|
78
|
-
with the stale one.
|
|
79
|
-
|
|
80
|
-
`title` and `metadata` are now independently optional: omitting one leaves that column
|
|
81
|
-
untouched. Callers that only change metadata no longer send a title, and message
|
|
82
|
-
persistence no longer rewrites a thread row it just read.
|
|
83
|
-
|
|
84
|
-
- Updated dependencies [[`1c75e32`](https://github.com/mastra-ai/mastra/commit/1c75e32f7fc0b9fb6f548b4407feaec8a1440212), [`c47165c`](https://github.com/mastra-ai/mastra/commit/c47165c983c87594c6952f1fd2fa51a90205034c), [`e08e789`](https://github.com/mastra-ai/mastra/commit/e08e789c1bf4cd2fe46363f7a4728536ceccc9bd), [`35cc901`](https://github.com/mastra-ai/mastra/commit/35cc90102cf834a84827acaf9eee0b6d6d1e2a3b), [`a8b4cf0`](https://github.com/mastra-ai/mastra/commit/a8b4cf02823cffebc4751a53337dfacf097c1ae1), [`f33264f`](https://github.com/mastra-ai/mastra/commit/f33264f517ae603279afd5c4251e2b40f6dd3618), [`689f2c4`](https://github.com/mastra-ai/mastra/commit/689f2c4b6c0835fe455702b01d21daa8abcd9331), [`eeae63e`](https://github.com/mastra-ai/mastra/commit/eeae63e7fbe8e1f237adc69bca6e2ac13c5ca907), [`4c186a0`](https://github.com/mastra-ai/mastra/commit/4c186a017275f45e6ed4c09de0f89550e2d09e8c), [`b0fa077`](https://github.com/mastra-ai/mastra/commit/b0fa077bcbc9b08551846fe372a0d3d15b71ed72)]:
|
|
85
|
-
- @mastra/core@1.58.0-alpha.8
|
|
86
|
-
|
|
87
|
-
## 1.6.2-alpha.0
|
|
88
|
-
|
|
89
|
-
### Patch Changes
|
|
90
|
-
|
|
91
|
-
- Fixed resource-scoped message includes across storage adapters so included context cannot cross resource boundaries. ([#20984](https://github.com/mastra-ai/mastra/pull/20984))
|
|
92
|
-
|
|
93
|
-
- Updated dependencies [[`6445eba`](https://github.com/mastra-ai/mastra/commit/6445eba6020abac681aba1cc9289f446cb400cbe), [`df31eb0`](https://github.com/mastra-ai/mastra/commit/df31eb0c7087d782a0d9346e467f9a4af4b0eef6), [`fcd0667`](https://github.com/mastra-ai/mastra/commit/fcd0667a4e378be35c9a1b1eb19cce78fbfd7282), [`bab06b1`](https://github.com/mastra-ai/mastra/commit/bab06b18923873a584bdfc71a6b4ec7fb4727fb7)]:
|
|
94
|
-
- @mastra/core@1.58.0-alpha.5
|
|
95
|
-
|
|
96
|
-
## 1.6.1
|
|
97
|
-
|
|
98
|
-
### Patch Changes
|
|
99
|
-
|
|
100
|
-
- Fixed nine storage adapters declaring a `@mastra/core` peer range that permitted core versions too old to load them. Each adapter imports `storageMessageMatchesMetadataFilter` from `@mastra/core/storage`, which core only exports from 1.53.0, but every one of them still advertised a floor below that — as low as `>=1.0.0-0`. Package managers accepted the incompatible pair without a warning and the install then failed at import time: ([#20591](https://github.com/mastra-ai/mastra/pull/20591))
|
|
101
|
-
|
|
102
|
-
```
|
|
103
|
-
SyntaxError: The requested module '@mastra/core/storage' does not provide an export named 'storageMessageMatchesMetadataFilter'
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
All nine now declare `>=1.53.0-0 <2.0.0-0`, so npm and pnpm surface a peer conflict at install time instead of letting the project break on first import.
|
|
107
|
-
|
|
108
|
-
Fixes [#20586](https://github.com/mastra-ai/mastra/issues/20586).
|
|
109
|
-
|
|
110
|
-
- Stored workflow definitions now persist across restarts on every major database backend. ([#20471](https://github.com/mastra-ai/mastra/pull/20471))
|
|
111
|
-
|
|
112
|
-
Implement the `workflowDefinitions` storage domain for libsql, pg, mysql, mssql, mongodb, and spanner. Previously the stored-workflow persistence path (`POST /stored/workflows`, `Mastra.addStoredWorkflow`) only worked against `@mastra/core`'s in-memory store. Persistent adapters returned `undefined` from `storage.getStore('workflowDefinitions')` and threw when the HTTP handler tried to read/write a workflow.
|
|
113
|
-
|
|
114
|
-
```ts
|
|
115
|
-
const workflowDefinitions = await storage.getStore('workflowDefinitions');
|
|
116
|
-
if (!workflowDefinitions) {
|
|
117
|
-
throw new Error('This storage adapter does not support the workflowDefinitions domain');
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
await workflowDefinitions.upsert({
|
|
121
|
-
id: 'greeting-workflow',
|
|
122
|
-
inputSchema: { type: 'object', properties: { name: { type: 'string' } }, required: ['name'] },
|
|
123
|
-
outputSchema: { type: 'object', properties: { text: { type: 'string' } }, required: ['text'] },
|
|
124
|
-
graph: [{ type: 'agent', id: 'greet', agentId: 'greeter-agent' }],
|
|
125
|
-
});
|
|
126
|
-
|
|
127
|
-
const { definitions, total } = await workflowDefinitions.list({ status: 'active' });
|
|
128
|
-
const definition = await workflowDefinitions.get('greeting-workflow');
|
|
129
|
-
await workflowDefinitions.delete('greeting-workflow');
|
|
130
|
-
```
|
|
131
|
-
|
|
132
|
-
Each adapter now ships a `WorkflowDefinitions*` domain that:
|
|
133
|
-
|
|
134
|
-
- Creates the shared `mastra_workflow_definitions` table (or Mongo collection) from `WORKFLOW_DEFINITIONS_SCHEMA` during `init()`, plus a default index on `status`.
|
|
135
|
-
- Implements `upsert` / `get` / `list` / `delete` matching `WorkflowDefinitionsStorage` semantics (`list` supports `status` and `authorId` filters and orders by `updatedAt` desc). Partial upserts preserve unspecified fields, including `authorId` updates and `createdAt` / `updatedAt` semantics.
|
|
136
|
-
- Handles concurrent first-writes race-safely: if two callers upsert the same new id simultaneously, the losing insert detects the duplicate key, re-reads the row, and applies the partial-update path instead of failing.
|
|
137
|
-
- Round-trips the JSON columns (`inputSchema`, `outputSchema`, `stateSchema`, `requestContextSchema`, `metadata`, `graph`) through each adapter's JSON handling, so declarative workflow graphs rehydrate identically no matter which backend they were stored in. Malformed persisted JSON surfaces as an actionable error naming the row and column instead of hydrating raw strings.
|
|
138
|
-
|
|
139
|
-
Exported class names by adapter: `WorkflowDefinitionsLibSQL`, `WorkflowDefinitionsPG`, `WorkflowDefinitionsMySQL`, `WorkflowDefinitionsMSSQL`, `MongoDBWorkflowDefinitionsStore`, `WorkflowDefinitionsSpanner`. The composite stores (`LibSQLStore`, `PostgresStore`, `MySQLStore`, `MSSQLStore`, `MongoDBStore`, `SpannerStore`) auto-wire the new domain, so callers do not need to construct it manually — `storage.getStore('workflowDefinitions')` now returns a live handle.
|
|
140
|
-
|
|
141
|
-
The pg adapter reads `createdAt` / `updatedAt` from the auto-added `createdAtZ` / `updatedAtZ` `timestamptz` companion columns to avoid the naive-timestamp / local-TZ drift that a plain `TIMESTAMP` read exhibits under node-pg.
|
|
142
|
-
|
|
143
|
-
`@mastra/clickhouse` and `@mastra/cloudflare` register the new `mastra_workflow_definitions` table in their table/type maps so shared table constants stay exhaustive (no workflow-definitions domain implementation yet).
|
|
144
|
-
|
|
145
|
-
- Updated dependencies [[`4844167`](https://github.com/mastra-ai/mastra/commit/4844167cff2d5ec5004e94edd34970833040fa3f), [`c5e56ff`](https://github.com/mastra-ai/mastra/commit/c5e56ff3bcabdf062708f2d48744fec304df6792), [`594f7b2`](https://github.com/mastra-ai/mastra/commit/594f7b28f5263fb9982fd50d95c471fb971ea984), [`7f4e26d`](https://github.com/mastra-ai/mastra/commit/7f4e26dd57bd9b23c278ea21235ab823a3810a6c), [`311f943`](https://github.com/mastra-ai/mastra/commit/311f943bee60e8fdf5c84499ea50e884276c936c), [`322daa6`](https://github.com/mastra-ai/mastra/commit/322daa6d90552909204044790d850958f6745fed), [`db4e6ff`](https://github.com/mastra-ai/mastra/commit/db4e6ff744503112eb64deeaf6c2b54bf26a54c7), [`5faf93f`](https://github.com/mastra-ai/mastra/commit/5faf93f03e19daea394b9e2a923f2e4f833407f2), [`82201f7`](https://github.com/mastra-ai/mastra/commit/82201f75fae8e050a8de2df08b74875ee74c6b83), [`cadaa13`](https://github.com/mastra-ai/mastra/commit/cadaa1372e1077c8e85eb64c5499ba8803caa323), [`0c89896`](https://github.com/mastra-ai/mastra/commit/0c8989673fb7d106837098398131e570c6023b68), [`6d19a65`](https://github.com/mastra-ai/mastra/commit/6d19a6517f5da3911023d446b7e2d5dad8adb1cb), [`23b4238`](https://github.com/mastra-ai/mastra/commit/23b423844ad0bcf2a502a68dd62866d6160f9f6d), [`80ad891`](https://github.com/mastra-ai/mastra/commit/80ad891f8cd10379aa5b5af7510c763783b2ab56), [`fb18da5`](https://github.com/mastra-ai/mastra/commit/fb18da56fc35689ae370621a8f10b5b0d8606e20), [`fb18da5`](https://github.com/mastra-ai/mastra/commit/fb18da56fc35689ae370621a8f10b5b0d8606e20), [`e320a76`](https://github.com/mastra-ai/mastra/commit/e320a763feaf65c6be3cebecf746defcbde161b3), [`03b4918`](https://github.com/mastra-ai/mastra/commit/03b4918c80d188ce375334c393e131c6e94bd7eb), [`14ef73a`](https://github.com/mastra-ai/mastra/commit/14ef73a4bbd73e7808414816eb0628ce1d80b5d7), [`b582f7f`](https://github.com/mastra-ai/mastra/commit/b582f7fa2f9c1f87d19efc63d344fbe5dda2608c), [`0a6598b`](https://github.com/mastra-ai/mastra/commit/0a6598bde80bde008986ad6616bed9632b9294cb), [`06000d7`](https://github.com/mastra-ai/mastra/commit/06000d73712911572e913b8a83339270296d0a22), [`1d677d5`](https://github.com/mastra-ai/mastra/commit/1d677d5f99d7db403f7828585e8c25f299f72628), [`9e1dad8`](https://github.com/mastra-ai/mastra/commit/9e1dad8f7b1cab2bb7ade90e5b7561f24577b88a), [`2f43145`](https://github.com/mastra-ai/mastra/commit/2f4314504c03cbba280414ac81ba3197448ee6b0), [`4e35a56`](https://github.com/mastra-ai/mastra/commit/4e35a56cdf8d74a5ff6d5eda01f2c1deaf6cc7be), [`d94b8e1`](https://github.com/mastra-ai/mastra/commit/d94b8e1cee67416d518a8c30099040061bef6a1c), [`93e28ec`](https://github.com/mastra-ai/mastra/commit/93e28ecce9031c02397e0ae8406593e5c7a95883), [`729dab4`](https://github.com/mastra-ai/mastra/commit/729dab408faccfaef0cbb048e5a4338f9172847e), [`484003d`](https://github.com/mastra-ai/mastra/commit/484003d33ff59330c86b19863e4a38732d7e4155), [`3de0188`](https://github.com/mastra-ai/mastra/commit/3de0188bfaf9a9c09c95fe322b53838cf52c70b6), [`34d34d8`](https://github.com/mastra-ai/mastra/commit/34d34d8c811df512fef4dd5459f79b7821be1866), [`b582f7f`](https://github.com/mastra-ai/mastra/commit/b582f7fa2f9c1f87d19efc63d344fbe5dda2608c), [`933d291`](https://github.com/mastra-ai/mastra/commit/933d291146b789c19442ad206f94da3e4be90c64), [`a1cb98d`](https://github.com/mastra-ai/mastra/commit/a1cb98d11990b560b98482292a1f34aa1a2d9092), [`598ad82`](https://github.com/mastra-ai/mastra/commit/598ad82d41c41389a686338a1d0e50b7400e1938), [`1fd6aad`](https://github.com/mastra-ai/mastra/commit/1fd6aad1ea4a9d32f65efa832307c35e981a4c0a)]:
|
|
146
|
-
- @mastra/core@1.56.0
|
|
147
|
-
|
|
148
|
-
## 1.6.1-alpha.1
|
|
149
|
-
|
|
150
|
-
### Patch Changes
|
|
151
|
-
|
|
152
|
-
- Fixed nine storage adapters declaring a `@mastra/core` peer range that permitted core versions too old to load them. Each adapter imports `storageMessageMatchesMetadataFilter` from `@mastra/core/storage`, which core only exports from 1.53.0, but every one of them still advertised a floor below that — as low as `>=1.0.0-0`. Package managers accepted the incompatible pair without a warning and the install then failed at import time: ([#20591](https://github.com/mastra-ai/mastra/pull/20591))
|
|
153
|
-
|
|
154
|
-
```
|
|
155
|
-
SyntaxError: The requested module '@mastra/core/storage' does not provide an export named 'storageMessageMatchesMetadataFilter'
|
|
156
|
-
```
|
|
157
|
-
|
|
158
|
-
All nine now declare `>=1.53.0-0 <2.0.0-0`, so npm and pnpm surface a peer conflict at install time instead of letting the project break on first import.
|
|
159
|
-
|
|
160
|
-
Fixes [#20586](https://github.com/mastra-ai/mastra/issues/20586).
|
|
161
|
-
|
|
162
|
-
- Updated dependencies [[`82201f7`](https://github.com/mastra-ai/mastra/commit/82201f75fae8e050a8de2df08b74875ee74c6b83), [`fb18da5`](https://github.com/mastra-ai/mastra/commit/fb18da56fc35689ae370621a8f10b5b0d8606e20), [`fb18da5`](https://github.com/mastra-ai/mastra/commit/fb18da56fc35689ae370621a8f10b5b0d8606e20), [`0a6598b`](https://github.com/mastra-ai/mastra/commit/0a6598bde80bde008986ad6616bed9632b9294cb), [`9e1dad8`](https://github.com/mastra-ai/mastra/commit/9e1dad8f7b1cab2bb7ade90e5b7561f24577b88a), [`2f43145`](https://github.com/mastra-ai/mastra/commit/2f4314504c03cbba280414ac81ba3197448ee6b0), [`34d34d8`](https://github.com/mastra-ai/mastra/commit/34d34d8c811df512fef4dd5459f79b7821be1866)]:
|
|
163
|
-
- @mastra/core@1.56.0-alpha.6
|
|
164
|
-
|
|
165
|
-
## 1.6.1-alpha.0
|
|
166
|
-
|
|
167
|
-
### Patch Changes
|
|
168
|
-
|
|
169
|
-
- Stored workflow definitions now persist across restarts on every major database backend. ([#20471](https://github.com/mastra-ai/mastra/pull/20471))
|
|
170
|
-
|
|
171
|
-
Implement the `workflowDefinitions` storage domain for libsql, pg, mysql, mssql, mongodb, and spanner. Previously the stored-workflow persistence path (`POST /stored/workflows`, `Mastra.addStoredWorkflow`) only worked against `@mastra/core`'s in-memory store. Persistent adapters returned `undefined` from `storage.getStore('workflowDefinitions')` and threw when the HTTP handler tried to read/write a workflow.
|
|
172
|
-
|
|
173
|
-
```ts
|
|
174
|
-
const workflowDefinitions = await storage.getStore('workflowDefinitions');
|
|
175
|
-
if (!workflowDefinitions) {
|
|
176
|
-
throw new Error('This storage adapter does not support the workflowDefinitions domain');
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
await workflowDefinitions.upsert({
|
|
180
|
-
id: 'greeting-workflow',
|
|
181
|
-
inputSchema: { type: 'object', properties: { name: { type: 'string' } }, required: ['name'] },
|
|
182
|
-
outputSchema: { type: 'object', properties: { text: { type: 'string' } }, required: ['text'] },
|
|
183
|
-
graph: [{ type: 'agent', id: 'greet', agentId: 'greeter-agent' }],
|
|
184
|
-
});
|
|
185
|
-
|
|
186
|
-
const { definitions, total } = await workflowDefinitions.list({ status: 'active' });
|
|
187
|
-
const definition = await workflowDefinitions.get('greeting-workflow');
|
|
188
|
-
await workflowDefinitions.delete('greeting-workflow');
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
Each adapter now ships a `WorkflowDefinitions*` domain that:
|
|
192
|
-
|
|
193
|
-
- Creates the shared `mastra_workflow_definitions` table (or Mongo collection) from `WORKFLOW_DEFINITIONS_SCHEMA` during `init()`, plus a default index on `status`.
|
|
194
|
-
- Implements `upsert` / `get` / `list` / `delete` matching `WorkflowDefinitionsStorage` semantics (`list` supports `status` and `authorId` filters and orders by `updatedAt` desc). Partial upserts preserve unspecified fields, including `authorId` updates and `createdAt` / `updatedAt` semantics.
|
|
195
|
-
- Handles concurrent first-writes race-safely: if two callers upsert the same new id simultaneously, the losing insert detects the duplicate key, re-reads the row, and applies the partial-update path instead of failing.
|
|
196
|
-
- Round-trips the JSON columns (`inputSchema`, `outputSchema`, `stateSchema`, `requestContextSchema`, `metadata`, `graph`) through each adapter's JSON handling, so declarative workflow graphs rehydrate identically no matter which backend they were stored in. Malformed persisted JSON surfaces as an actionable error naming the row and column instead of hydrating raw strings.
|
|
197
|
-
|
|
198
|
-
Exported class names by adapter: `WorkflowDefinitionsLibSQL`, `WorkflowDefinitionsPG`, `WorkflowDefinitionsMySQL`, `WorkflowDefinitionsMSSQL`, `MongoDBWorkflowDefinitionsStore`, `WorkflowDefinitionsSpanner`. The composite stores (`LibSQLStore`, `PostgresStore`, `MySQLStore`, `MSSQLStore`, `MongoDBStore`, `SpannerStore`) auto-wire the new domain, so callers do not need to construct it manually — `storage.getStore('workflowDefinitions')` now returns a live handle.
|
|
199
|
-
|
|
200
|
-
The pg adapter reads `createdAt` / `updatedAt` from the auto-added `createdAtZ` / `updatedAtZ` `timestamptz` companion columns to avoid the naive-timestamp / local-TZ drift that a plain `TIMESTAMP` read exhibits under node-pg.
|
|
201
|
-
|
|
202
|
-
`@mastra/clickhouse` and `@mastra/cloudflare` register the new `mastra_workflow_definitions` table in their table/type maps so shared table constants stay exhaustive (no workflow-definitions domain implementation yet).
|
|
203
|
-
|
|
204
|
-
- Updated dependencies [[`4844167`](https://github.com/mastra-ai/mastra/commit/4844167cff2d5ec5004e94edd34970833040fa3f), [`5faf93f`](https://github.com/mastra-ai/mastra/commit/5faf93f03e19daea394b9e2a923f2e4f833407f2), [`80ad891`](https://github.com/mastra-ai/mastra/commit/80ad891f8cd10379aa5b5af7510c763783b2ab56), [`a1cb98d`](https://github.com/mastra-ai/mastra/commit/a1cb98d11990b560b98482292a1f34aa1a2d9092), [`598ad82`](https://github.com/mastra-ai/mastra/commit/598ad82d41c41389a686338a1d0e50b7400e1938), [`1fd6aad`](https://github.com/mastra-ai/mastra/commit/1fd6aad1ea4a9d32f65efa832307c35e981a4c0a)]:
|
|
205
|
-
- @mastra/core@1.56.0-alpha.4
|
|
206
|
-
|
|
207
|
-
## 1.6.0
|
|
208
|
-
|
|
209
|
-
### Minor Changes
|
|
210
|
-
|
|
211
|
-
- Added exact metadata filtering to message history queries across Memory APIs and supported storage providers. ([#19991](https://github.com/mastra-ai/mastra/pull/19991))
|
|
212
|
-
|
|
213
|
-
```ts
|
|
214
|
-
const messages = await memory.recall({
|
|
215
|
-
threadId: 'thread-1',
|
|
216
|
-
filter: {
|
|
217
|
-
metadata: {
|
|
218
|
-
status: 'done',
|
|
219
|
-
priority: 'high',
|
|
220
|
-
},
|
|
221
|
-
},
|
|
222
|
-
});
|
|
223
|
-
```
|
|
224
|
-
|
|
225
|
-
Multiple fields use AND semantics. Supported values are strings, finite numbers, booleans, and `null`.
|
|
226
|
-
|
|
227
|
-
### Patch Changes
|
|
228
|
-
|
|
229
|
-
- Updated dependencies [[`ce93a3c`](https://github.com/mastra-ai/mastra/commit/ce93a3c114ea1cbfbd576f3db41d7c26c9844f5b), [`5718a22`](https://github.com/mastra-ai/mastra/commit/5718a229281dcfd36bcd1f42a242e3717e510a33), [`a211d09`](https://github.com/mastra-ai/mastra/commit/a211d09185dc65a746534914cf38b67f21ee9bac), [`0dca9d0`](https://github.com/mastra-ai/mastra/commit/0dca9d0b1356024a53b72ea6f040db528b126caa), [`6218217`](https://github.com/mastra-ai/mastra/commit/62182171b6cfca0b099f1c6a77a2e65e7639ab86), [`5807d3a`](https://github.com/mastra-ai/mastra/commit/5807d3ae1d259b8b7d6df7e5bf2b485c694af9c8), [`57661af`](https://github.com/mastra-ai/mastra/commit/57661afeca52ff9af4e72675ede2134fa503d5a5), [`05db566`](https://github.com/mastra-ai/mastra/commit/05db566fcbdcbf33d0bffca0c72ec30129e2e3ca), [`57661af`](https://github.com/mastra-ai/mastra/commit/57661afeca52ff9af4e72675ede2134fa503d5a5), [`57661af`](https://github.com/mastra-ai/mastra/commit/57661afeca52ff9af4e72675ede2134fa503d5a5), [`5718a22`](https://github.com/mastra-ai/mastra/commit/5718a229281dcfd36bcd1f42a242e3717e510a33), [`57661af`](https://github.com/mastra-ai/mastra/commit/57661afeca52ff9af4e72675ede2134fa503d5a5), [`d1b7e3a`](https://github.com/mastra-ai/mastra/commit/d1b7e3a978a309a5653eeaa490d2d6c7c53bd093), [`29c584a`](https://github.com/mastra-ai/mastra/commit/29c584a13a88831e5ed1fdeb0ff8e82eae180433), [`c093146`](https://github.com/mastra-ai/mastra/commit/c0931466404d3c521308ea119cb165bb7e695155), [`8124754`](https://github.com/mastra-ai/mastra/commit/8124754ae89fbc69f8136d1df4a91904d0f84c4e), [`d12b2e4`](https://github.com/mastra-ai/mastra/commit/d12b2e4023fd9e3d3e93a9169f5088bcee2a849c)]:
|
|
230
|
-
- @mastra/core@1.54.0
|
|
231
|
-
|
|
232
|
-
## 1.6.0-alpha.0
|
|
233
|
-
|
|
234
|
-
### Minor Changes
|
|
235
|
-
|
|
236
|
-
- Added exact metadata filtering to message history queries across Memory APIs and supported storage providers. ([#19991](https://github.com/mastra-ai/mastra/pull/19991))
|
|
237
|
-
|
|
238
|
-
```ts
|
|
239
|
-
const messages = await memory.recall({
|
|
240
|
-
threadId: 'thread-1',
|
|
241
|
-
filter: {
|
|
242
|
-
metadata: {
|
|
243
|
-
status: 'done',
|
|
244
|
-
priority: 'high',
|
|
245
|
-
},
|
|
246
|
-
},
|
|
247
|
-
});
|
|
248
|
-
```
|
|
249
|
-
|
|
250
|
-
Multiple fields use AND semantics. Supported values are strings, finite numbers, booleans, and `null`.
|
|
251
|
-
|
|
252
|
-
### Patch Changes
|
|
253
|
-
|
|
254
|
-
- Updated dependencies [[`0dca9d0`](https://github.com/mastra-ai/mastra/commit/0dca9d0b1356024a53b72ea6f040db528b126caa)]:
|
|
255
|
-
- @mastra/core@1.54.0-alpha.0
|
|
256
|
-
|
|
257
|
-
## 1.5.1
|
|
258
|
-
|
|
259
|
-
### Patch Changes
|
|
260
|
-
|
|
261
|
-
- Added optional `organizationId` and `projectId` fields to scores for multi-tenant isolation. Scores can now be saved with tenancy metadata and the `listScoresBy*` methods accept a `filters` option to scope results by organization and project. ([#18331](https://github.com/mastra-ai/mastra/pull/18331))
|
|
262
|
-
|
|
263
|
-
```ts
|
|
264
|
-
await storage.saveScore({ ...score, organizationId: 'org-a', projectId: 'proj-1' });
|
|
265
|
-
|
|
266
|
-
const result = await storage.listScoresByScorerId({
|
|
267
|
-
scorerId,
|
|
268
|
-
filters: { organizationId: 'org-a', projectId: 'proj-1' },
|
|
269
|
-
});
|
|
270
|
-
```
|
|
271
|
-
|
|
272
|
-
`projectId` identifies the project scope, separate from `resourceId` which continues to mean the agent memory resource.
|
|
273
|
-
|
|
274
|
-
- Updated dependencies [[`700619b`](https://github.com/mastra-ai/mastra/commit/700619b61d572e592cbaaf758121d168844ca4d2), [`0f69865`](https://github.com/mastra-ai/mastra/commit/0f69865aced225d98eac812e22699dc445ee18cb), [`9250acd`](https://github.com/mastra-ai/mastra/commit/9250acd1357f0f1f33d0dcca16f9655084c58eca), [`0c3d4bc`](https://github.com/mastra-ai/mastra/commit/0c3d4bcae13ea3699d379403e6f350d5cf4efe9f), [`cc440a3`](https://github.com/mastra-ai/mastra/commit/cc440a39400d8ce06655462b26c1666a1b3d4320), [`6a61846`](https://github.com/mastra-ai/mastra/commit/6a61846eeda29fb714549b70f1bee2bf6b141c44), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`17369b2`](https://github.com/mastra-ai/mastra/commit/17369b25250561e9ed994ae509be1d15bfb33bcb), [`c64c2a8`](https://github.com/mastra-ai/mastra/commit/c64c2a8503a50252f9ca6b8e8c54cadee31b92a2), [`bcae929`](https://github.com/mastra-ai/mastra/commit/bcae929945cbf265bd9f327cc715ecafa072b5b9), [`ea6327b`](https://github.com/mastra-ai/mastra/commit/ea6327ba2d63ca647804bc97b347e03a58617162), [`3439fa8`](https://github.com/mastra-ai/mastra/commit/3439fa836ecfcaa257b40c20b30ac2a8be22e9ea), [`85107f2`](https://github.com/mastra-ai/mastra/commit/85107f2758b527147fccbedff962961927c2d3b8), [`b33822e`](https://github.com/mastra-ai/mastra/commit/b33822e8d470884954b02f7b0745407ee4ef74b1), [`06e2680`](https://github.com/mastra-ai/mastra/commit/06e26806b51d2cbd858afdc66daa2b86ff3ba64a), [`06ff9e0`](https://github.com/mastra-ai/mastra/commit/06ff9e0befd1d642ab87ff749285ee4091205c7e), [`d5c11e3`](https://github.com/mastra-ai/mastra/commit/d5c11e3ba5045969caa7272a7bd1fd141c93ab6c), [`7f5e1ff`](https://github.com/mastra-ai/mastra/commit/7f5e1ff695a92f672bb3976363925d1e9136b54a), [`ff80671`](https://github.com/mastra-ai/mastra/commit/ff8067185e208b27198b4e5b71803013175c3643), [`b8375c1`](https://github.com/mastra-ai/mastra/commit/b8375c1f8fe905df8ae2ae9a893bb365f17aec4e), [`dab1257`](https://github.com/mastra-ai/mastra/commit/dab1257b64e4ed576dc5038bb7a3f7072338bc9f), [`1240f05`](https://github.com/mastra-ai/mastra/commit/1240f051c8e5371f1c014448bf37b1a1b9a05e47), [`705ff39`](https://github.com/mastra-ai/mastra/commit/705ff3969e57214ff2fdaf3815d751dd558886ed), [`e6fbd5b`](https://github.com/mastra-ai/mastra/commit/e6fbd5bfdc28e92c0c0433f29aa1bc152d3430f6), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`6f2026c`](https://github.com/mastra-ai/mastra/commit/6f2026cdf114ff1e21e49133ca774ec7d5085059), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`003f35d`](https://github.com/mastra-ai/mastra/commit/003f35d19e07b23b4bacc591c8bc0c59b42124ae), [`f890eda`](https://github.com/mastra-ai/mastra/commit/f890eda2c8a2ae83d9b30bc6d85842f93b6c266b), [`1340fb7`](https://github.com/mastra-ai/mastra/commit/1340fb76262a3ca062130aa71859f07257a0a5a4)]:
|
|
275
|
-
- @mastra/core@1.49.0
|
|
276
|
-
|
|
277
|
-
## 1.5.1-alpha.0
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Added optional `organizationId` and `projectId` fields to scores for multi-tenant isolation. Scores can now be saved with tenancy metadata and the `listScoresBy*` methods accept a `filters` option to scope results by organization and project. ([#18331](https://github.com/mastra-ai/mastra/pull/18331))
|
|
282
|
-
|
|
283
|
-
```ts
|
|
284
|
-
await storage.saveScore({ ...score, organizationId: 'org-a', projectId: 'proj-1' });
|
|
285
|
-
|
|
286
|
-
const result = await storage.listScoresByScorerId({
|
|
287
|
-
scorerId,
|
|
288
|
-
filters: { organizationId: 'org-a', projectId: 'proj-1' },
|
|
289
|
-
});
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
`projectId` identifies the project scope, separate from `resourceId` which continues to mean the agent memory resource.
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [[`9250acd`](https://github.com/mastra-ai/mastra/commit/9250acd1357f0f1f33d0dcca16f9655084c58eca), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`c64c2a8`](https://github.com/mastra-ai/mastra/commit/c64c2a8503a50252f9ca6b8e8c54cadee31b92a2), [`06e2680`](https://github.com/mastra-ai/mastra/commit/06e26806b51d2cbd858afdc66daa2b86ff3ba64a), [`1240f05`](https://github.com/mastra-ai/mastra/commit/1240f051c8e5371f1c014448bf37b1a1b9a05e47), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748)]:
|
|
295
|
-
- @mastra/core@1.49.0-alpha.5
|
|
296
|
-
|
|
297
|
-
## 1.5.0
|
|
298
|
-
|
|
299
|
-
### Minor Changes
|
|
300
|
-
|
|
301
|
-
- Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
|
|
302
|
-
|
|
303
|
-
### Patch Changes
|
|
304
|
-
|
|
305
|
-
- Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
|
|
306
|
-
- @mastra/core@1.45.0
|
|
307
|
-
|
|
308
|
-
## 1.5.0-alpha.0
|
|
309
|
-
|
|
310
|
-
### Minor Changes
|
|
311
|
-
|
|
312
|
-
- Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
|
|
313
|
-
|
|
314
|
-
### Patch Changes
|
|
315
|
-
|
|
316
|
-
- Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
|
|
317
|
-
- @mastra/core@1.45.0-alpha.0
|
|
318
|
-
|
|
319
|
-
## 1.4.2
|
|
320
|
-
|
|
321
|
-
### Patch Changes
|
|
322
|
-
|
|
323
|
-
- Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
|
|
324
|
-
|
|
325
|
-
- Updated dependencies [[`339c57c`](https://github.com/mastra-ai/mastra/commit/339c57c5b2c6dbe75a125e138228e0556528976f), [`1dd4117`](https://github.com/mastra-ai/mastra/commit/1dd4117dcbd8e031ede9f0489436bfbc6f0315b8), [`2b11d1f`](https://github.com/mastra-ai/mastra/commit/2b11d1f6ac7024c5dd2b2dd12a48a956ac9d63bd), [`77a2351`](https://github.com/mastra-ai/mastra/commit/77a2351ee79296e360bce822cb3391f7cfd6489d), [`b7dff0a`](https://github.com/mastra-ai/mastra/commit/b7dff0a3d1022eb6868f48dc40a2b1febd5c277f), [`02087e1`](https://github.com/mastra-ai/mastra/commit/02087e1fbc54aa07f3071f7a200df1bf5be601a8), [`49af8df`](https://github.com/mastra-ai/mastra/commit/49af8df589c4ff71a5015a4553b377b32704b691), [`30ce559`](https://github.com/mastra-ai/mastra/commit/30ce55902ecf819b8ab8697398dd68b108228063), [`c241b92`](https://github.com/mastra-ai/mastra/commit/c241b929dc8c8d6a7b7219c99ed13ac1f3124a77), [`7d6ff70`](https://github.com/mastra-ai/mastra/commit/7d6ff708727297a0526ca0e26e93eeb5bbaaa187), [`ab975d4`](https://github.com/mastra-ai/mastra/commit/ab975d4dd9488752f05bda7afa03166d207e3e2a), [`9d6aa1b`](https://github.com/mastra-ai/mastra/commit/9d6aa1bae407e2afa6a089abc2a6accbbcb287b8)]:
|
|
326
|
-
- @mastra/core@1.44.0
|
|
327
|
-
|
|
328
|
-
## 1.4.2-alpha.0
|
|
329
|
-
|
|
330
|
-
### Patch Changes
|
|
331
|
-
|
|
332
|
-
- Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
|
|
333
|
-
|
|
334
|
-
- Updated dependencies [[`77a2351`](https://github.com/mastra-ai/mastra/commit/77a2351ee79296e360bce822cb3391f7cfd6489d)]:
|
|
335
|
-
- @mastra/core@1.43.1-alpha.0
|
|
336
|
-
|
|
337
|
-
## 1.4.1
|
|
338
|
-
|
|
339
|
-
### Patch Changes
|
|
340
|
-
|
|
341
|
-
- Added the `tool_provider_connections` storage domain. Stored agents can now persist per-agent ToolProvider config that round-trips on read/write/create. Runtime connection resolution (per-author, shared, caller-supplied) ships in a follow-up PR. ([#17247](https://github.com/mastra-ai/mastra/pull/17247))
|
|
342
|
-
|
|
343
|
-
**What you can do**
|
|
344
|
-
- Pin a connection on a stored agent's config and have it round-trip on read/write/create.
|
|
345
|
-
- Persist multiple connections per toolkit so a follow-up runtime PR can fan-out to the right one at execution time.
|
|
346
|
-
|
|
347
|
-
**Example**
|
|
348
|
-
|
|
349
|
-
```ts
|
|
350
|
-
import { LibSQLStore } from '@mastra/libsql';
|
|
351
|
-
|
|
352
|
-
const storage = new LibSQLStore({ url: process.env.DATABASE_URL });
|
|
353
|
-
|
|
354
|
-
// Persist an OAuth connection that an agent can pin later
|
|
355
|
-
await storage.toolProviders.upsertConnection({
|
|
356
|
-
authorId: 'user-123',
|
|
357
|
-
providerId: 'composio',
|
|
358
|
-
connectionId: 'auth_abc',
|
|
359
|
-
toolkit: 'gmail',
|
|
360
|
-
label: 'Work inbox',
|
|
361
|
-
scope: 'per-author',
|
|
362
|
-
});
|
|
363
|
-
|
|
364
|
-
// List a user's own connections (admin can omit authorId to list across users)
|
|
365
|
-
const { items } = await storage.toolProviders.listConnectionsByAuthor({
|
|
366
|
-
authorId: 'user-123',
|
|
367
|
-
providerId: 'composio',
|
|
368
|
-
});
|
|
369
|
-
```
|
|
370
|
-
|
|
371
|
-
Additive — existing stored agents continue to work unchanged. The runtime that consumes this domain ships in a follow-up PR.
|
|
372
|
-
|
|
373
|
-
PR 1 of 3 split from #17224.
|
|
374
|
-
|
|
375
|
-
- Updated dependencies [[`fa63872`](https://github.com/mastra-ai/mastra/commit/fa6387280954e6b667bec5714b55ba082bc627ff), [`d779de3`](https://github.com/mastra-ai/mastra/commit/d779de3cd9d2e7ed8110547190e2f15e786a0e41), [`1750c97`](https://github.com/mastra-ai/mastra/commit/1750c975d6179fbf6db2813b15229d4f8f23fc55), [`9283971`](https://github.com/mastra-ai/mastra/commit/928397157009b4aef4d5fdf3a0a273cb371beb55), [`f07b646`](https://github.com/mastra-ai/mastra/commit/f07b64604ab7d25391179790b7fd4823df9e2dff), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`40f9297`](https://github.com/mastra-ai/mastra/commit/40f9297003b921c62373d3e8d3a4bda76c9f6de3), [`19a8658`](https://github.com/mastra-ai/mastra/commit/19a86589c788ef48bb6c1b0612cc82a201857379), [`850af77`](https://github.com/mastra-ai/mastra/commit/850af7779cb87c350804488734544a5b1843de25), [`0f0d1ba`](https://github.com/mastra-ai/mastra/commit/0f0d1ba67bfcb2204e571401662f1eceefc03357), [`a18775a`](https://github.com/mastra-ai/mastra/commit/a18775a693172546ee2378d39b67d4e32895b251), [`1baf2d1`](https://github.com/mastra-ai/mastra/commit/1baf2d152c6881338ff8f114633d5316fe13dd15), [`8c31bcd`](https://github.com/mastra-ai/mastra/commit/8c31bcdb00e597880d5939b1b7d7566fbe5dacae), [`0e32507`](https://github.com/mastra-ai/mastra/commit/0e32507962cdfa5569b7bda5bc6fb3dd34e40b03), [`95b14cd`](https://github.com/mastra-ai/mastra/commit/95b14cdd820e86d97ac05fe568424c513a252e31), [`07c3de7`](https://github.com/mastra-ai/mastra/commit/07c3de7f7bc418beccaea3b5e6b7f7cdda79d492), [`0bf2d93`](https://github.com/mastra-ai/mastra/commit/0bf2d932d20e2936f2d9abb8c0a86e24fbc97ec6), [`7b0d34c`](https://github.com/mastra-ai/mastra/commit/7b0d34cfe4a2fce22ac86ae17404685ff67a2ddb), [`a659a77`](https://github.com/mastra-ai/mastra/commit/a659a779bdebe3a52a518c56d2260592d0240fe0), [`aa36be2`](https://github.com/mastra-ai/mastra/commit/aa36be23aa513b7dc53cb8ca16b7fab8f20e43ad), [`3332be9`](https://github.com/mastra-ai/mastra/commit/3332be9701ecd77aba840959d9a1d1ce7aef02d3), [`212c635`](https://github.com/mastra-ai/mastra/commit/212c635203e61d036ab41db8ff86c3893dc795b3), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`9aa5a73`](https://github.com/mastra-ai/mastra/commit/9aa5a73e7e110f6e9365eec69364a33d5f03bb56), [`f73c789`](https://github.com/mastra-ai/mastra/commit/f73c789e8ef21561580395d2c410119cab5848c8), [`8bd16da`](https://github.com/mastra-ai/mastra/commit/8bd16da73a4cb874d739373643dbd6a6e7f88684), [`c8630f8`](https://github.com/mastra-ai/mastra/commit/c8630f80d4f40cb5d22e60ab162b618b1907167a), [`94dfef6`](https://github.com/mastra-ai/mastra/commit/94dfef6e2bf19a88467ea3940afcbce88a433f0f), [`47f71dc`](https://github.com/mastra-ai/mastra/commit/47f71dc6fbcbd12d71e21a979e676e20a02bd77d), [`50ceae2`](https://github.com/mastra-ai/mastra/commit/50ceae270878e2f8fb2b2c6c2faab09df0007c8a), [`a122f79`](https://github.com/mastra-ai/mastra/commit/a122f79427ae225ec79c7b2ed46278da48d04b17), [`8cdde58`](https://github.com/mastra-ai/mastra/commit/8cdde5875bbba6702d9df226f2b20232b8d75d6c), [`3a081c1`](https://github.com/mastra-ai/mastra/commit/3a081c1255c5ae8c99f6dad91cc612934ef6f2bd), [`49f8abc`](https://github.com/mastra-ai/mastra/commit/49f8abce8258e4f2f87bd326acfbdb641264a47c), [`847ff1e`](https://github.com/mastra-ai/mastra/commit/847ff1e0d94368d94b2e173e4e0908e115568ef3), [`0c1ed1d`](https://github.com/mastra-ai/mastra/commit/0c1ed1d00c7d87b5ac99ca95896211a2fa9189fa), [`259d409`](https://github.com/mastra-ai/mastra/commit/259d409a514174299dbde1ff5e1121209b3ba850), [`9e16c68`](https://github.com/mastra-ai/mastra/commit/9e16c6818b6485ccb43df28aba6f3a2219d28662), [`cefca33`](https://github.com/mastra-ai/mastra/commit/cefca33ae666e69810c935fedf95a929c173d1d7), [`d00e8c5`](https://github.com/mastra-ai/mastra/commit/d00e8c50daebe5bce5bf2f48bde39c86fc3d2fe4), [`36fa7e2`](https://github.com/mastra-ai/mastra/commit/36fa7e24d14e58a1eb46147097b32f583e5b8775), [`87e9774`](https://github.com/mastra-ai/mastra/commit/87e97741c1e493cd6d62f478eb810b49bda4d57c), [`65a72e7`](https://github.com/mastra-ai/mastra/commit/65a72e70c25eedea8ff985a6624b96be2850236b), [`fe9eacd`](https://github.com/mastra-ai/mastra/commit/fe9eacd9545a0a9d64aad31c9fa90294a425289e), [`4c02027`](https://github.com/mastra-ai/mastra/commit/4c020277235eaa6b1dc957c90ad0639eef213992), [`0f77241`](https://github.com/mastra-ai/mastra/commit/0f7724108806703799a8ba80ad0f09414afd5066), [`849efb9`](https://github.com/mastra-ai/mastra/commit/849efb9fca6dc976589c1f90a303fea618769109), [`92ff509`](https://github.com/mastra-ai/mastra/commit/92ff5098ef8a990438ca038077021a5f7541ec1d), [`3fce5e7`](https://github.com/mastra-ai/mastra/commit/3fce5e70d011d289043e75003ef3336ed4aa43c3), [`a763592`](https://github.com/mastra-ai/mastra/commit/a763592c3db46963ef1011cfe16fe372816e775e), [`db79c86`](https://github.com/mastra-ai/mastra/commit/db79c86c60723d57e02f9636ca2611bd4515f194), [`6855012`](https://github.com/mastra-ai/mastra/commit/685501247cc4717506f3e89beed03509d63a5370), [`80c7737`](https://github.com/mastra-ai/mastra/commit/80c7737e32d7917b5f356957d67c169d01744fd3), [`7fef31c`](https://github.com/mastra-ai/mastra/commit/7fef31c0d2a6d362a43a647a8a4f6ab893758a23), [`7fef31c`](https://github.com/mastra-ai/mastra/commit/7fef31c0d2a6d362a43a647a8a4f6ab893758a23), [`3f1cf47`](https://github.com/mastra-ai/mastra/commit/3f1cf476f74c1e4cc2df908837e05853a5347e31)]:
|
|
376
|
-
- @mastra/core@1.38.0
|
|
377
|
-
|
|
378
|
-
## 1.4.1-alpha.0
|
|
379
|
-
|
|
380
|
-
### Patch Changes
|
|
381
|
-
|
|
382
|
-
- Added the `tool_provider_connections` storage domain. Stored agents can now persist per-agent ToolProvider config that round-trips on read/write/create. Runtime connection resolution (per-author, shared, caller-supplied) ships in a follow-up PR. ([#17247](https://github.com/mastra-ai/mastra/pull/17247))
|
|
383
|
-
|
|
384
|
-
**What you can do**
|
|
385
|
-
- Pin a connection on a stored agent's config and have it round-trip on read/write/create.
|
|
386
|
-
- Persist multiple connections per toolkit so a follow-up runtime PR can fan-out to the right one at execution time.
|
|
387
|
-
|
|
388
|
-
**Example**
|
|
389
|
-
|
|
390
|
-
```ts
|
|
391
|
-
import { LibSQLStore } from '@mastra/libsql';
|
|
392
|
-
|
|
393
|
-
const storage = new LibSQLStore({ url: process.env.DATABASE_URL });
|
|
394
|
-
|
|
395
|
-
// Persist an OAuth connection that an agent can pin later
|
|
396
|
-
await storage.toolProviders.upsertConnection({
|
|
397
|
-
authorId: 'user-123',
|
|
398
|
-
providerId: 'composio',
|
|
399
|
-
connectionId: 'auth_abc',
|
|
400
|
-
toolkit: 'gmail',
|
|
401
|
-
label: 'Work inbox',
|
|
402
|
-
scope: 'per-author',
|
|
403
|
-
});
|
|
404
|
-
|
|
405
|
-
// List a user's own connections (admin can omit authorId to list across users)
|
|
406
|
-
const { items } = await storage.toolProviders.listConnectionsByAuthor({
|
|
407
|
-
authorId: 'user-123',
|
|
408
|
-
providerId: 'composio',
|
|
409
|
-
});
|
|
410
|
-
```
|
|
411
|
-
|
|
412
|
-
Additive — existing stored agents continue to work unchanged. The runtime that consumes this domain ships in a follow-up PR.
|
|
413
|
-
|
|
414
|
-
PR 1 of 3 split from #17224.
|
|
415
|
-
|
|
416
|
-
- Updated dependencies [[`8ace89d`](https://github.com/mastra-ai/mastra/commit/8ace89df77f762e622d3b9f7f65ad7524350d050), [`fa63872`](https://github.com/mastra-ai/mastra/commit/fa6387280954e6b667bec5714b55ba082bc627ff), [`f07b646`](https://github.com/mastra-ai/mastra/commit/f07b64604ab7d25391179790b7fd4823df9e2dff), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`40f9297`](https://github.com/mastra-ai/mastra/commit/40f9297003b921c62373d3e8d3a4bda76c9f6de3), [`0f0d1ba`](https://github.com/mastra-ai/mastra/commit/0f0d1ba67bfcb2204e571401662f1eceefc03357), [`8c31bcd`](https://github.com/mastra-ai/mastra/commit/8c31bcdb00e597880d5939b1b7d7566fbe5dacae), [`95b14cd`](https://github.com/mastra-ai/mastra/commit/95b14cdd820e86d97ac05fe568424c513a252e31), [`aa36be2`](https://github.com/mastra-ai/mastra/commit/aa36be23aa513b7dc53cb8ca16b7fab8f20e43ad), [`212c635`](https://github.com/mastra-ai/mastra/commit/212c635203e61d036ab41db8ff86c3893dc795b3), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`9aa5a73`](https://github.com/mastra-ai/mastra/commit/9aa5a73e7e110f6e9365eec69364a33d5f03bb56), [`f73c789`](https://github.com/mastra-ai/mastra/commit/f73c789e8ef21561580395d2c410119cab5848c8), [`8bd16da`](https://github.com/mastra-ai/mastra/commit/8bd16da73a4cb874d739373643dbd6a6e7f88684), [`c8630f8`](https://github.com/mastra-ai/mastra/commit/c8630f80d4f40cb5d22e60ab162b618b1907167a), [`47f71dc`](https://github.com/mastra-ai/mastra/commit/47f71dc6fbcbd12d71e21a979e676e20a02bd77d), [`50ceae2`](https://github.com/mastra-ai/mastra/commit/50ceae270878e2f8fb2b2c6c2faab09df0007c8a), [`8cdde58`](https://github.com/mastra-ai/mastra/commit/8cdde5875bbba6702d9df226f2b20232b8d75d6c), [`847ff1e`](https://github.com/mastra-ai/mastra/commit/847ff1e0d94368d94b2e173e4e0908e115568ef3), [`259d409`](https://github.com/mastra-ai/mastra/commit/259d409a514174299dbde1ff5e1121209b3ba850), [`9e16c68`](https://github.com/mastra-ai/mastra/commit/9e16c6818b6485ccb43df28aba6f3a2219d28662), [`cefca33`](https://github.com/mastra-ai/mastra/commit/cefca33ae666e69810c935fedf95a929c173d1d7), [`d00e8c5`](https://github.com/mastra-ai/mastra/commit/d00e8c50daebe5bce5bf2f48bde39c86fc3d2fe4), [`36fa7e2`](https://github.com/mastra-ai/mastra/commit/36fa7e24d14e58a1eb46147097b32f583e5b8775), [`87e9774`](https://github.com/mastra-ai/mastra/commit/87e97741c1e493cd6d62f478eb810b49bda4d57c), [`65a72e7`](https://github.com/mastra-ai/mastra/commit/65a72e70c25eedea8ff985a6624b96be2850236b), [`0f77241`](https://github.com/mastra-ai/mastra/commit/0f7724108806703799a8ba80ad0f09414afd5066), [`92ff509`](https://github.com/mastra-ai/mastra/commit/92ff5098ef8a990438ca038077021a5f7541ec1d), [`3fce5e7`](https://github.com/mastra-ai/mastra/commit/3fce5e70d011d289043e75003ef3336ed4aa43c3), [`a763592`](https://github.com/mastra-ai/mastra/commit/a763592c3db46963ef1011cfe16fe372816e775e), [`80c7737`](https://github.com/mastra-ai/mastra/commit/80c7737e32d7917b5f356957d67c169d01744fd3), [`3f1cf47`](https://github.com/mastra-ai/mastra/commit/3f1cf476f74c1e4cc2df908837e05853a5347e31)]:
|
|
417
|
-
- @mastra/core@1.38.0-alpha.3
|
|
418
|
-
|
|
419
|
-
## 1.4.0
|
|
420
|
-
|
|
421
|
-
### Minor Changes
|
|
422
|
-
|
|
423
|
-
- Added favorites support to storage adapters so callers can favorite/unfavorite stored agents and skills, query favorite state alongside list results, and filter listings by visibility. ([#16580](https://github.com/mastra-ai/mastra/pull/16580))
|
|
424
|
-
|
|
425
|
-
**Example**
|
|
426
|
-
|
|
427
|
-
```ts
|
|
428
|
-
const storage = new LibSQLStore({/* config */});
|
|
429
|
-
const favorites = await storage.getStore('favorites');
|
|
430
|
-
|
|
431
|
-
await favorites?.favorite({
|
|
432
|
-
userId: 'user-1',
|
|
433
|
-
entityType: 'agent',
|
|
434
|
-
entityId: 'agent-42',
|
|
435
|
-
});
|
|
436
|
-
```
|
|
437
|
-
|
|
438
|
-
### Patch Changes
|
|
439
|
-
|
|
440
|
-
- Bumped `@mastra/core` peer dependency floor to `>=1.34.0-0` so the new `@mastra/core/storage/domains/favorites` subpath is available. Older `@mastra/core` versions don't ship the `FavoritesStorage` base class these adapters now extend. ([#16580](https://github.com/mastra-ai/mastra/pull/16580))
|
|
441
|
-
|
|
442
|
-
- Updated dependencies [[`b661349`](https://github.com/mastra-ai/mastra/commit/b661349281514691db78941a9044e6e4f1cde7a7), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`271c044`](https://github.com/mastra-ai/mastra/commit/271c044f6b79ff38cfa3409f4385fbd26a0f3185), [`bad08e9`](https://github.com/mastra-ai/mastra/commit/bad08e99c5291884c3ac76743c78c74f53a302c2), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`b32ba5f`](https://github.com/mastra-ai/mastra/commit/b32ba5fde524b46a4ff1bdf38e30d62a2bb29b04), [`75c7c38`](https://github.com/mastra-ai/mastra/commit/75c7c38a4e9af9821931539dd339f57fcc6414e3)]:
|
|
443
|
-
- @mastra/core@1.35.0
|
|
444
|
-
|
|
445
|
-
## 1.4.0-alpha.0
|
|
446
|
-
|
|
447
|
-
### Minor Changes
|
|
448
|
-
|
|
449
|
-
- Added favorites support to storage adapters so callers can favorite/unfavorite stored agents and skills, query favorite state alongside list results, and filter listings by visibility. ([#16580](https://github.com/mastra-ai/mastra/pull/16580))
|
|
450
|
-
|
|
451
|
-
**Example**
|
|
452
|
-
|
|
453
|
-
```ts
|
|
454
|
-
const storage = new LibSQLStore({/* config */});
|
|
455
|
-
const favorites = await storage.getStore('favorites');
|
|
456
|
-
|
|
457
|
-
await favorites?.favorite({
|
|
458
|
-
userId: 'user-1',
|
|
459
|
-
entityType: 'agent',
|
|
460
|
-
entityId: 'agent-42',
|
|
461
|
-
});
|
|
462
|
-
```
|
|
463
|
-
|
|
464
|
-
### Patch Changes
|
|
465
|
-
|
|
466
|
-
- Bumped `@mastra/core` peer dependency floor to `>=1.34.0-0` so the new `@mastra/core/storage/domains/favorites` subpath is available. Older `@mastra/core` versions don't ship the `FavoritesStorage` base class these adapters now extend. ([#16580](https://github.com/mastra-ai/mastra/pull/16580))
|
|
467
|
-
|
|
468
|
-
- Updated dependencies [[`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`b32ba5f`](https://github.com/mastra-ai/mastra/commit/b32ba5fde524b46a4ff1bdf38e30d62a2bb29b04)]:
|
|
469
|
-
- @mastra/core@1.35.0-alpha.2
|
|
470
|
-
|
|
471
|
-
## 1.3.3
|
|
472
|
-
|
|
473
|
-
### Patch Changes
|
|
474
|
-
|
|
475
|
-
- Respect optional `resourceId` in `getThreadById` so scoped thread lookups return `null` when the thread belongs to a different resource. ([#14237](https://github.com/mastra-ai/mastra/pull/14237))
|
|
476
|
-
|
|
477
|
-
Example:
|
|
478
|
-
|
|
479
|
-
```typescript
|
|
480
|
-
const thread = await memory.getThreadById({
|
|
481
|
-
threadId: 'my-thread-id',
|
|
482
|
-
resourceId: 'my-user-id',
|
|
483
|
-
});
|
|
484
|
-
// Returns null if the thread does not belong to 'my-user-id'.
|
|
485
|
-
```
|
|
486
|
-
|
|
487
|
-
- Track `suspendedAt` and `suspendPayload` on background tasks. SQL adapters auto-migrate the new columns via `alterTable`. ([#16260](https://github.com/mastra-ai/mastra/pull/16260))
|
|
488
|
-
|
|
489
|
-
- Updated dependencies [[`9f17410`](https://github.com/mastra-ai/mastra/commit/9f1741080def23d42ee50b39887a385ae316a3c6), [`7ad5585`](https://github.com/mastra-ai/mastra/commit/7ad55856406f1de398dc713f6a9eaa78b2784bb6), [`ac47842`](https://github.com/mastra-ai/mastra/commit/ac478427aa7a5f5fdaed633a911218689b438c60), [`cc189cc`](https://github.com/mastra-ai/mastra/commit/cc189cc0128eb7af233476b5e421ec6888bffde7), [`d1fdbd0`](https://github.com/mastra-ai/mastra/commit/d1fdbd012add5623cb7e6b7f882b605ab358bbb4), [`210ea7a`](https://github.com/mastra-ai/mastra/commit/210ea7af559791b73a44fc9c12179908aaa3183f), [`7c275a8`](https://github.com/mastra-ai/mastra/commit/7c275a810595e1a6c41ccc39720531ab65734700), [`bae019e`](https://github.com/mastra-ai/mastra/commit/bae019ecb6694da96909f7ec7b9eb3a0a33aa887), [`890b24c`](https://github.com/mastra-ai/mastra/commit/890b24cc7d32ed6aa4dfe253e54dc6bf4099f690), [`f984b4d`](https://github.com/mastra-ai/mastra/commit/f984b4d6c60bf2ae2a9b156f0e8c35a66fe96c91), [`6742347`](https://github.com/mastra-ai/mastra/commit/6742347d71955d7639adc9ddf6ff8282de7ee3ba), [`b59316f`](https://github.com/mastra-ai/mastra/commit/b59316ffa0f7688165b0f9c81ccdf85da461e5b2), [`0f48ebf`](https://github.com/mastra-ai/mastra/commit/0f48ebfc7ac7897b2092a189f45751924cf56d1c), [`37c0dc5`](https://github.com/mastra-ai/mastra/commit/37c0dc5697d343db98628bf867bf71ce6deec6d7), [`087e413`](https://github.com/mastra-ai/mastra/commit/087e4133e5d6efa36619e9556c16750e4179c047), [`83218c8`](https://github.com/mastra-ai/mastra/commit/83218c88b37773c9424fbe733b37be556e55e94d), [`ef6b584`](https://github.com/mastra-ai/mastra/commit/ef6b5847ac33c0a7e80af3a86e8801e2933dd3ee), [`c6eb39e`](https://github.com/mastra-ai/mastra/commit/c6eb39ea6dca381c6563cb240237fbe608e02f93), [`7b0ad1f`](https://github.com/mastra-ai/mastra/commit/7b0ad1f5c53dc118c6da12ae82ae2587037dc2b8), [`d91ebe2`](https://github.com/mastra-ai/mastra/commit/d91ebe28ee065d8f2ed6df741c3c07f58d359529), [`62666c3`](https://github.com/mastra-ai/mastra/commit/62666c367eaeac3941ead454b1d38810cc855721), [`33f5061`](https://github.com/mastra-ai/mastra/commit/33f5061cd1c0335020c3faae61ce96de822854fa), [`4af2160`](https://github.com/mastra-ai/mastra/commit/4af2160322f4718cac421930cce85641e9512389), [`087e413`](https://github.com/mastra-ai/mastra/commit/087e4133e5d6efa36619e9556c16750e4179c047), [`265ec9f`](https://github.com/mastra-ai/mastra/commit/265ec9f887b5c81255c873a76ff7796f16e4f99b), [`ce01024`](https://github.com/mastra-ai/mastra/commit/ce010242eee9bdfc09e4c26725b9d37998679a8d), [`6ce80bf`](https://github.com/mastra-ai/mastra/commit/6ce80bf4872a891e0bddf8b80561a80584efb14b), [`f984b4d`](https://github.com/mastra-ai/mastra/commit/f984b4d6c60bf2ae2a9b156f0e8c35a66fe96c91), [`136c959`](https://github.com/mastra-ai/mastra/commit/136c9592fb0eeb0cd212f28629d8a29b7557a2fc), [`9268531`](https://github.com/mastra-ai/mastra/commit/9268531e7ec4be98beeba3b3ae8be0a7ea380662), [`13ead79`](https://github.com/mastra-ai/mastra/commit/13ead79149486b88144db7e11e6ff551caef5be1), [`dccd8f1`](https://github.com/mastra-ai/mastra/commit/dccd8f1f8b8f1ad203b77556207e5529567c616d), [`4df7cc7`](https://github.com/mastra-ai/mastra/commit/4df7cc79342fd065fe7fdeef93c094db14b12bcd), [`f180e49`](https://github.com/mastra-ai/mastra/commit/f180e4990e71b04c9a475b523584071712f0048f), [`9260e01`](https://github.com/mastra-ai/mastra/commit/9260e015276fb1b500f7878ee452b47476bf1583), [`2f6c54e`](https://github.com/mastra-ai/mastra/commit/2f6c54e17c041cac1def54baaa6b771647836414), [`aca3121`](https://github.com/mastra-ai/mastra/commit/aca31211233dac25459f140ea4fcfb3a5af64c18), [`e06a159`](https://github.com/mastra-ai/mastra/commit/e06a1598ca07a6c3778aefc2a2d288363c6294ff), [`4dd900d`](https://github.com/mastra-ai/mastra/commit/4dd900d75dfe9be89f8c15188b368a8622aa1e18), [`b560d6f`](https://github.com/mastra-ai/mastra/commit/b560d6f88b9b904b15c10f75c949eb145bc27684), [`99869ec`](https://github.com/mastra-ai/mastra/commit/99869ecb1f2aa6dfcc44fa4e843e5ee0344efa64), [`900d086`](https://github.com/mastra-ai/mastra/commit/900d086bb737b9cf2fcf68f11b0389b801a2738c), [`4c0e286`](https://github.com/mastra-ai/mastra/commit/4c0e28637c9cfb4f416549b55e97ebfa13319dfc), [`55f1e2d`](https://github.com/mastra-ai/mastra/commit/55f1e2d65425b95a49ae788053b266f256e38c96), [`4ff5bdf`](https://github.com/mastra-ai/mastra/commit/4ff5bdfe170cba6dfb5260c6af0f4ba668430772), [`9cdf38e`](https://github.com/mastra-ai/mastra/commit/9cdf38e58506e1109c8b38f97cd7770978a4218e), [`087e413`](https://github.com/mastra-ai/mastra/commit/087e4133e5d6efa36619e9556c16750e4179c047), [`db34bc6`](https://github.com/mastra-ai/mastra/commit/db34bc6fb36cf125bda0c46be4d3fdc774b70cc4), [`990851e`](https://github.com/mastra-ai/mastra/commit/990851edcb0e30be5c2c18b6532f1a876cc2d335), [`bbcd93c`](https://github.com/mastra-ai/mastra/commit/bbcd93cf7d8aa1007d6d84bfd033b8015c912087), [`8373ff4`](https://github.com/mastra-ai/mastra/commit/8373ff46745d77af79f183c4470f80fa2727a6b2), [`d48a705`](https://github.com/mastra-ai/mastra/commit/d48a705ff3dfbdc7a996e07ecd8293b5effd9a2a), [`308bd07`](https://github.com/mastra-ai/mastra/commit/308bd074f35cef0c75d82fc1eb19382fe04ecf6f), [`6068a6c`](https://github.com/mastra-ai/mastra/commit/6068a6c42950fad3ebfc92346417896ba60803d2), [`36b3bbf`](https://github.com/mastra-ai/mastra/commit/36b3bbf5a8d59f7e23d47e29340e76c681b4929c), [`d86f031`](https://github.com/mastra-ai/mastra/commit/d86f031eb6b0b2570145afafea664e59bf688962), [`b275631`](https://github.com/mastra-ai/mastra/commit/b275631dc10541a482b2e2d4a3e3cfa843bd5fa1), [`00106be`](https://github.com/mastra-ai/mastra/commit/00106bede59b81e5b0e9cd6aad8d3b5dbc336387), [`bd36d8e`](https://github.com/mastra-ai/mastra/commit/bd36d8eb6de8c9a0310352649dbd4b06703c2299), [`11c1528`](https://github.com/mastra-ai/mastra/commit/11c152848c5d0ef227184853b5040f5b41ee7b1e), [`4999667`](https://github.com/mastra-ai/mastra/commit/49996678b68356cad7f088430009690406c50fbd), [`e2a079c`](https://github.com/mastra-ai/mastra/commit/e2a079cc3755b1895f7bd5dc36e9be81b11c7c22), [`8ac9141`](https://github.com/mastra-ai/mastra/commit/8ac9141439caa8fdd674944c4d84f29b3c730296), [`25184ff`](https://github.com/mastra-ai/mastra/commit/25184ffaf1293ec95119426eb1a1f8d38831b96c), [`534a456`](https://github.com/mastra-ai/mastra/commit/534a456a25e4df1e5407e7e632f4cb3b1fa14f9d), [`105e454`](https://github.com/mastra-ai/mastra/commit/105e454c95af06a7c741c15969d8f9b0f02463a7), [`aebde9c`](https://github.com/mastra-ai/mastra/commit/aebde9cfacf56592c6b6350cae721740fe090b8a), [`36bae07`](https://github.com/mastra-ai/mastra/commit/36bae07c0e70b1b3006f2fd20830e8883dcbd066), [`5688881`](https://github.com/mastra-ai/mastra/commit/5688881669c7ed157f31ac77f6fc5f8d95ceea32)]:
|
|
490
|
-
- @mastra/core@1.33.0
|
|
491
|
-
|
|
492
|
-
## 1.3.3-alpha.1
|
|
493
|
-
|
|
494
|
-
### Patch Changes
|
|
495
|
-
|
|
496
|
-
- Respect optional `resourceId` in `getThreadById` so scoped thread lookups return `null` when the thread belongs to a different resource. ([#14237](https://github.com/mastra-ai/mastra/pull/14237))
|
|
497
|
-
|
|
498
|
-
Example:
|
|
499
|
-
|
|
500
|
-
```typescript
|
|
501
|
-
const thread = await memory.getThreadById({
|
|
502
|
-
threadId: 'my-thread-id',
|
|
503
|
-
resourceId: 'my-user-id',
|
|
504
|
-
});
|
|
505
|
-
// Returns null if the thread does not belong to 'my-user-id'.
|
|
506
|
-
```
|
|
507
|
-
|
|
508
|
-
- Updated dependencies [[`7c275a8`](https://github.com/mastra-ai/mastra/commit/7c275a810595e1a6c41ccc39720531ab65734700), [`890b24c`](https://github.com/mastra-ai/mastra/commit/890b24cc7d32ed6aa4dfe253e54dc6bf4099f690), [`0f48ebf`](https://github.com/mastra-ai/mastra/commit/0f48ebfc7ac7897b2092a189f45751924cf56d1c), [`f180e49`](https://github.com/mastra-ai/mastra/commit/f180e4990e71b04c9a475b523584071712f0048f), [`9260e01`](https://github.com/mastra-ai/mastra/commit/9260e015276fb1b500f7878ee452b47476bf1583), [`2f6c54e`](https://github.com/mastra-ai/mastra/commit/2f6c54e17c041cac1def54baaa6b771647836414), [`e06a159`](https://github.com/mastra-ai/mastra/commit/e06a1598ca07a6c3778aefc2a2d288363c6294ff), [`db34bc6`](https://github.com/mastra-ai/mastra/commit/db34bc6fb36cf125bda0c46be4d3fdc774b70cc4)]:
|
|
509
|
-
- @mastra/core@1.33.0-alpha.8
|
|
510
|
-
|
|
511
|
-
## 1.3.3-alpha.0
|
|
512
|
-
|
|
513
|
-
### Patch Changes
|
|
514
|
-
|
|
515
|
-
- Track `suspendedAt` and `suspendPayload` on background tasks. SQL adapters auto-migrate the new columns via `alterTable`. ([#16260](https://github.com/mastra-ai/mastra/pull/16260))
|
|
516
|
-
|
|
517
|
-
- Updated dependencies [[`9f17410`](https://github.com/mastra-ai/mastra/commit/9f1741080def23d42ee50b39887a385ae316a3c6), [`c6eb39e`](https://github.com/mastra-ai/mastra/commit/c6eb39ea6dca381c6563cb240237fbe608e02f93), [`900d086`](https://github.com/mastra-ai/mastra/commit/900d086bb737b9cf2fcf68f11b0389b801a2738c), [`4c0e286`](https://github.com/mastra-ai/mastra/commit/4c0e28637c9cfb4f416549b55e97ebfa13319dfc), [`25184ff`](https://github.com/mastra-ai/mastra/commit/25184ffaf1293ec95119426eb1a1f8d38831b96c), [`aebde9c`](https://github.com/mastra-ai/mastra/commit/aebde9cfacf56592c6b6350cae721740fe090b8a)]:
|
|
518
|
-
- @mastra/core@1.33.0-alpha.4
|
|
519
|
-
|
|
520
|
-
## 1.3.2
|
|
521
|
-
|
|
522
|
-
### Patch Changes
|
|
523
|
-
|
|
524
|
-
- Add `BackgroundTasksStorage` domain implementation so `@mastra/core` background task execution works with any storage adapter. ([#15307](https://github.com/mastra-ai/mastra/pull/15307))
|
|
525
|
-
|
|
526
|
-
- Updated dependencies [[`20f59b8`](https://github.com/mastra-ai/mastra/commit/20f59b876cf91199efbc49a0e36b391240708f08), [`aba393e`](https://github.com/mastra-ai/mastra/commit/aba393e2da7390c69b80e516a4f153cda6f09376), [`3d83d06`](https://github.com/mastra-ai/mastra/commit/3d83d06f776f00fb5f4163dddd32a030c5c20844), [`e2687a7`](https://github.com/mastra-ai/mastra/commit/e2687a7408790c384563816a9a28ed06735684c9), [`fdd54cf`](https://github.com/mastra-ai/mastra/commit/fdd54cf612a9af876e9fdd85e534454f6e7dd518), [`6315317`](https://github.com/mastra-ai/mastra/commit/63153175fe9a7b224e5be7c209bbebc01dd9b0d5), [`a371ac5`](https://github.com/mastra-ai/mastra/commit/a371ac534aa1bb368a1acf9d8b313378dfdc787e), [`0474c2b`](https://github.com/mastra-ai/mastra/commit/0474c2b2e7c7e1ad8691dca031284841391ff1ef), [`0a5fa1d`](https://github.com/mastra-ai/mastra/commit/0a5fa1d3cb0583889d06687155f26fd7d2edc76c), [`7e0e63e`](https://github.com/mastra-ai/mastra/commit/7e0e63e2e485e84442351f4c7a79a424c83539dc), [`ea43e64`](https://github.com/mastra-ai/mastra/commit/ea43e646dd95d507694b6112b0bf1df22ad552b2), [`f607106`](https://github.com/mastra-ai/mastra/commit/f607106854c6416c4a07d4082604b9f66d047221), [`30456b6`](https://github.com/mastra-ai/mastra/commit/30456b6b08c8fd17e109dd093b73d93b65e83bc5), [`9d11a8c`](https://github.com/mastra-ai/mastra/commit/9d11a8c1c8924eb975a245a5884d40ca1b7e0491), [`9d3b24b`](https://github.com/mastra-ai/mastra/commit/9d3b24b19407ae9c09586cf7766d38dc4dff4a69), [`00d1b16`](https://github.com/mastra-ai/mastra/commit/00d1b16b401199cb294fa23f43336547db4dca9b), [`47cee3e`](https://github.com/mastra-ai/mastra/commit/47cee3e137fe39109cf7fffd2a8cf47b76dc702e), [`62919a6`](https://github.com/mastra-ai/mastra/commit/62919a6ee0fbf3779ad21a97b1ec6696515d5104), [`d246696`](https://github.com/mastra-ai/mastra/commit/d246696139a3144a5b21b042d41c532688e957e1), [`354f9ce`](https://github.com/mastra-ai/mastra/commit/354f9ce1ca6af2074b6a196a23f8ec30012dccca), [`16e34ca`](https://github.com/mastra-ai/mastra/commit/16e34caa98b9a114b17a6125e4e3fd87f169d0d0), [`7020c06`](https://github.com/mastra-ai/mastra/commit/7020c0690b199d9da337f0e805f16948e557922e), [`8786a61`](https://github.com/mastra-ai/mastra/commit/8786a61fa54ba265f85eeff9985ca39863d18bb6), [`9467ea8`](https://github.com/mastra-ai/mastra/commit/9467ea87695749a53dfc041576410ebf9ee7bb67), [`7338d94`](https://github.com/mastra-ai/mastra/commit/7338d949380cf68b095342e8e42610dc51d557c1), [`c80dc16`](https://github.com/mastra-ai/mastra/commit/c80dc16e113e6cc159f510ffde501ad4711b2189), [`af8a57e`](https://github.com/mastra-ai/mastra/commit/af8a57ed9ba9685ad8601d5b71ae3706da6222f9), [`d63ffdb`](https://github.com/mastra-ai/mastra/commit/d63ffdbb2c11e76fe5ea45faab44bc15460f010c), [`47cee3e`](https://github.com/mastra-ai/mastra/commit/47cee3e137fe39109cf7fffd2a8cf47b76dc702e), [`1bd5104`](https://github.com/mastra-ai/mastra/commit/1bd51048b6da93507276d6623e3fd96a9e1a8944), [`e9837b5`](https://github.com/mastra-ai/mastra/commit/e9837b53699e18711b09e0ca010a4106376f2653), [`8f1b280`](https://github.com/mastra-ai/mastra/commit/8f1b280b7fe6999ec654f160cb69c1a8719e7a57), [`92dcf02`](https://github.com/mastra-ai/mastra/commit/92dcf029294210ac91b090900c1a0555a425c57a), [`0fd90a2`](https://github.com/mastra-ai/mastra/commit/0fd90a215caf5fca8099c15a67ca03e4427747a3), [`8fb2405`](https://github.com/mastra-ai/mastra/commit/8fb2405138f2d208b7962ad03f121ca25bcc28c5), [`12df98c`](https://github.com/mastra-ai/mastra/commit/12df98c4904643d9481f5c78f3bed443725b4c96)]:
|
|
527
|
-
- @mastra/core@1.26.0
|
|
528
|
-
|
|
529
|
-
## 1.3.2-alpha.0
|
|
530
|
-
|
|
531
|
-
### Patch Changes
|
|
532
|
-
|
|
533
|
-
- Add `BackgroundTasksStorage` domain implementation so `@mastra/core` background task execution works with any storage adapter. ([#15307](https://github.com/mastra-ai/mastra/pull/15307))
|
|
534
|
-
|
|
535
|
-
- Updated dependencies [[`d63ffdb`](https://github.com/mastra-ai/mastra/commit/d63ffdbb2c11e76fe5ea45faab44bc15460f010c)]:
|
|
536
|
-
- @mastra/core@1.25.1-alpha.0
|
|
537
|
-
|
|
538
|
-
## 1.3.1
|
|
539
|
-
|
|
540
|
-
### Patch Changes
|
|
541
|
-
|
|
542
|
-
- dependencies updates: ([#10188](https://github.com/mastra-ai/mastra/pull/10188))
|
|
543
|
-
- Updated dependency [`cloudflare@^5.2.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/5.2.0) (from `^4.5.0`, in `dependencies`)
|
|
544
|
-
- Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067), [`e333b77`](https://github.com/mastra-ai/mastra/commit/e333b77e2d76ba57ccec1818e08cebc1993469ff), [`dc9fc19`](https://github.com/mastra-ai/mastra/commit/dc9fc19da4437f6b508cc355f346a8856746a76b), [`60a224d`](https://github.com/mastra-ai/mastra/commit/60a224dd497240e83698cfa5bfd02e3d1d854844), [`fbf22a7`](https://github.com/mastra-ai/mastra/commit/fbf22a7ad86bcb50dcf30459f0d075e51ddeb468), [`f16d92c`](https://github.com/mastra-ai/mastra/commit/f16d92c677a119a135cebcf7e2b9f51ada7a9df4), [`949b7bf`](https://github.com/mastra-ai/mastra/commit/949b7bfd4e40f2b2cba7fef5eb3f108a02cfe938), [`404fea1`](https://github.com/mastra-ai/mastra/commit/404fea13042181f0b0c73a101392ac87c79ceae2), [`ebf5047`](https://github.com/mastra-ai/mastra/commit/ebf5047e825c38a1a356f10b214c1d4260dfcd8d), [`12c647c`](https://github.com/mastra-ai/mastra/commit/12c647cf3a26826eb72d40b42e3c8356ceae16ed), [`d084b66`](https://github.com/mastra-ai/mastra/commit/d084b6692396057e83c086b954c1857d20b58a14), [`79c699a`](https://github.com/mastra-ai/mastra/commit/79c699acf3cd8a77e11c55530431f48eb48456e9), [`62757b6`](https://github.com/mastra-ai/mastra/commit/62757b6db6e8bb86569d23ad0b514178f57053f8), [`675f15b`](https://github.com/mastra-ai/mastra/commit/675f15b7eaeea649158d228ea635be40480c584d), [`b174c63`](https://github.com/mastra-ai/mastra/commit/b174c63a093108d4e53b9bc89a078d9f66202b3f), [`819f03c`](https://github.com/mastra-ai/mastra/commit/819f03c25823373b32476413bd76be28a5d8705a), [`04160ee`](https://github.com/mastra-ai/mastra/commit/04160eedf3130003cf842ad08428c8ff69af4cc1), [`2c27503`](https://github.com/mastra-ai/mastra/commit/2c275032510d131d2cde47f99953abf0fe02c081), [`424a1df`](https://github.com/mastra-ai/mastra/commit/424a1df7bee59abb5c83717a54807fdd674a6224), [`3d70b0b`](https://github.com/mastra-ai/mastra/commit/3d70b0b3524d817173ad870768f259c06d61bd23), [`eef7cb2`](https://github.com/mastra-ai/mastra/commit/eef7cb2abe7ef15951e2fdf792a5095c6c643333), [`260fe12`](https://github.com/mastra-ai/mastra/commit/260fe1295fe7354e39d6def2775e0797a7a277f0), [`12c88a6`](https://github.com/mastra-ai/mastra/commit/12c88a6e32bf982c2fe0c6af62e65a3414519a75), [`43595bf`](https://github.com/mastra-ai/mastra/commit/43595bf7b8df1a6edce7a23b445b5124d2a0b473), [`78670e9`](https://github.com/mastra-ai/mastra/commit/78670e97e76d7422cf7025faf371b2aeafed860d), [`e8a5b0b`](https://github.com/mastra-ai/mastra/commit/e8a5b0b9bc94d12dee4150095512ca27a288d778), [`3b45a13`](https://github.com/mastra-ai/mastra/commit/3b45a138d09d040779c0aba1edbbfc1b57442d23), [`d400e7c`](https://github.com/mastra-ai/mastra/commit/d400e7c8b8d7afa6ba2c71769eace4048e3cef8e), [`f58d1a7`](https://github.com/mastra-ai/mastra/commit/f58d1a7a457588a996c3ecb53201a68f3d28c432), [`a49a929`](https://github.com/mastra-ai/mastra/commit/a49a92904968b4fc67e01effee8c7c8d0464ba85), [`8127d96`](https://github.com/mastra-ai/mastra/commit/8127d96280492e335d49b244501088dfdd59a8f1)]:
|
|
545
|
-
- @mastra/core@1.18.0
|
|
546
|
-
|
|
547
|
-
## 1.3.1-alpha.0
|
|
548
|
-
|
|
549
|
-
### Patch Changes
|
|
550
|
-
|
|
551
|
-
- dependencies updates: ([#10188](https://github.com/mastra-ai/mastra/pull/10188))
|
|
552
|
-
- Updated dependency [`cloudflare@^5.2.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/5.2.0) (from `^4.5.0`, in `dependencies`)
|
|
553
|
-
- Updated dependencies [[`e333b77`](https://github.com/mastra-ai/mastra/commit/e333b77e2d76ba57ccec1818e08cebc1993469ff), [`60a224d`](https://github.com/mastra-ai/mastra/commit/60a224dd497240e83698cfa5bfd02e3d1d854844), [`949b7bf`](https://github.com/mastra-ai/mastra/commit/949b7bfd4e40f2b2cba7fef5eb3f108a02cfe938), [`d084b66`](https://github.com/mastra-ai/mastra/commit/d084b6692396057e83c086b954c1857d20b58a14), [`79c699a`](https://github.com/mastra-ai/mastra/commit/79c699acf3cd8a77e11c55530431f48eb48456e9), [`62757b6`](https://github.com/mastra-ai/mastra/commit/62757b6db6e8bb86569d23ad0b514178f57053f8), [`3d70b0b`](https://github.com/mastra-ai/mastra/commit/3d70b0b3524d817173ad870768f259c06d61bd23), [`3b45a13`](https://github.com/mastra-ai/mastra/commit/3b45a138d09d040779c0aba1edbbfc1b57442d23), [`8127d96`](https://github.com/mastra-ai/mastra/commit/8127d96280492e335d49b244501088dfdd59a8f1)]:
|
|
554
|
-
- @mastra/core@1.18.0-alpha.3
|
|
555
|
-
|
|
556
|
-
## 1.3.0
|
|
557
|
-
|
|
558
|
-
### Minor Changes
|
|
559
|
-
|
|
560
|
-
- feat: add Cloudflare Durable Objects storage adapter ([#12366](https://github.com/mastra-ai/mastra/pull/12366))
|
|
561
|
-
|
|
562
|
-
Adds a new Durable Objects-based storage implementation alongside the existing KV store. Includes SQL-backed persistence via DO's SQLite storage, batch operations, and proper table/column validation.
|
|
563
|
-
|
|
564
|
-
### Patch Changes
|
|
565
|
-
|
|
566
|
-
- Updated dependencies [[`cddf895`](https://github.com/mastra-ai/mastra/commit/cddf895532b8ee7f9fa814136ec672f53d37a9ba), [`9cede11`](https://github.com/mastra-ai/mastra/commit/9cede110abac9d93072e0521bb3c8bcafb9fdadf), [`a59f126`](https://github.com/mastra-ai/mastra/commit/a59f1269104f54726699c5cdb98c72c93606d2df), [`ed8fd75`](https://github.com/mastra-ai/mastra/commit/ed8fd75cbff03bb5e19971ddb30ab7040fc60447), [`c510833`](https://github.com/mastra-ai/mastra/commit/c5108333e8cbc19dafee5f8bfefbcb5ee935335c), [`c4c7dad`](https://github.com/mastra-ai/mastra/commit/c4c7dadfe2e4584f079f6c24bfabdb8c4981827f), [`45c3112`](https://github.com/mastra-ai/mastra/commit/45c31122666a0cc56b94727099fcb1871ed1b3f6), [`7296fcc`](https://github.com/mastra-ai/mastra/commit/7296fcc599c876a68699a71c7054a16d5aaf2337), [`00c27f9`](https://github.com/mastra-ai/mastra/commit/00c27f9080731433230a61be69c44e39a7a7b4c7), [`5e7c287`](https://github.com/mastra-ai/mastra/commit/5e7c28701f2bce795dd5c811e4c3060bf2ea2242), [`7e17d3f`](https://github.com/mastra-ai/mastra/commit/7e17d3f656fdda2aad47c4beb8c491636d70820c), [`ee19c9b`](https://github.com/mastra-ai/mastra/commit/ee19c9ba3ec3ed91feb214ad539bdc766c53bb01)]:
|
|
567
|
-
- @mastra/core@1.12.0
|
|
568
|
-
|
|
569
|
-
## 1.3.0-alpha.0
|
|
570
|
-
|
|
571
|
-
### Minor Changes
|
|
572
|
-
|
|
573
|
-
- feat: add Cloudflare Durable Objects storage adapter ([#12366](https://github.com/mastra-ai/mastra/pull/12366))
|
|
574
|
-
|
|
575
|
-
Adds a new Durable Objects-based storage implementation alongside the existing KV store. Includes SQL-backed persistence via DO's SQLite storage, batch operations, and proper table/column validation.
|
|
576
|
-
|
|
577
|
-
### Patch Changes
|
|
578
|
-
|
|
579
|
-
- Updated dependencies [[`cddf895`](https://github.com/mastra-ai/mastra/commit/cddf895532b8ee7f9fa814136ec672f53d37a9ba), [`aede3cc`](https://github.com/mastra-ai/mastra/commit/aede3cc2a83b54bbd9e9a54c8aedcd1708b2ef87), [`c4c7dad`](https://github.com/mastra-ai/mastra/commit/c4c7dadfe2e4584f079f6c24bfabdb8c4981827f), [`45c3112`](https://github.com/mastra-ai/mastra/commit/45c31122666a0cc56b94727099fcb1871ed1b3f6), [`5e7c287`](https://github.com/mastra-ai/mastra/commit/5e7c28701f2bce795dd5c811e4c3060bf2ea2242), [`7e17d3f`](https://github.com/mastra-ai/mastra/commit/7e17d3f656fdda2aad47c4beb8c491636d70820c)]:
|
|
580
|
-
- @mastra/core@1.12.0-alpha.0
|
|
581
|
-
|
|
582
|
-
## 1.2.3
|
|
583
|
-
|
|
584
|
-
### Patch Changes
|
|
585
|
-
|
|
586
|
-
- Improved semantic recall performance for large message histories. Semantic recall no longer loads entire threads when only the recalled messages are needed, eliminating delays that previously scaled with total message count. (Fixes #11702) ([#14022](https://github.com/mastra-ai/mastra/pull/14022))
|
|
587
|
-
|
|
588
|
-
- Updated dependencies [[`4f71b43`](https://github.com/mastra-ai/mastra/commit/4f71b436a4a6b8839842d8da47b57b84509af56c), [`a070277`](https://github.com/mastra-ai/mastra/commit/a07027766ce195ba74d0783116d894cbab25d44c), [`b628b91`](https://github.com/mastra-ai/mastra/commit/b628b9128b372c0f54214d902b07279f03443900), [`332c014`](https://github.com/mastra-ai/mastra/commit/332c014e076b81edf7fe45b58205882726415e90), [`6b63153`](https://github.com/mastra-ai/mastra/commit/6b63153878ea841c0f4ce632ba66bb33e57e9c1b), [`4246e34`](https://github.com/mastra-ai/mastra/commit/4246e34cec9c26636d0965942268e6d07c346671), [`b8837ee`](https://github.com/mastra-ai/mastra/commit/b8837ee77e2e84197609762bfabd8b3da326d30c), [`866cc2c`](https://github.com/mastra-ai/mastra/commit/866cc2cb1f0e3b314afab5194f69477fada745d1), [`5d950f7`](https://github.com/mastra-ai/mastra/commit/5d950f7bf426a215a1808f0abef7de5c8336ba1c), [`28c85b1`](https://github.com/mastra-ai/mastra/commit/28c85b184fc32b40f7f160483c982da6d388ecbd), [`e9a08fb`](https://github.com/mastra-ai/mastra/commit/e9a08fbef1ada7e50e961e2f54f55e8c10b4a45c), [`1d0a8a8`](https://github.com/mastra-ai/mastra/commit/1d0a8a8acf33203d5744fc429b090ad8598aa8ed), [`631ffd8`](https://github.com/mastra-ai/mastra/commit/631ffd82fed108648b448b28e6a90e38c5f53bf5), [`6bcbf8a`](https://github.com/mastra-ai/mastra/commit/6bcbf8a6774d5a53b21d61db8a45ce2593ca1616), [`aae2295`](https://github.com/mastra-ai/mastra/commit/aae2295838a2d329ad6640829e87934790ffe5b8), [`aa61f29`](https://github.com/mastra-ai/mastra/commit/aa61f29ff8095ce46a4ae16e46c4d8c79b2b685b), [`7ff3714`](https://github.com/mastra-ai/mastra/commit/7ff37148515439bb3be009a60e02c3e363299760), [`18c3a90`](https://github.com/mastra-ai/mastra/commit/18c3a90c9e48cf69500e308affeb8eba5860b2af), [`41d79a1`](https://github.com/mastra-ai/mastra/commit/41d79a14bd8cb6de1e2565fd0a04786bae2f211b), [`f35487b`](https://github.com/mastra-ai/mastra/commit/f35487bb2d46c636e22aa71d90025613ae38235a), [`6dc2192`](https://github.com/mastra-ai/mastra/commit/6dc21921aef0f0efab15cd0805fa3d18f277a76f), [`eeb3a3f`](https://github.com/mastra-ai/mastra/commit/eeb3a3f43aca10cf49479eed2a84b7d9ecea02ba), [`e673376`](https://github.com/mastra-ai/mastra/commit/e6733763ad1321aa7e5ae15096b9c2104f93b1f3), [`05f8d90`](https://github.com/mastra-ai/mastra/commit/05f8d9009290ce6aa03428b3add635268615db85), [`b2204c9`](https://github.com/mastra-ai/mastra/commit/b2204c98a42848bbfb6f0440f005dc2b6354f1cd), [`a1bf1e3`](https://github.com/mastra-ai/mastra/commit/a1bf1e385ed4c0ef6f11b56c5887442970d127f2), [`b6f647a`](https://github.com/mastra-ai/mastra/commit/b6f647ae2388e091f366581595feb957e37d5b40), [`0c57b8b`](https://github.com/mastra-ai/mastra/commit/0c57b8b0a69a97b5a4ae3f79be6c610f29f3cf7b), [`b081f27`](https://github.com/mastra-ai/mastra/commit/b081f272cf411716e1d6bd72ceac4bcee2657b19), [`4b8da97`](https://github.com/mastra-ai/mastra/commit/4b8da97a5ce306e97869df6c39535d9069e563db), [`0c09eac`](https://github.com/mastra-ai/mastra/commit/0c09eacb1926f64cfdc9ae5c6d63385cf8c9f72c), [`6b9b93d`](https://github.com/mastra-ai/mastra/commit/6b9b93d6f459d1ba6e36f163abf62a085ddb3d64), [`31b6067`](https://github.com/mastra-ai/mastra/commit/31b6067d0cc3ab10e1b29c36147f3b5266bc714a), [`797ac42`](https://github.com/mastra-ai/mastra/commit/797ac4276de231ad2d694d9aeca75980f6cd0419), [`0bc289e`](https://github.com/mastra-ai/mastra/commit/0bc289e2d476bf46c5b91c21969e8d0c6864691c), [`9b75a06`](https://github.com/mastra-ai/mastra/commit/9b75a06e53ebb0b950ba7c1e83a0142047185f46), [`4c3a1b1`](https://github.com/mastra-ai/mastra/commit/4c3a1b122ea083e003d71092f30f3b31680b01c0), [`256df35`](https://github.com/mastra-ai/mastra/commit/256df3571d62beb3ad4971faa432927cc140e603), [`85cc3b3`](https://github.com/mastra-ai/mastra/commit/85cc3b3b6f32ae4b083c26498f50d5b250ba944b), [`97ea28c`](https://github.com/mastra-ai/mastra/commit/97ea28c746e9e4147d56047bbb1c4a92417a3fec), [`d567299`](https://github.com/mastra-ai/mastra/commit/d567299cf81e02bd9d5221d4bc05967d6c224161), [`716ffe6`](https://github.com/mastra-ai/mastra/commit/716ffe68bed81f7c2690bc8581b9e140f7bf1c3d), [`8296332`](https://github.com/mastra-ai/mastra/commit/8296332de21c16e3dfc3d0b2d615720a6dc88f2f), [`4df2116`](https://github.com/mastra-ai/mastra/commit/4df211619dd922c047d396ca41cd7027c8c4c8e7), [`2219c1a`](https://github.com/mastra-ai/mastra/commit/2219c1acbd21da116da877f0036ffb985a9dd5a3), [`17c4145`](https://github.com/mastra-ai/mastra/commit/17c4145166099354545582335b5252bdfdfd908b)]:
|
|
589
|
-
- @mastra/core@1.11.0
|
|
590
|
-
|
|
591
|
-
## 1.2.3-alpha.0
|
|
592
|
-
|
|
593
|
-
### Patch Changes
|
|
594
|
-
|
|
595
|
-
- Improved semantic recall performance for large message histories. Semantic recall no longer loads entire threads when only the recalled messages are needed, eliminating delays that previously scaled with total message count. (Fixes #11702) ([#14022](https://github.com/mastra-ai/mastra/pull/14022))
|
|
596
|
-
|
|
597
|
-
- Updated dependencies [[`4f71b43`](https://github.com/mastra-ai/mastra/commit/4f71b436a4a6b8839842d8da47b57b84509af56c), [`a070277`](https://github.com/mastra-ai/mastra/commit/a07027766ce195ba74d0783116d894cbab25d44c), [`b628b91`](https://github.com/mastra-ai/mastra/commit/b628b9128b372c0f54214d902b07279f03443900), [`332c014`](https://github.com/mastra-ai/mastra/commit/332c014e076b81edf7fe45b58205882726415e90), [`6b63153`](https://github.com/mastra-ai/mastra/commit/6b63153878ea841c0f4ce632ba66bb33e57e9c1b), [`4246e34`](https://github.com/mastra-ai/mastra/commit/4246e34cec9c26636d0965942268e6d07c346671), [`b8837ee`](https://github.com/mastra-ai/mastra/commit/b8837ee77e2e84197609762bfabd8b3da326d30c), [`5d950f7`](https://github.com/mastra-ai/mastra/commit/5d950f7bf426a215a1808f0abef7de5c8336ba1c), [`28c85b1`](https://github.com/mastra-ai/mastra/commit/28c85b184fc32b40f7f160483c982da6d388ecbd), [`e9a08fb`](https://github.com/mastra-ai/mastra/commit/e9a08fbef1ada7e50e961e2f54f55e8c10b4a45c), [`631ffd8`](https://github.com/mastra-ai/mastra/commit/631ffd82fed108648b448b28e6a90e38c5f53bf5), [`aae2295`](https://github.com/mastra-ai/mastra/commit/aae2295838a2d329ad6640829e87934790ffe5b8), [`aa61f29`](https://github.com/mastra-ai/mastra/commit/aa61f29ff8095ce46a4ae16e46c4d8c79b2b685b), [`7ff3714`](https://github.com/mastra-ai/mastra/commit/7ff37148515439bb3be009a60e02c3e363299760), [`41d79a1`](https://github.com/mastra-ai/mastra/commit/41d79a14bd8cb6de1e2565fd0a04786bae2f211b), [`e673376`](https://github.com/mastra-ai/mastra/commit/e6733763ad1321aa7e5ae15096b9c2104f93b1f3), [`b2204c9`](https://github.com/mastra-ai/mastra/commit/b2204c98a42848bbfb6f0440f005dc2b6354f1cd), [`a1bf1e3`](https://github.com/mastra-ai/mastra/commit/a1bf1e385ed4c0ef6f11b56c5887442970d127f2), [`b6f647a`](https://github.com/mastra-ai/mastra/commit/b6f647ae2388e091f366581595feb957e37d5b40), [`0c57b8b`](https://github.com/mastra-ai/mastra/commit/0c57b8b0a69a97b5a4ae3f79be6c610f29f3cf7b), [`b081f27`](https://github.com/mastra-ai/mastra/commit/b081f272cf411716e1d6bd72ceac4bcee2657b19), [`0c09eac`](https://github.com/mastra-ai/mastra/commit/0c09eacb1926f64cfdc9ae5c6d63385cf8c9f72c), [`6b9b93d`](https://github.com/mastra-ai/mastra/commit/6b9b93d6f459d1ba6e36f163abf62a085ddb3d64), [`31b6067`](https://github.com/mastra-ai/mastra/commit/31b6067d0cc3ab10e1b29c36147f3b5266bc714a), [`797ac42`](https://github.com/mastra-ai/mastra/commit/797ac4276de231ad2d694d9aeca75980f6cd0419), [`0bc289e`](https://github.com/mastra-ai/mastra/commit/0bc289e2d476bf46c5b91c21969e8d0c6864691c), [`9b75a06`](https://github.com/mastra-ai/mastra/commit/9b75a06e53ebb0b950ba7c1e83a0142047185f46), [`4c3a1b1`](https://github.com/mastra-ai/mastra/commit/4c3a1b122ea083e003d71092f30f3b31680b01c0), [`85cc3b3`](https://github.com/mastra-ai/mastra/commit/85cc3b3b6f32ae4b083c26498f50d5b250ba944b), [`97ea28c`](https://github.com/mastra-ai/mastra/commit/97ea28c746e9e4147d56047bbb1c4a92417a3fec), [`d567299`](https://github.com/mastra-ai/mastra/commit/d567299cf81e02bd9d5221d4bc05967d6c224161), [`716ffe6`](https://github.com/mastra-ai/mastra/commit/716ffe68bed81f7c2690bc8581b9e140f7bf1c3d), [`8296332`](https://github.com/mastra-ai/mastra/commit/8296332de21c16e3dfc3d0b2d615720a6dc88f2f), [`4df2116`](https://github.com/mastra-ai/mastra/commit/4df211619dd922c047d396ca41cd7027c8c4c8e7), [`2219c1a`](https://github.com/mastra-ai/mastra/commit/2219c1acbd21da116da877f0036ffb985a9dd5a3), [`17c4145`](https://github.com/mastra-ai/mastra/commit/17c4145166099354545582335b5252bdfdfd908b)]:
|
|
598
|
-
- @mastra/core@1.11.0-alpha.0
|
|
599
|
-
|
|
600
|
-
## 1.2.2
|
|
601
|
-
|
|
602
|
-
### Patch Changes
|
|
603
|
-
|
|
604
|
-
- `updateWorkflowResults` and `updateWorkflowState` now throw a not-implemented error. This storage backend does not support concurrent workflow updates. ([#12575](https://github.com/mastra-ai/mastra/pull/12575))
|
|
605
|
-
|
|
606
|
-
- Updated dependencies [[`504fc8b`](https://github.com/mastra-ai/mastra/commit/504fc8b9d0ddab717577ad3bf9c95ea4bd5377bd), [`f9c150b`](https://github.com/mastra-ai/mastra/commit/f9c150b7595ad05ad9cc9a11098e2944361e8c22), [`88de7e8`](https://github.com/mastra-ai/mastra/commit/88de7e8dfe4b7e1951a9e441bb33136e705ce24e), [`edee4b3`](https://github.com/mastra-ai/mastra/commit/edee4b37dff0af515fc7cc0e8d71ee39e6a762f0), [`3790c75`](https://github.com/mastra-ai/mastra/commit/3790c7578cc6a47d854eb12d89e6b1912867fe29), [`e7a235b`](https://github.com/mastra-ai/mastra/commit/e7a235be6472e0c870ed6c791ddb17c492dc188b), [`d51d298`](https://github.com/mastra-ai/mastra/commit/d51d298953967aab1f58ec965b644d109214f085), [`6dbeeb9`](https://github.com/mastra-ai/mastra/commit/6dbeeb94a8b1eebb727300d1a98961f882180794), [`d5f0d8d`](https://github.com/mastra-ai/mastra/commit/d5f0d8d6a03e515ddaa9b5da19b7e44b8357b07b), [`09c3b18`](https://github.com/mastra-ai/mastra/commit/09c3b1802ff14e243a8a8baea327440bc8cc2e32), [`b896379`](https://github.com/mastra-ai/mastra/commit/b8963791c6afa79484645fcec596a201f936b9a2), [`85c84eb`](https://github.com/mastra-ai/mastra/commit/85c84ebb78aebfcba9d209c8e152b16d7a00cb71), [`a89272a`](https://github.com/mastra-ai/mastra/commit/a89272a5d71939b9fcd284e6a6dc1dd091a6bdcf), [`ee9c8df`](https://github.com/mastra-ai/mastra/commit/ee9c8df644f19d055af5f496bf4942705f5a47b7), [`77b4a25`](https://github.com/mastra-ai/mastra/commit/77b4a254e51907f8ff3a3ba95596a18e93ae4b35), [`276246e`](https://github.com/mastra-ai/mastra/commit/276246e0b9066a1ea48bbc70df84dbe528daaf99), [`08ecfdb`](https://github.com/mastra-ai/mastra/commit/08ecfdbdad6fb8285deef86a034bdf4a6047cfca), [`d5f628c`](https://github.com/mastra-ai/mastra/commit/d5f628ca86c6f6f3ff1035d52f635df32dd81cab), [`524c0f3`](https://github.com/mastra-ai/mastra/commit/524c0f3c434c3d9d18f66338dcef383d6161b59c), [`c18a0e9`](https://github.com/mastra-ai/mastra/commit/c18a0e9cef1e4ca004b2963d35e4cfc031971eac), [`4bd21ea`](https://github.com/mastra-ai/mastra/commit/4bd21ea43d44d0a0427414fc047577f9f0aa3bec), [`115a7a4`](https://github.com/mastra-ai/mastra/commit/115a7a47db5e9896fec12ae6507501adb9ec89bf), [`22a48ae`](https://github.com/mastra-ai/mastra/commit/22a48ae2513eb54d8d79dad361fddbca97a155e8), [`3c6ef79`](https://github.com/mastra-ai/mastra/commit/3c6ef798481e00d6d22563be2de98818fd4dd5e0), [`9311c17`](https://github.com/mastra-ai/mastra/commit/9311c17d7a0640d9c4da2e71b814dc67c57c6369), [`7edf78f`](https://github.com/mastra-ai/mastra/commit/7edf78f80422c43e84585f08ba11df0d4d0b73c5), [`1c4221c`](https://github.com/mastra-ai/mastra/commit/1c4221cf6032ec98d0e094d4ee11da3e48490d96), [`d25b9ea`](https://github.com/mastra-ai/mastra/commit/d25b9eabd400167255a97b690ffbc4ee4097ded5), [`fe1ce5c`](https://github.com/mastra-ai/mastra/commit/fe1ce5c9211c03d561606fda95cbfe7df1d9a9b5), [`b03c0e0`](https://github.com/mastra-ai/mastra/commit/b03c0e0389a799523929a458b0509c9e4244d562), [`0a8366b`](https://github.com/mastra-ai/mastra/commit/0a8366b0a692fcdde56c4d526e4cf03c502ae4ac), [`85664e9`](https://github.com/mastra-ai/mastra/commit/85664e9fd857320fbc245e301f764f45f66f32a3), [`bc79650`](https://github.com/mastra-ai/mastra/commit/bc796500c6e0334faa158a96077e3fb332274869), [`9257d01`](https://github.com/mastra-ai/mastra/commit/9257d01d1366d81f84c582fe02b5e200cf9621f4), [`3a3a59e`](https://github.com/mastra-ai/mastra/commit/3a3a59e8ffaa6a985fe3d9a126a3f5ade11a6724), [`3108d4e`](https://github.com/mastra-ai/mastra/commit/3108d4e649c9fddbf03253a6feeb388a5fa9fa5a), [`0c33b2c`](https://github.com/mastra-ai/mastra/commit/0c33b2c9db537f815e1c59e2c898ffce2e395a79), [`191e5bd`](https://github.com/mastra-ai/mastra/commit/191e5bd29b82f5bda35243945790da7bc7b695c2), [`f77cd94`](https://github.com/mastra-ai/mastra/commit/f77cd94c44eabed490384e7d19232a865e13214c), [`e8135c7`](https://github.com/mastra-ai/mastra/commit/e8135c7e300dac5040670eec7eab896ac6092e30), [`daca48f`](https://github.com/mastra-ai/mastra/commit/daca48f0fb17b7ae0b62a2ac40cf0e491b2fd0b7), [`257d14f`](https://github.com/mastra-ai/mastra/commit/257d14faca5931f2e4186fc165b6f0b1f915deee), [`352f25d`](https://github.com/mastra-ai/mastra/commit/352f25da316b24cdd5b410fd8dddf6a8b763da2a), [`93477d0`](https://github.com/mastra-ai/mastra/commit/93477d0769b8a13ea5ed73d508d967fb23eaeed9), [`31c78b3`](https://github.com/mastra-ai/mastra/commit/31c78b3eb28f58a8017f1dcc795c33214d87feac), [`0bc0720`](https://github.com/mastra-ai/mastra/commit/0bc07201095791858087cc56f353fcd65e87ab54), [`36516ac`](https://github.com/mastra-ai/mastra/commit/36516aca1021cbeb42e74751b46a2614101f37c8), [`e947652`](https://github.com/mastra-ai/mastra/commit/e9476527fdecb4449e54570e80dfaf8466901254), [`3c6ef79`](https://github.com/mastra-ai/mastra/commit/3c6ef798481e00d6d22563be2de98818fd4dd5e0), [`9257d01`](https://github.com/mastra-ai/mastra/commit/9257d01d1366d81f84c582fe02b5e200cf9621f4), [`ec248f6`](https://github.com/mastra-ai/mastra/commit/ec248f6b56e8a037c066c49b2178e2507471d988)]:
|
|
607
|
-
- @mastra/core@1.9.0
|
|
608
|
-
|
|
609
|
-
## 1.2.2-alpha.0
|
|
610
|
-
|
|
611
|
-
### Patch Changes
|
|
612
|
-
|
|
613
|
-
- `updateWorkflowResults` and `updateWorkflowState` now throw a not-implemented error. This storage backend does not support concurrent workflow updates. ([#12575](https://github.com/mastra-ai/mastra/pull/12575))
|
|
614
|
-
|
|
615
|
-
- Updated dependencies [[`504fc8b`](https://github.com/mastra-ai/mastra/commit/504fc8b9d0ddab717577ad3bf9c95ea4bd5377bd), [`f9c150b`](https://github.com/mastra-ai/mastra/commit/f9c150b7595ad05ad9cc9a11098e2944361e8c22), [`88de7e8`](https://github.com/mastra-ai/mastra/commit/88de7e8dfe4b7e1951a9e441bb33136e705ce24e), [`edee4b3`](https://github.com/mastra-ai/mastra/commit/edee4b37dff0af515fc7cc0e8d71ee39e6a762f0), [`3790c75`](https://github.com/mastra-ai/mastra/commit/3790c7578cc6a47d854eb12d89e6b1912867fe29), [`e7a235b`](https://github.com/mastra-ai/mastra/commit/e7a235be6472e0c870ed6c791ddb17c492dc188b), [`d51d298`](https://github.com/mastra-ai/mastra/commit/d51d298953967aab1f58ec965b644d109214f085), [`6dbeeb9`](https://github.com/mastra-ai/mastra/commit/6dbeeb94a8b1eebb727300d1a98961f882180794), [`d5f0d8d`](https://github.com/mastra-ai/mastra/commit/d5f0d8d6a03e515ddaa9b5da19b7e44b8357b07b), [`09c3b18`](https://github.com/mastra-ai/mastra/commit/09c3b1802ff14e243a8a8baea327440bc8cc2e32), [`b896379`](https://github.com/mastra-ai/mastra/commit/b8963791c6afa79484645fcec596a201f936b9a2), [`85c84eb`](https://github.com/mastra-ai/mastra/commit/85c84ebb78aebfcba9d209c8e152b16d7a00cb71), [`a89272a`](https://github.com/mastra-ai/mastra/commit/a89272a5d71939b9fcd284e6a6dc1dd091a6bdcf), [`ee9c8df`](https://github.com/mastra-ai/mastra/commit/ee9c8df644f19d055af5f496bf4942705f5a47b7), [`77b4a25`](https://github.com/mastra-ai/mastra/commit/77b4a254e51907f8ff3a3ba95596a18e93ae4b35), [`276246e`](https://github.com/mastra-ai/mastra/commit/276246e0b9066a1ea48bbc70df84dbe528daaf99), [`08ecfdb`](https://github.com/mastra-ai/mastra/commit/08ecfdbdad6fb8285deef86a034bdf4a6047cfca), [`d5f628c`](https://github.com/mastra-ai/mastra/commit/d5f628ca86c6f6f3ff1035d52f635df32dd81cab), [`524c0f3`](https://github.com/mastra-ai/mastra/commit/524c0f3c434c3d9d18f66338dcef383d6161b59c), [`c18a0e9`](https://github.com/mastra-ai/mastra/commit/c18a0e9cef1e4ca004b2963d35e4cfc031971eac), [`4bd21ea`](https://github.com/mastra-ai/mastra/commit/4bd21ea43d44d0a0427414fc047577f9f0aa3bec), [`115a7a4`](https://github.com/mastra-ai/mastra/commit/115a7a47db5e9896fec12ae6507501adb9ec89bf), [`22a48ae`](https://github.com/mastra-ai/mastra/commit/22a48ae2513eb54d8d79dad361fddbca97a155e8), [`3c6ef79`](https://github.com/mastra-ai/mastra/commit/3c6ef798481e00d6d22563be2de98818fd4dd5e0), [`9311c17`](https://github.com/mastra-ai/mastra/commit/9311c17d7a0640d9c4da2e71b814dc67c57c6369), [`7edf78f`](https://github.com/mastra-ai/mastra/commit/7edf78f80422c43e84585f08ba11df0d4d0b73c5), [`1c4221c`](https://github.com/mastra-ai/mastra/commit/1c4221cf6032ec98d0e094d4ee11da3e48490d96), [`d25b9ea`](https://github.com/mastra-ai/mastra/commit/d25b9eabd400167255a97b690ffbc4ee4097ded5), [`fe1ce5c`](https://github.com/mastra-ai/mastra/commit/fe1ce5c9211c03d561606fda95cbfe7df1d9a9b5), [`b03c0e0`](https://github.com/mastra-ai/mastra/commit/b03c0e0389a799523929a458b0509c9e4244d562), [`0a8366b`](https://github.com/mastra-ai/mastra/commit/0a8366b0a692fcdde56c4d526e4cf03c502ae4ac), [`85664e9`](https://github.com/mastra-ai/mastra/commit/85664e9fd857320fbc245e301f764f45f66f32a3), [`bc79650`](https://github.com/mastra-ai/mastra/commit/bc796500c6e0334faa158a96077e3fb332274869), [`9257d01`](https://github.com/mastra-ai/mastra/commit/9257d01d1366d81f84c582fe02b5e200cf9621f4), [`3a3a59e`](https://github.com/mastra-ai/mastra/commit/3a3a59e8ffaa6a985fe3d9a126a3f5ade11a6724), [`3108d4e`](https://github.com/mastra-ai/mastra/commit/3108d4e649c9fddbf03253a6feeb388a5fa9fa5a), [`0c33b2c`](https://github.com/mastra-ai/mastra/commit/0c33b2c9db537f815e1c59e2c898ffce2e395a79), [`191e5bd`](https://github.com/mastra-ai/mastra/commit/191e5bd29b82f5bda35243945790da7bc7b695c2), [`f77cd94`](https://github.com/mastra-ai/mastra/commit/f77cd94c44eabed490384e7d19232a865e13214c), [`e8135c7`](https://github.com/mastra-ai/mastra/commit/e8135c7e300dac5040670eec7eab896ac6092e30), [`daca48f`](https://github.com/mastra-ai/mastra/commit/daca48f0fb17b7ae0b62a2ac40cf0e491b2fd0b7), [`257d14f`](https://github.com/mastra-ai/mastra/commit/257d14faca5931f2e4186fc165b6f0b1f915deee), [`352f25d`](https://github.com/mastra-ai/mastra/commit/352f25da316b24cdd5b410fd8dddf6a8b763da2a), [`93477d0`](https://github.com/mastra-ai/mastra/commit/93477d0769b8a13ea5ed73d508d967fb23eaeed9), [`31c78b3`](https://github.com/mastra-ai/mastra/commit/31c78b3eb28f58a8017f1dcc795c33214d87feac), [`0bc0720`](https://github.com/mastra-ai/mastra/commit/0bc07201095791858087cc56f353fcd65e87ab54), [`36516ac`](https://github.com/mastra-ai/mastra/commit/36516aca1021cbeb42e74751b46a2614101f37c8), [`e947652`](https://github.com/mastra-ai/mastra/commit/e9476527fdecb4449e54570e80dfaf8466901254), [`3c6ef79`](https://github.com/mastra-ai/mastra/commit/3c6ef798481e00d6d22563be2de98818fd4dd5e0), [`9257d01`](https://github.com/mastra-ai/mastra/commit/9257d01d1366d81f84c582fe02b5e200cf9621f4), [`ec248f6`](https://github.com/mastra-ai/mastra/commit/ec248f6b56e8a037c066c49b2178e2507471d988)]:
|
|
616
|
-
- @mastra/core@1.9.0-alpha.0
|
|
617
|
-
|
|
618
|
-
## 1.2.1
|
|
619
|
-
|
|
620
|
-
### Patch Changes
|
|
621
|
-
|
|
622
|
-
- Added MCP server table and CRUD operations to storage adapters, enabling MCP server configurations to be persisted alongside agents and workflows. ([#13357](https://github.com/mastra-ai/mastra/pull/13357))
|
|
623
|
-
|
|
624
|
-
- Updated dependencies [[`0d9efb4`](https://github.com/mastra-ai/mastra/commit/0d9efb47992c34aa90581c18b9f51f774f6252a5), [`5caa13d`](https://github.com/mastra-ai/mastra/commit/5caa13d1b2a496e2565ab124a11de9a51ad3e3b9), [`940163f`](https://github.com/mastra-ai/mastra/commit/940163fc492401d7562301e6f106ccef4fefe06f), [`47892c8`](https://github.com/mastra-ai/mastra/commit/47892c85708eac348209f99f10f9a5f5267e11c0), [`45bb78b`](https://github.com/mastra-ai/mastra/commit/45bb78b70bd9db29678fe49476cd9f4ed01bfd0b), [`70eef84`](https://github.com/mastra-ai/mastra/commit/70eef84b8f44493598fdafa2980a0e7283415eda), [`d84e52d`](https://github.com/mastra-ai/mastra/commit/d84e52d0f6511283ddd21ed5fe7f945449d0f799), [`24b80af`](https://github.com/mastra-ai/mastra/commit/24b80af87da93bb84d389340181e17b7477fa9ca), [`608e156`](https://github.com/mastra-ai/mastra/commit/608e156def954c9604c5e3f6d9dfce3bcc7aeab0), [`2b2e157`](https://github.com/mastra-ai/mastra/commit/2b2e157a092cd597d9d3f0000d62b8bb4a7348ed), [`59d30b5`](https://github.com/mastra-ai/mastra/commit/59d30b5d0cb44ea7a1c440e7460dfb57eac9a9b5), [`453693b`](https://github.com/mastra-ai/mastra/commit/453693bf9e265ddccecef901d50da6caaea0fbc6), [`78d1c80`](https://github.com/mastra-ai/mastra/commit/78d1c808ad90201897a300af551bcc1d34458a20), [`c204b63`](https://github.com/mastra-ai/mastra/commit/c204b632d19e66acb6d6e19b11c4540dd6ad5380), [`742a417`](https://github.com/mastra-ai/mastra/commit/742a417896088220a3b5560c354c45c5ca6d88b9)]:
|
|
625
|
-
- @mastra/core@1.6.0
|
|
626
|
-
|
|
627
|
-
## 1.2.1-alpha.0
|
|
628
|
-
|
|
629
|
-
### Patch Changes
|
|
630
|
-
|
|
631
|
-
- Added MCP server table and CRUD operations to storage adapters, enabling MCP server configurations to be persisted alongside agents and workflows. ([#13357](https://github.com/mastra-ai/mastra/pull/13357))
|
|
632
|
-
|
|
633
|
-
- Updated dependencies [[`0d9efb4`](https://github.com/mastra-ai/mastra/commit/0d9efb47992c34aa90581c18b9f51f774f6252a5), [`5caa13d`](https://github.com/mastra-ai/mastra/commit/5caa13d1b2a496e2565ab124a11de9a51ad3e3b9), [`940163f`](https://github.com/mastra-ai/mastra/commit/940163fc492401d7562301e6f106ccef4fefe06f), [`b260123`](https://github.com/mastra-ai/mastra/commit/b2601234bd093d358c92081a58f9b0befdae52b3), [`47892c8`](https://github.com/mastra-ai/mastra/commit/47892c85708eac348209f99f10f9a5f5267e11c0), [`45bb78b`](https://github.com/mastra-ai/mastra/commit/45bb78b70bd9db29678fe49476cd9f4ed01bfd0b), [`70eef84`](https://github.com/mastra-ai/mastra/commit/70eef84b8f44493598fdafa2980a0e7283415eda), [`d84e52d`](https://github.com/mastra-ai/mastra/commit/d84e52d0f6511283ddd21ed5fe7f945449d0f799), [`24b80af`](https://github.com/mastra-ai/mastra/commit/24b80af87da93bb84d389340181e17b7477fa9ca), [`608e156`](https://github.com/mastra-ai/mastra/commit/608e156def954c9604c5e3f6d9dfce3bcc7aeab0), [`2b2e157`](https://github.com/mastra-ai/mastra/commit/2b2e157a092cd597d9d3f0000d62b8bb4a7348ed), [`59d30b5`](https://github.com/mastra-ai/mastra/commit/59d30b5d0cb44ea7a1c440e7460dfb57eac9a9b5), [`453693b`](https://github.com/mastra-ai/mastra/commit/453693bf9e265ddccecef901d50da6caaea0fbc6), [`78d1c80`](https://github.com/mastra-ai/mastra/commit/78d1c808ad90201897a300af551bcc1d34458a20), [`c204b63`](https://github.com/mastra-ai/mastra/commit/c204b632d19e66acb6d6e19b11c4540dd6ad5380), [`742a417`](https://github.com/mastra-ai/mastra/commit/742a417896088220a3b5560c354c45c5ca6d88b9)]:
|
|
634
|
-
- @mastra/core@1.6.0-alpha.0
|
|
635
|
-
|
|
636
|
-
## 1.2.0
|
|
637
|
-
|
|
638
|
-
### Minor Changes
|
|
639
|
-
|
|
640
|
-
- Added datasets and experiments storage implementations. Includes dataset CRUD, item versioning with SCD-2, experiment runs with scorer results, and table/type configurations for dataset and experiment tables. ([#12747](https://github.com/mastra-ai/mastra/pull/12747))
|
|
641
|
-
|
|
642
|
-
**Requires `@mastra/core` >= 1.4.0**
|
|
643
|
-
|
|
644
|
-
### Patch Changes
|
|
645
|
-
|
|
646
|
-
- Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`927c2af`](https://github.com/mastra-ai/mastra/commit/927c2af9792286c122e04409efce0f3c804f777f), [`b896b41`](https://github.com/mastra-ai/mastra/commit/b896b41343de7fcc14442fb40fe82d189e65bbe2), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`63f7eda`](https://github.com/mastra-ai/mastra/commit/63f7eda605eb3e0c8c35ee3912ffe7c999c69f69), [`a5b67a3`](https://github.com/mastra-ai/mastra/commit/a5b67a3589a74415feb663a55d1858324a2afde9), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`7567222`](https://github.com/mastra-ai/mastra/commit/7567222b1366f0d39980594792dd9d5060bfe2ab), [`af71458`](https://github.com/mastra-ai/mastra/commit/af71458e3b566f09c11d0e5a0a836dc818e7a24a), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
|
|
647
|
-
- @mastra/core@1.4.0
|
|
648
|
-
|
|
649
|
-
## 1.2.0-alpha.0
|
|
650
|
-
|
|
651
|
-
### Minor Changes
|
|
652
|
-
|
|
653
|
-
- Added datasets and experiments storage implementations. Includes dataset CRUD, item versioning with SCD-2, experiment runs with scorer results, and table/type configurations for dataset and experiment tables. ([#12747](https://github.com/mastra-ai/mastra/pull/12747))
|
|
654
|
-
|
|
655
|
-
**Requires `@mastra/core` >= 1.4.0**
|
|
656
|
-
|
|
657
|
-
### Patch Changes
|
|
658
|
-
|
|
659
|
-
- Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`927c2af`](https://github.com/mastra-ai/mastra/commit/927c2af9792286c122e04409efce0f3c804f777f), [`b896b41`](https://github.com/mastra-ai/mastra/commit/b896b41343de7fcc14442fb40fe82d189e65bbe2), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`63f7eda`](https://github.com/mastra-ai/mastra/commit/63f7eda605eb3e0c8c35ee3912ffe7c999c69f69), [`a5b67a3`](https://github.com/mastra-ai/mastra/commit/a5b67a3589a74415feb663a55d1858324a2afde9), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`7567222`](https://github.com/mastra-ai/mastra/commit/7567222b1366f0d39980594792dd9d5060bfe2ab), [`af71458`](https://github.com/mastra-ai/mastra/commit/af71458e3b566f09c11d0e5a0a836dc818e7a24a), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
|
|
660
|
-
- @mastra/core@1.4.0-alpha.0
|
|
661
|
-
|
|
662
|
-
## 1.1.1
|
|
663
|
-
|
|
664
|
-
### Patch Changes
|
|
665
|
-
|
|
666
|
-
- Added prompt block storage implementations. Each store supports full CRUD for prompt blocks and their versions, including JSON serialization for rules and metadata. Also updated agent instructions serialization to support the new `AgentInstructionBlock` array format alongside plain strings. ([#12776](https://github.com/mastra-ai/mastra/pull/12776))
|
|
667
|
-
|
|
668
|
-
- **Updated storage adapters for generic storage domain API** ([#12846](https://github.com/mastra-ai/mastra/pull/12846))
|
|
669
|
-
|
|
670
|
-
All storage adapters now implement the unified `VersionedStorageDomain` method names. Entity-specific methods (`createAgent`, `getAgentById`, `deleteAgent`, etc.) have been replaced with generic equivalents (`create`, `getById`, `delete`, etc.) across agents, prompt blocks, and scorer definitions domains.
|
|
671
|
-
|
|
672
|
-
Added `scorer-definitions` domain support to all adapters.
|
|
673
|
-
|
|
674
|
-
**Before:**
|
|
675
|
-
|
|
676
|
-
```ts
|
|
677
|
-
const store = storage.getStore('agents');
|
|
678
|
-
await store.createAgent({ agent: input });
|
|
679
|
-
await store.getAgentById({ id: 'abc' });
|
|
680
|
-
await store.deleteAgent({ id: 'abc' });
|
|
681
|
-
```
|
|
682
|
-
|
|
683
|
-
**After:**
|
|
684
|
-
|
|
685
|
-
```ts
|
|
686
|
-
const store = storage.getStore('agents');
|
|
687
|
-
await store.create({ agent: input });
|
|
688
|
-
await store.getById('abc');
|
|
689
|
-
await store.delete('abc');
|
|
690
|
-
```
|
|
691
|
-
|
|
692
|
-
- Updated dependencies [[`717ffab`](https://github.com/mastra-ai/mastra/commit/717ffab42cfd58ff723b5c19ada4939997773004), [`b31c922`](https://github.com/mastra-ai/mastra/commit/b31c922215b513791d98feaea1b98784aa00803a), [`e4b6dab`](https://github.com/mastra-ai/mastra/commit/e4b6dab171c5960e340b3ea3ea6da8d64d2b8672), [`5719fa8`](https://github.com/mastra-ai/mastra/commit/5719fa8880e86e8affe698ec4b3807c7e0e0a06f), [`83cda45`](https://github.com/mastra-ai/mastra/commit/83cda4523e588558466892bff8f80f631a36945a), [`11804ad`](https://github.com/mastra-ai/mastra/commit/11804adf1d6be46ebe216be40a43b39bb8b397d7), [`aa95f95`](https://github.com/mastra-ai/mastra/commit/aa95f958b186ae5c9f4219c88e268f5565c277a2), [`90f7894`](https://github.com/mastra-ai/mastra/commit/90f7894568dc9481f40a4d29672234fae23090bb), [`f5501ae`](https://github.com/mastra-ai/mastra/commit/f5501aedb0a11106c7db7e480d6eaf3971b7bda8), [`44573af`](https://github.com/mastra-ai/mastra/commit/44573afad0a4bc86f627d6cbc0207961cdcb3bc3), [`00e3861`](https://github.com/mastra-ai/mastra/commit/00e3861863fbfee78faeb1ebbdc7c0223aae13ff), [`8109aee`](https://github.com/mastra-ai/mastra/commit/8109aeeab758e16cd4255a6c36f044b70eefc6a6), [`7bfbc52`](https://github.com/mastra-ai/mastra/commit/7bfbc52a8604feb0fff2c0a082c13c0c2a3df1a2), [`1445994`](https://github.com/mastra-ai/mastra/commit/1445994aee19c9334a6a101cf7bd80ca7ed4d186), [`61f44a2`](https://github.com/mastra-ai/mastra/commit/61f44a26861c89e364f367ff40825bdb7f19df55), [`37145d2`](https://github.com/mastra-ai/mastra/commit/37145d25f99dc31f1a9105576e5452609843ce32), [`fdad759`](https://github.com/mastra-ai/mastra/commit/fdad75939ff008b27625f5ec0ce9c6915d99d9ec), [`e4569c5`](https://github.com/mastra-ai/mastra/commit/e4569c589e00c4061a686c9eb85afe1b7050b0a8), [`7309a85`](https://github.com/mastra-ai/mastra/commit/7309a85427281a8be23f4fb80ca52e18eaffd596), [`99424f6`](https://github.com/mastra-ai/mastra/commit/99424f6862ffb679c4ec6765501486034754a4c2), [`44eb452`](https://github.com/mastra-ai/mastra/commit/44eb4529b10603c279688318bebf3048543a1d61), [`6c40593`](https://github.com/mastra-ai/mastra/commit/6c40593d6d2b1b68b0c45d1a3a4c6ac5ecac3937), [`8c1135d`](https://github.com/mastra-ai/mastra/commit/8c1135dfb91b057283eae7ee11f9ec28753cc64f), [`dd39e54`](https://github.com/mastra-ai/mastra/commit/dd39e54ea34532c995b33bee6e0e808bf41a7341), [`b6fad9a`](https://github.com/mastra-ai/mastra/commit/b6fad9a602182b1cc0df47cd8c55004fa829ad61), [`4129c07`](https://github.com/mastra-ai/mastra/commit/4129c073349b5a66643fd8136ebfe9d7097cf793), [`5b930ab`](https://github.com/mastra-ai/mastra/commit/5b930aba1834d9898e8460a49d15106f31ac7c8d), [`4be93d0`](https://github.com/mastra-ai/mastra/commit/4be93d09d68e20aaf0ea3f210749422719618b5f), [`047635c`](https://github.com/mastra-ai/mastra/commit/047635ccd7861d726c62d135560c0022a5490aec), [`8c90ff4`](https://github.com/mastra-ai/mastra/commit/8c90ff4d3414e7f2a2d216ea91274644f7b29133), [`ed232d1`](https://github.com/mastra-ai/mastra/commit/ed232d1583f403925dc5ae45f7bee948cf2a182b), [`3891795`](https://github.com/mastra-ai/mastra/commit/38917953518eb4154a984ee36e6ededdcfe80f72), [`4f955b2`](https://github.com/mastra-ai/mastra/commit/4f955b20c7f66ed282ee1fd8709696fa64c4f19d), [`55a4c90`](https://github.com/mastra-ai/mastra/commit/55a4c9044ac7454349b9f6aeba0bbab5ee65d10f)]:
|
|
693
|
-
- @mastra/core@1.3.0
|
|
694
|
-
|
|
695
|
-
## 1.1.1-alpha.0
|
|
696
|
-
|
|
697
|
-
### Patch Changes
|
|
698
|
-
|
|
699
|
-
- Added prompt block storage implementations. Each store supports full CRUD for prompt blocks and their versions, including JSON serialization for rules and metadata. Also updated agent instructions serialization to support the new `AgentInstructionBlock` array format alongside plain strings. ([#12776](https://github.com/mastra-ai/mastra/pull/12776))
|
|
700
|
-
|
|
701
|
-
- **Updated storage adapters for generic storage domain API** ([#12846](https://github.com/mastra-ai/mastra/pull/12846))
|
|
702
|
-
|
|
703
|
-
All storage adapters now implement the unified `VersionedStorageDomain` method names. Entity-specific methods (`createAgent`, `getAgentById`, `deleteAgent`, etc.) have been replaced with generic equivalents (`create`, `getById`, `delete`, etc.) across agents, prompt blocks, and scorer definitions domains.
|
|
704
|
-
|
|
705
|
-
Added `scorer-definitions` domain support to all adapters.
|
|
706
|
-
|
|
707
|
-
**Before:**
|
|
708
|
-
|
|
709
|
-
```ts
|
|
710
|
-
const store = storage.getStore('agents');
|
|
711
|
-
await store.createAgent({ agent: input });
|
|
712
|
-
await store.getAgentById({ id: 'abc' });
|
|
713
|
-
await store.deleteAgent({ id: 'abc' });
|
|
714
|
-
```
|
|
715
|
-
|
|
716
|
-
**After:**
|
|
717
|
-
|
|
718
|
-
```ts
|
|
719
|
-
const store = storage.getStore('agents');
|
|
720
|
-
await store.create({ agent: input });
|
|
721
|
-
await store.getById('abc');
|
|
722
|
-
await store.delete('abc');
|
|
723
|
-
```
|
|
724
|
-
|
|
725
|
-
- Updated dependencies [[`717ffab`](https://github.com/mastra-ai/mastra/commit/717ffab42cfd58ff723b5c19ada4939997773004), [`e4b6dab`](https://github.com/mastra-ai/mastra/commit/e4b6dab171c5960e340b3ea3ea6da8d64d2b8672), [`5719fa8`](https://github.com/mastra-ai/mastra/commit/5719fa8880e86e8affe698ec4b3807c7e0e0a06f), [`83cda45`](https://github.com/mastra-ai/mastra/commit/83cda4523e588558466892bff8f80f631a36945a), [`11804ad`](https://github.com/mastra-ai/mastra/commit/11804adf1d6be46ebe216be40a43b39bb8b397d7), [`aa95f95`](https://github.com/mastra-ai/mastra/commit/aa95f958b186ae5c9f4219c88e268f5565c277a2), [`f5501ae`](https://github.com/mastra-ai/mastra/commit/f5501aedb0a11106c7db7e480d6eaf3971b7bda8), [`44573af`](https://github.com/mastra-ai/mastra/commit/44573afad0a4bc86f627d6cbc0207961cdcb3bc3), [`00e3861`](https://github.com/mastra-ai/mastra/commit/00e3861863fbfee78faeb1ebbdc7c0223aae13ff), [`7bfbc52`](https://github.com/mastra-ai/mastra/commit/7bfbc52a8604feb0fff2c0a082c13c0c2a3df1a2), [`1445994`](https://github.com/mastra-ai/mastra/commit/1445994aee19c9334a6a101cf7bd80ca7ed4d186), [`61f44a2`](https://github.com/mastra-ai/mastra/commit/61f44a26861c89e364f367ff40825bdb7f19df55), [`37145d2`](https://github.com/mastra-ai/mastra/commit/37145d25f99dc31f1a9105576e5452609843ce32), [`fdad759`](https://github.com/mastra-ai/mastra/commit/fdad75939ff008b27625f5ec0ce9c6915d99d9ec), [`e4569c5`](https://github.com/mastra-ai/mastra/commit/e4569c589e00c4061a686c9eb85afe1b7050b0a8), [`7309a85`](https://github.com/mastra-ai/mastra/commit/7309a85427281a8be23f4fb80ca52e18eaffd596), [`99424f6`](https://github.com/mastra-ai/mastra/commit/99424f6862ffb679c4ec6765501486034754a4c2), [`44eb452`](https://github.com/mastra-ai/mastra/commit/44eb4529b10603c279688318bebf3048543a1d61), [`6c40593`](https://github.com/mastra-ai/mastra/commit/6c40593d6d2b1b68b0c45d1a3a4c6ac5ecac3937), [`8c1135d`](https://github.com/mastra-ai/mastra/commit/8c1135dfb91b057283eae7ee11f9ec28753cc64f), [`dd39e54`](https://github.com/mastra-ai/mastra/commit/dd39e54ea34532c995b33bee6e0e808bf41a7341), [`b6fad9a`](https://github.com/mastra-ai/mastra/commit/b6fad9a602182b1cc0df47cd8c55004fa829ad61), [`4129c07`](https://github.com/mastra-ai/mastra/commit/4129c073349b5a66643fd8136ebfe9d7097cf793), [`5b930ab`](https://github.com/mastra-ai/mastra/commit/5b930aba1834d9898e8460a49d15106f31ac7c8d), [`4be93d0`](https://github.com/mastra-ai/mastra/commit/4be93d09d68e20aaf0ea3f210749422719618b5f), [`047635c`](https://github.com/mastra-ai/mastra/commit/047635ccd7861d726c62d135560c0022a5490aec), [`8c90ff4`](https://github.com/mastra-ai/mastra/commit/8c90ff4d3414e7f2a2d216ea91274644f7b29133), [`ed232d1`](https://github.com/mastra-ai/mastra/commit/ed232d1583f403925dc5ae45f7bee948cf2a182b), [`3891795`](https://github.com/mastra-ai/mastra/commit/38917953518eb4154a984ee36e6ededdcfe80f72), [`4f955b2`](https://github.com/mastra-ai/mastra/commit/4f955b20c7f66ed282ee1fd8709696fa64c4f19d), [`55a4c90`](https://github.com/mastra-ai/mastra/commit/55a4c9044ac7454349b9f6aeba0bbab5ee65d10f)]:
|
|
726
|
-
- @mastra/core@1.3.0-alpha.1
|
|
727
|
-
|
|
728
|
-
## 1.1.0
|
|
729
|
-
|
|
730
|
-
### Minor Changes
|
|
731
|
-
|
|
732
|
-
- Added dynamic agent management with CRUD operations and version tracking ([#12038](https://github.com/mastra-ai/mastra/pull/12038))
|
|
733
|
-
|
|
734
|
-
**New Features:**
|
|
735
|
-
- Create, edit, and delete agents directly from the Mastra Studio UI
|
|
736
|
-
- Full version history for agents with compare and restore capabilities
|
|
737
|
-
- Visual diff viewer to compare agent configurations across versions
|
|
738
|
-
- Agent creation modal with comprehensive configuration options (model selection, instructions, tools, workflows, sub-agents, memory)
|
|
739
|
-
- AI-powered instruction enhancement
|
|
740
|
-
|
|
741
|
-
**Storage:**
|
|
742
|
-
- New storage interfaces for stored agents and agent versions
|
|
743
|
-
- PostgreSQL, LibSQL, and MongoDB implementations included
|
|
744
|
-
- In-memory storage for development and testing
|
|
745
|
-
|
|
746
|
-
**API:**
|
|
747
|
-
- RESTful endpoints for agent CRUD operations
|
|
748
|
-
- Version management endpoints (create, list, activate, restore, delete, compare)
|
|
749
|
-
- Automatic versioning on agent updates when enabled
|
|
750
|
-
|
|
751
|
-
**Client SDK:**
|
|
752
|
-
- JavaScript client with full support for stored agents and versions
|
|
753
|
-
- Type-safe methods for all CRUD and version operations
|
|
754
|
-
|
|
755
|
-
**Usage Example:**
|
|
756
|
-
|
|
757
|
-
```typescript
|
|
758
|
-
// Server-side: Configure storage
|
|
759
|
-
import { Mastra } from '@mastra/core';
|
|
760
|
-
import { PgAgentsStorage } from '@mastra/pg';
|
|
761
|
-
|
|
762
|
-
const mastra = new Mastra({
|
|
763
|
-
agents: { agentOne },
|
|
764
|
-
storage: {
|
|
765
|
-
agents: new PgAgentsStorage({
|
|
766
|
-
connectionString: process.env.DATABASE_URL,
|
|
767
|
-
}),
|
|
768
|
-
},
|
|
769
|
-
});
|
|
770
|
-
|
|
771
|
-
// Client-side: Use the SDK
|
|
772
|
-
import { MastraClient } from '@mastra/client-js';
|
|
773
|
-
|
|
774
|
-
const client = new MastraClient({ baseUrl: 'http://localhost:3000' });
|
|
775
|
-
|
|
776
|
-
// Create a stored agent
|
|
777
|
-
const agent = await client.createStoredAgent({
|
|
778
|
-
name: 'Customer Support Agent',
|
|
779
|
-
description: 'Handles customer inquiries',
|
|
780
|
-
model: { provider: 'ANTHROPIC', name: 'claude-sonnet-4-5' },
|
|
781
|
-
instructions: 'You are a helpful customer support agent...',
|
|
782
|
-
tools: ['search', 'email'],
|
|
783
|
-
});
|
|
784
|
-
|
|
785
|
-
// Create a version snapshot
|
|
786
|
-
await client.storedAgent(agent.id).createVersion({
|
|
787
|
-
name: 'v1.0 - Initial release',
|
|
788
|
-
changeMessage: 'First production version',
|
|
789
|
-
});
|
|
790
|
-
|
|
791
|
-
// Compare versions
|
|
792
|
-
const diff = await client.storedAgent(agent.id).compareVersions('version-1', 'version-2');
|
|
793
|
-
```
|
|
794
|
-
|
|
795
|
-
**Why:**
|
|
796
|
-
This feature enables teams to manage agents dynamically without code changes, making it easier to iterate on agent configurations and maintain a complete audit trail of changes.
|
|
797
|
-
|
|
798
|
-
### Patch Changes
|
|
799
|
-
|
|
800
|
-
- Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`b99ceac`](https://github.com/mastra-ai/mastra/commit/b99ceace2c830dbdef47c8692d56a91954aefea2), [`deea43e`](https://github.com/mastra-ai/mastra/commit/deea43eb1366d03a864c5e597d16a48592b9893f), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`ac9ec66`](https://github.com/mastra-ai/mastra/commit/ac9ec6672779b2e6d4344e415481d1a6a7d4911a), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
|
|
801
|
-
- @mastra/core@1.1.0
|
|
802
|
-
|
|
803
|
-
## 1.1.0-alpha.0
|
|
804
|
-
|
|
805
|
-
### Minor Changes
|
|
806
|
-
|
|
807
|
-
- Added dynamic agent management with CRUD operations and version tracking ([#12038](https://github.com/mastra-ai/mastra/pull/12038))
|
|
808
|
-
|
|
809
|
-
**New Features:**
|
|
810
|
-
- Create, edit, and delete agents directly from the Mastra Studio UI
|
|
811
|
-
- Full version history for agents with compare and restore capabilities
|
|
812
|
-
- Visual diff viewer to compare agent configurations across versions
|
|
813
|
-
- Agent creation modal with comprehensive configuration options (model selection, instructions, tools, workflows, sub-agents, memory)
|
|
814
|
-
- AI-powered instruction enhancement
|
|
815
|
-
|
|
816
|
-
**Storage:**
|
|
817
|
-
- New storage interfaces for stored agents and agent versions
|
|
818
|
-
- PostgreSQL, LibSQL, and MongoDB implementations included
|
|
819
|
-
- In-memory storage for development and testing
|
|
820
|
-
|
|
821
|
-
**API:**
|
|
822
|
-
- RESTful endpoints for agent CRUD operations
|
|
823
|
-
- Version management endpoints (create, list, activate, restore, delete, compare)
|
|
824
|
-
- Automatic versioning on agent updates when enabled
|
|
825
|
-
|
|
826
|
-
**Client SDK:**
|
|
827
|
-
- JavaScript client with full support for stored agents and versions
|
|
828
|
-
- Type-safe methods for all CRUD and version operations
|
|
829
|
-
|
|
830
|
-
**Usage Example:**
|
|
831
|
-
|
|
832
|
-
```typescript
|
|
833
|
-
// Server-side: Configure storage
|
|
834
|
-
import { Mastra } from '@mastra/core';
|
|
835
|
-
import { PgAgentsStorage } from '@mastra/pg';
|
|
836
|
-
|
|
837
|
-
const mastra = new Mastra({
|
|
838
|
-
agents: { agentOne },
|
|
839
|
-
storage: {
|
|
840
|
-
agents: new PgAgentsStorage({
|
|
841
|
-
connectionString: process.env.DATABASE_URL,
|
|
842
|
-
}),
|
|
843
|
-
},
|
|
844
|
-
});
|
|
845
|
-
|
|
846
|
-
// Client-side: Use the SDK
|
|
847
|
-
import { MastraClient } from '@mastra/client-js';
|
|
848
|
-
|
|
849
|
-
const client = new MastraClient({ baseUrl: 'http://localhost:3000' });
|
|
850
|
-
|
|
851
|
-
// Create a stored agent
|
|
852
|
-
const agent = await client.createStoredAgent({
|
|
853
|
-
name: 'Customer Support Agent',
|
|
854
|
-
description: 'Handles customer inquiries',
|
|
855
|
-
model: { provider: 'ANTHROPIC', name: 'claude-sonnet-4-5' },
|
|
856
|
-
instructions: 'You are a helpful customer support agent...',
|
|
857
|
-
tools: ['search', 'email'],
|
|
858
|
-
});
|
|
859
|
-
|
|
860
|
-
// Create a version snapshot
|
|
861
|
-
await client.storedAgent(agent.id).createVersion({
|
|
862
|
-
name: 'v1.0 - Initial release',
|
|
863
|
-
changeMessage: 'First production version',
|
|
864
|
-
});
|
|
865
|
-
|
|
866
|
-
// Compare versions
|
|
867
|
-
const diff = await client.storedAgent(agent.id).compareVersions('version-1', 'version-2');
|
|
868
|
-
```
|
|
869
|
-
|
|
870
|
-
**Why:**
|
|
871
|
-
This feature enables teams to manage agents dynamically without code changes, making it easier to iterate on agent configurations and maintain a complete audit trail of changes.
|
|
872
|
-
|
|
873
|
-
### Patch Changes
|
|
874
|
-
|
|
875
|
-
- Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
|
|
876
|
-
- @mastra/core@1.1.0-alpha.0
|
|
877
|
-
|
|
878
|
-
## 1.0.0
|
|
879
|
-
|
|
880
|
-
### Major Changes
|
|
881
|
-
|
|
882
|
-
- Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
|
|
883
|
-
|
|
884
|
-
- Update handlers to use `listWorkflowRuns` instead of `getWorkflowRuns`. Fix type names from `StoragelistThreadsByResourceIdInput/Output` to `StorageListThreadsByResourceIdInput/Output`. ([#9507](https://github.com/mastra-ai/mastra/pull/9507))
|
|
885
|
-
|
|
886
|
-
- Remove `getMessagesPaginated()` and add `perPage: false` support ([#9670](https://github.com/mastra-ai/mastra/pull/9670))
|
|
887
|
-
|
|
888
|
-
Removes deprecated `getMessagesPaginated()` method. The `listMessages()` API and score handlers now support `perPage: false` to fetch all records without pagination limits.
|
|
889
|
-
|
|
890
|
-
**Storage changes:**
|
|
891
|
-
- `StoragePagination.perPage` type changed from `number` to `number | false`
|
|
892
|
-
- All storage implementations support `perPage: false`:
|
|
893
|
-
- Memory: `listMessages()`
|
|
894
|
-
- Scores: `listScoresBySpan()`, `listScoresByRunId()`, `listScoresByExecutionId()`
|
|
895
|
-
- HTTP query parser accepts `"false"` string (e.g., `?perPage=false`)
|
|
896
|
-
|
|
897
|
-
**Memory changes:**
|
|
898
|
-
- `memory.query()` parameter type changed from `StorageGetMessagesArg` to `StorageListMessagesInput`
|
|
899
|
-
- Uses flat parameters (`page`, `perPage`, `include`, `filter`, `vectorSearchString`) instead of `selectBy` object
|
|
900
|
-
|
|
901
|
-
**Stricter validation:**
|
|
902
|
-
- `listMessages()` requires non-empty, non-whitespace `threadId` (throws error instead of returning empty results)
|
|
903
|
-
|
|
904
|
-
**Migration:**
|
|
905
|
-
|
|
906
|
-
```typescript
|
|
907
|
-
// Storage/Memory: Replace getMessagesPaginated with listMessages
|
|
908
|
-
- storage.getMessagesPaginated({ threadId, selectBy: { pagination: { page: 0, perPage: 20 } } })
|
|
909
|
-
+ storage.listMessages({ threadId, page: 0, perPage: 20 })
|
|
910
|
-
+ storage.listMessages({ threadId, page: 0, perPage: false }) // Fetch all
|
|
911
|
-
|
|
912
|
-
// Memory: Replace selectBy with flat parameters
|
|
913
|
-
- memory.query({ threadId, selectBy: { last: 20, include: [...] } })
|
|
914
|
-
+ memory.query({ threadId, perPage: 20, include: [...] })
|
|
915
|
-
|
|
916
|
-
// Client SDK
|
|
917
|
-
- thread.getMessagesPaginated({ selectBy: { pagination: { page: 0 } } })
|
|
918
|
-
+ thread.listMessages({ page: 0, perPage: 20 })
|
|
919
|
-
```
|
|
920
|
-
|
|
921
|
-
- **Removed `storage.getMessages()`** ([#9695](https://github.com/mastra-ai/mastra/pull/9695))
|
|
922
|
-
|
|
923
|
-
The `getMessages()` method has been removed from all storage implementations. Use `listMessages()` instead, which provides pagination support.
|
|
924
|
-
|
|
925
|
-
**Migration:**
|
|
926
|
-
|
|
927
|
-
```typescript
|
|
928
|
-
// Before
|
|
929
|
-
const messages = await storage.getMessages({ threadId: 'thread-1' });
|
|
930
|
-
|
|
931
|
-
// After
|
|
932
|
-
const result = await storage.listMessages({
|
|
933
|
-
threadId: 'thread-1',
|
|
934
|
-
page: 0,
|
|
935
|
-
perPage: 50,
|
|
936
|
-
});
|
|
937
|
-
const messages = result.messages; // Access messages array
|
|
938
|
-
console.log(result.total); // Total count
|
|
939
|
-
console.log(result.hasMore); // Whether more pages exist
|
|
940
|
-
```
|
|
941
|
-
|
|
942
|
-
**Message ordering default**
|
|
943
|
-
|
|
944
|
-
`listMessages()` defaults to ASC (oldest first) ordering by `createdAt`, matching the previous `getMessages()` behavior.
|
|
945
|
-
|
|
946
|
-
**To use DESC ordering (newest first):**
|
|
947
|
-
|
|
948
|
-
```typescript
|
|
949
|
-
const result = await storage.listMessages({
|
|
950
|
-
threadId: 'thread-1',
|
|
951
|
-
orderBy: { field: 'createdAt', direction: 'DESC' },
|
|
952
|
-
});
|
|
953
|
-
```
|
|
954
|
-
|
|
955
|
-
**Renamed `client.getThreadMessages()` → `client.listThreadMessages()`**
|
|
956
|
-
|
|
957
|
-
**Migration:**
|
|
958
|
-
|
|
959
|
-
```typescript
|
|
960
|
-
// Before
|
|
961
|
-
const response = await client.getThreadMessages(threadId, { agentId });
|
|
962
|
-
|
|
963
|
-
// After
|
|
964
|
-
const response = await client.listThreadMessages(threadId, { agentId });
|
|
965
|
-
```
|
|
966
|
-
|
|
967
|
-
The response format remains the same.
|
|
968
|
-
|
|
969
|
-
**Removed `StorageGetMessagesArg` type**
|
|
970
|
-
|
|
971
|
-
Use `StorageListMessagesInput` instead:
|
|
972
|
-
|
|
973
|
-
```typescript
|
|
974
|
-
// Before
|
|
975
|
-
import type { StorageGetMessagesArg } from '@mastra/core';
|
|
976
|
-
|
|
977
|
-
// After
|
|
978
|
-
import type { StorageListMessagesInput } from '@mastra/core';
|
|
979
|
-
```
|
|
980
|
-
|
|
981
|
-
- Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
|
|
982
|
-
|
|
983
|
-
- Add new list methods to storage API: `listMessages`, `listMessagesById`, `listThreadsByResourceId`, and `listWorkflowRuns`. Most methods are currently wrappers around existing methods. Full implementations will be added when migrating away from legacy methods. ([#9489](https://github.com/mastra-ai/mastra/pull/9489))
|
|
984
|
-
|
|
985
|
-
- Rename RuntimeContext to RequestContext ([#9511](https://github.com/mastra-ai/mastra/pull/9511))
|
|
986
|
-
|
|
987
|
-
- Implement listMessages API for replacing previous methods ([#9531](https://github.com/mastra-ai/mastra/pull/9531))
|
|
988
|
-
|
|
989
|
-
- Remove `getThreadsByResourceId` and `getThreadsByResourceIdPaginated` methods from storage interfaces in favor of `listThreadsByResourceId`. The new method uses `offset`/`limit` pagination and a nested `orderBy` object structure (`{ field, direction }`). ([#9536](https://github.com/mastra-ai/mastra/pull/9536))
|
|
990
|
-
|
|
991
|
-
- Remove `getMessagesById` method from storage interfaces in favor of `listMessagesById`. The new method only returns V2-format messages and removes the format parameter, simplifying the API surface. Users should migrate from `getMessagesById({ messageIds, format })` to `listMessagesById({ messageIds })`. ([#9534](https://github.com/mastra-ai/mastra/pull/9534))
|
|
992
|
-
|
|
993
|
-
- Renamed a bunch of observability/tracing-related things to drop the AI prefix. ([#9744](https://github.com/mastra-ai/mastra/pull/9744))
|
|
994
|
-
|
|
995
|
-
- Pagination APIs now use `page`/`perPage` instead of `offset`/`limit` ([#9592](https://github.com/mastra-ai/mastra/pull/9592))
|
|
996
|
-
|
|
997
|
-
All storage and memory pagination APIs have been updated to use `page` (0-indexed) and `perPage` instead of `offset` and `limit`, aligning with standard REST API patterns.
|
|
998
|
-
|
|
999
|
-
**Affected APIs:**
|
|
1000
|
-
- `Memory.listThreadsByResourceId()`
|
|
1001
|
-
- `Memory.listMessages()`
|
|
1002
|
-
- `Storage.listWorkflowRuns()`
|
|
1003
|
-
|
|
1004
|
-
**Migration:**
|
|
1005
|
-
|
|
1006
|
-
```typescript
|
|
1007
|
-
// Before
|
|
1008
|
-
await memory.listThreadsByResourceId({
|
|
1009
|
-
resourceId: 'user-123',
|
|
1010
|
-
offset: 20,
|
|
1011
|
-
limit: 10,
|
|
1012
|
-
});
|
|
1013
|
-
|
|
1014
|
-
// After
|
|
1015
|
-
await memory.listThreadsByResourceId({
|
|
1016
|
-
resourceId: 'user-123',
|
|
1017
|
-
page: 2, // page = Math.floor(offset / limit)
|
|
1018
|
-
perPage: 10,
|
|
1019
|
-
});
|
|
1020
|
-
|
|
1021
|
-
// Before
|
|
1022
|
-
await memory.listMessages({
|
|
1023
|
-
threadId: 'thread-456',
|
|
1024
|
-
offset: 20,
|
|
1025
|
-
limit: 10,
|
|
1026
|
-
});
|
|
1027
|
-
|
|
1028
|
-
// After
|
|
1029
|
-
await memory.listMessages({
|
|
1030
|
-
threadId: 'thread-456',
|
|
1031
|
-
page: 2,
|
|
1032
|
-
perPage: 10,
|
|
1033
|
-
});
|
|
1034
|
-
|
|
1035
|
-
// Before
|
|
1036
|
-
await storage.listWorkflowRuns({
|
|
1037
|
-
workflowName: 'my-workflow',
|
|
1038
|
-
offset: 20,
|
|
1039
|
-
limit: 10,
|
|
1040
|
-
});
|
|
1041
|
-
|
|
1042
|
-
// After
|
|
1043
|
-
await storage.listWorkflowRuns({
|
|
1044
|
-
workflowName: 'my-workflow',
|
|
1045
|
-
page: 2,
|
|
1046
|
-
perPage: 10,
|
|
1047
|
-
});
|
|
1048
|
-
```
|
|
1049
|
-
|
|
1050
|
-
**Additional improvements:**
|
|
1051
|
-
- Added validation for negative `page` values in all storage implementations
|
|
1052
|
-
- Improved `perPage` validation to handle edge cases (negative values, `0`, `false`)
|
|
1053
|
-
- Added reusable query parser utilities for consistent validation in handlers
|
|
1054
|
-
|
|
1055
|
-
- ```ts ([#9709](https://github.com/mastra-ai/mastra/pull/9709))
|
|
1056
|
-
import { Mastra } from '@mastra/core';
|
|
1057
|
-
import { Observability } from '@mastra/observability'; // Explicit import
|
|
1058
|
-
|
|
1059
|
-
const mastra = new Mastra({
|
|
1060
|
-
...other_config,
|
|
1061
|
-
observability: new Observability({
|
|
1062
|
-
default: { enabled: true },
|
|
1063
|
-
}), // Instance
|
|
1064
|
-
});
|
|
1065
|
-
```
|
|
1066
|
-
|
|
1067
|
-
Instead of:
|
|
1068
|
-
|
|
1069
|
-
```ts
|
|
1070
|
-
import { Mastra } from '@mastra/core';
|
|
1071
|
-
import '@mastra/observability/init'; // Explicit import
|
|
1072
|
-
|
|
1073
|
-
const mastra = new Mastra({
|
|
1074
|
-
...other_config,
|
|
1075
|
-
observability: {
|
|
1076
|
-
default: { enabled: true },
|
|
1077
|
-
},
|
|
1078
|
-
});
|
|
1079
|
-
```
|
|
1080
|
-
|
|
1081
|
-
Also renamed a bunch of:
|
|
1082
|
-
- `Tracing` things to `Observability` things.
|
|
1083
|
-
- `AI-` things to just things.
|
|
1084
|
-
|
|
1085
|
-
- Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
1086
|
-
|
|
1087
|
-
- Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
|
|
1088
|
-
|
|
1089
|
-
- Renamed `MastraMessageV2` to `MastraDBMessage` ([#9255](https://github.com/mastra-ai/mastra/pull/9255))
|
|
1090
|
-
Made the return format of all methods that return db messages consistent. It's always `{ messages: MastraDBMessage[] }` now, and messages can be converted after that using `@mastra/ai-sdk/ui`'s `toAISdkV4/5Messages()` function
|
|
1091
|
-
|
|
1092
|
-
- Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
|
|
1093
|
-
|
|
1094
|
-
### Minor Changes
|
|
1095
|
-
|
|
1096
|
-
- Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
1097
|
-
|
|
1098
|
-
- Introduce StorageDomain base class for composite storage support ([#11249](https://github.com/mastra-ai/mastra/pull/11249))
|
|
1099
|
-
|
|
1100
|
-
Storage adapters now use a domain-based architecture where each domain (memory, workflows, scores, observability, agents) extends a `StorageDomain` base class with `init()` and `dangerouslyClearAll()` methods.
|
|
1101
|
-
|
|
1102
|
-
**Key changes:**
|
|
1103
|
-
- Add `StorageDomain` abstract base class that all domain storage classes extend
|
|
1104
|
-
- Add `InMemoryDB` class for shared state across in-memory domain implementations
|
|
1105
|
-
- All storage domains now implement `dangerouslyClearAll()` for test cleanup
|
|
1106
|
-
- Remove `operations` from public `StorageDomains` type (now internal to each adapter)
|
|
1107
|
-
- Add flexible client/config patterns - domains accept either an existing database client or config to create one internally
|
|
1108
|
-
|
|
1109
|
-
**Why this matters:**
|
|
1110
|
-
|
|
1111
|
-
This enables composite storage where you can use different database adapters per domain:
|
|
1112
|
-
|
|
1113
|
-
```typescript
|
|
1114
|
-
import { Mastra } from '@mastra/core';
|
|
1115
|
-
import { PostgresStore } from '@mastra/pg';
|
|
1116
|
-
import { ClickhouseStore } from '@mastra/clickhouse';
|
|
1117
|
-
|
|
1118
|
-
// Use Postgres for most domains but Clickhouse for observability
|
|
1119
|
-
const mastra = new Mastra({
|
|
1120
|
-
storage: new PostgresStore({
|
|
1121
|
-
connectionString: 'postgres://...',
|
|
1122
|
-
}),
|
|
1123
|
-
// Future: override specific domains
|
|
1124
|
-
// observability: new ClickhouseStore({ ... }).getStore('observability'),
|
|
1125
|
-
});
|
|
1126
|
-
```
|
|
1127
|
-
|
|
1128
|
-
**Standalone domain usage:**
|
|
1129
|
-
|
|
1130
|
-
Domains can now be used independently with flexible configuration:
|
|
1131
|
-
|
|
1132
|
-
```typescript
|
|
1133
|
-
import { MemoryLibSQL } from '@mastra/libsql/memory';
|
|
1134
|
-
|
|
1135
|
-
// Option 1: Pass config to create client internally
|
|
1136
|
-
const memory = new MemoryLibSQL({
|
|
1137
|
-
url: 'file:./local.db',
|
|
1138
|
-
});
|
|
1139
|
-
|
|
1140
|
-
// Option 2: Pass existing client for shared connections
|
|
1141
|
-
import { createClient } from '@libsql/client';
|
|
1142
|
-
const client = createClient({ url: 'file:./local.db' });
|
|
1143
|
-
const memory = new MemoryLibSQL({ client });
|
|
1144
|
-
```
|
|
1145
|
-
|
|
1146
|
-
**Breaking changes:**
|
|
1147
|
-
- `StorageDomains` type no longer includes `operations` - access via `getStore()` instead
|
|
1148
|
-
- Domain base classes now require implementing `dangerouslyClearAll()` method
|
|
1149
|
-
|
|
1150
|
-
- Refactor storage architecture to use domain-specific stores via `getStore()` pattern ([#11361](https://github.com/mastra-ai/mastra/pull/11361))
|
|
1151
|
-
|
|
1152
|
-
### Summary
|
|
1153
|
-
|
|
1154
|
-
This release introduces a new storage architecture that replaces passthrough methods on `MastraStorage` with domain-specific storage interfaces accessed via `getStore()`. This change reduces code duplication across storage adapters and provides a cleaner, more modular API.
|
|
1155
|
-
|
|
1156
|
-
### Migration Guide
|
|
1157
|
-
|
|
1158
|
-
All direct method calls on storage instances should be updated to use `getStore()`:
|
|
1159
|
-
|
|
1160
|
-
```typescript
|
|
1161
|
-
// Before
|
|
1162
|
-
const thread = await storage.getThreadById({ threadId });
|
|
1163
|
-
await storage.persistWorkflowSnapshot({ workflowName, runId, snapshot });
|
|
1164
|
-
await storage.createSpan(span);
|
|
1165
|
-
|
|
1166
|
-
// After
|
|
1167
|
-
const memory = await storage.getStore('memory');
|
|
1168
|
-
const thread = await memory?.getThreadById({ threadId });
|
|
1169
|
-
|
|
1170
|
-
const workflows = await storage.getStore('workflows');
|
|
1171
|
-
await workflows?.persistWorkflowSnapshot({ workflowName, runId, snapshot });
|
|
1172
|
-
|
|
1173
|
-
const observability = await storage.getStore('observability');
|
|
1174
|
-
await observability?.createSpan(span);
|
|
1175
|
-
```
|
|
1176
|
-
|
|
1177
|
-
### Available Domains
|
|
1178
|
-
- **`memory`**: Thread and message operations (`getThreadById`, `saveThread`, `saveMessages`, etc.)
|
|
1179
|
-
- **`workflows`**: Workflow state persistence (`persistWorkflowSnapshot`, `loadWorkflowSnapshot`, `getWorkflowRunById`, etc.)
|
|
1180
|
-
- **`scores`**: Evaluation scores (`saveScore`, `listScoresByScorerId`, etc.)
|
|
1181
|
-
- **`observability`**: Tracing and spans (`createSpan`, `updateSpan`, `getTrace`, etc.)
|
|
1182
|
-
- **`agents`**: Stored agent configurations (`createAgent`, `getAgentById`, `listAgents`, etc.)
|
|
1183
|
-
|
|
1184
|
-
### Breaking Changes
|
|
1185
|
-
- Passthrough methods have been removed from `MastraStorage` base class
|
|
1186
|
-
- All storage adapters now require accessing domains via `getStore()`
|
|
1187
|
-
- The `stores` property on storage instances is now the canonical way to access domain storage
|
|
1188
|
-
|
|
1189
|
-
### Internal Changes
|
|
1190
|
-
- Each storage adapter now initializes domain-specific stores in its constructor
|
|
1191
|
-
- Domain stores share database connections and handle their own table initialization
|
|
1192
|
-
|
|
1193
|
-
- Unified observability schema with entity-based span identification ([#11132](https://github.com/mastra-ai/mastra/pull/11132))
|
|
1194
|
-
|
|
1195
|
-
## What changed
|
|
1196
|
-
|
|
1197
|
-
Spans now use a unified identification model with `entityId`, `entityType`, and `entityName` instead of separate `agentId`, `toolId`, `workflowId` fields.
|
|
1198
|
-
|
|
1199
|
-
**Before:**
|
|
1200
|
-
|
|
1201
|
-
```typescript
|
|
1202
|
-
// Old span structure
|
|
1203
|
-
span.agentId; // 'my-agent'
|
|
1204
|
-
span.toolId; // undefined
|
|
1205
|
-
span.workflowId; // undefined
|
|
1206
|
-
```
|
|
1207
|
-
|
|
1208
|
-
**After:**
|
|
1209
|
-
|
|
1210
|
-
```typescript
|
|
1211
|
-
// New span structure
|
|
1212
|
-
span.entityType; // EntityType.AGENT
|
|
1213
|
-
span.entityId; // 'my-agent'
|
|
1214
|
-
span.entityName; // 'My Agent'
|
|
1215
|
-
```
|
|
1216
|
-
|
|
1217
|
-
## New `listTraces()` API
|
|
1218
|
-
|
|
1219
|
-
Query traces with filtering, pagination, and sorting:
|
|
1220
|
-
|
|
1221
|
-
```typescript
|
|
1222
|
-
const { spans, pagination } = await storage.listTraces({
|
|
1223
|
-
filters: {
|
|
1224
|
-
entityType: EntityType.AGENT,
|
|
1225
|
-
entityId: 'my-agent',
|
|
1226
|
-
userId: 'user-123',
|
|
1227
|
-
environment: 'production',
|
|
1228
|
-
status: TraceStatus.SUCCESS,
|
|
1229
|
-
startedAt: { start: new Date('2024-01-01'), end: new Date('2024-01-31') },
|
|
1230
|
-
},
|
|
1231
|
-
pagination: { page: 0, perPage: 50 },
|
|
1232
|
-
orderBy: { field: 'startedAt', direction: 'DESC' },
|
|
1233
|
-
});
|
|
1234
|
-
```
|
|
1235
|
-
|
|
1236
|
-
**Available filters:** date ranges (`startedAt`, `endedAt`), entity (`entityType`, `entityId`, `entityName`), identity (`userId`, `organizationId`), correlation IDs (`runId`, `sessionId`, `threadId`), deployment (`environment`, `source`, `serviceName`), `tags`, `metadata`, and `status`.
|
|
1237
|
-
|
|
1238
|
-
## New retrieval methods
|
|
1239
|
-
- `getSpan({ traceId, spanId })` - Get a single span
|
|
1240
|
-
- `getRootSpan({ traceId })` - Get the root span of a trace
|
|
1241
|
-
- `getTrace({ traceId })` - Get all spans for a trace
|
|
1242
|
-
|
|
1243
|
-
## Backward compatibility
|
|
1244
|
-
|
|
1245
|
-
The legacy `getTraces()` method continues to work. When you pass `name: "agent run: my-agent"`, it automatically transforms to `entityId: "my-agent", entityType: AGENT`.
|
|
1246
|
-
|
|
1247
|
-
## Migration
|
|
1248
|
-
|
|
1249
|
-
**Automatic:** SQL-based stores (PostgreSQL, LibSQL, MSSQL) automatically add new columns to existing `spans` tables on initialization. Existing data is preserved with new columns set to `NULL`.
|
|
1250
|
-
|
|
1251
|
-
**No action required:** Your existing code continues to work. Adopt the new fields and `listTraces()` API at your convenience.
|
|
1252
|
-
|
|
1253
|
-
- Add `disableInit` option to all storage adapters ([#10851](https://github.com/mastra-ai/mastra/pull/10851))
|
|
1254
|
-
|
|
1255
|
-
Adds a new `disableInit` config option to all storage providers that allows users to disable automatic table creation/migrations at runtime. This is useful for CI/CD pipelines where you want to run migrations during deployment with elevated credentials, then run the application with `disableInit: true` so it doesn't attempt schema changes at runtime.
|
|
1256
|
-
|
|
1257
|
-
```typescript
|
|
1258
|
-
// CI/CD script - run migrations
|
|
1259
|
-
const storage = new PostgresStore({
|
|
1260
|
-
connectionString: DATABASE_URL,
|
|
1261
|
-
id: 'pg-storage',
|
|
1262
|
-
});
|
|
1263
|
-
await storage.init();
|
|
1264
|
-
|
|
1265
|
-
// Runtime - skip auto-init
|
|
1266
|
-
const storage = new PostgresStore({
|
|
1267
|
-
connectionString: DATABASE_URL,
|
|
1268
|
-
id: 'pg-storage',
|
|
1269
|
-
disableInit: true,
|
|
1270
|
-
});
|
|
1271
|
-
```
|
|
1272
|
-
|
|
1273
|
-
### Patch Changes
|
|
1274
|
-
|
|
1275
|
-
- Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
|
|
1276
|
-
|
|
1277
|
-
Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
|
|
1278
|
-
|
|
1279
|
-
Each package includes:
|
|
1280
|
-
- **SKILL.md** - Entry point explaining the package's purpose and capabilities
|
|
1281
|
-
- **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
|
|
1282
|
-
- **Topic folders** - Conceptual documentation organized by feature area
|
|
1283
|
-
|
|
1284
|
-
Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
|
|
1285
|
-
|
|
1286
|
-
- Standardize error IDs across all storage and vector stores using centralized helper functions (`createStorageErrorId` and `createVectorErrorId`). This ensures consistent error ID patterns (`MASTRA_STORAGE_{STORE}_{OPERATION}_{STATUS}` and `MASTRA_VECTOR_{STORE}_{OPERATION}_{STATUS}`) across the codebase for better error tracking and debugging. ([#10913](https://github.com/mastra-ai/mastra/pull/10913))
|
|
1287
|
-
|
|
1288
|
-
- Fix saveScore not persisting ID correctly, breaking getScoreById retrieval ([#10915](https://github.com/mastra-ai/mastra/pull/10915))
|
|
1289
|
-
|
|
1290
|
-
**What Changed**
|
|
1291
|
-
- saveScore now correctly returns scores that can be retrieved with getScoreById
|
|
1292
|
-
- Validation errors now include contextual information (scorer, entity, trace details) for easier debugging
|
|
1293
|
-
|
|
1294
|
-
**Impact**
|
|
1295
|
-
Previously, calling getScoreById after saveScore would return null because the generated ID wasn't persisted to the database. This is now fixed across all store implementations, ensuring consistent behavior and data integrity.
|
|
1296
|
-
|
|
1297
|
-
- - Fixed TypeScript errors where `threadId: string | string[]` was being passed to places expecting `Scalar` type ([#10663](https://github.com/mastra-ai/mastra/pull/10663))
|
|
1298
|
-
- Added proper multi-thread support for `listMessages` across all adapters when `threadId` is an array
|
|
1299
|
-
- Updated `_getIncludedMessages` to look up message threadId by ID (since message IDs are globally unique)
|
|
1300
|
-
- **upstash**: Added `msg-idx:{messageId}` index for O(1) message lookups (backwards compatible with fallback to scan for old messages, with automatic backfill)
|
|
1301
|
-
|
|
1302
|
-
- Preserve error details when thrown from workflow steps ([#10992](https://github.com/mastra-ai/mastra/pull/10992))
|
|
1303
|
-
|
|
1304
|
-
Workflow errors now retain custom properties like `statusCode`, `responseHeaders`, and `cause` chains. This enables error-specific recovery logic in your applications.
|
|
1305
|
-
|
|
1306
|
-
**Before:**
|
|
1307
|
-
|
|
1308
|
-
```typescript
|
|
1309
|
-
const result = await workflow.execute({ input });
|
|
1310
|
-
if (result.status === 'failed') {
|
|
1311
|
-
// Custom error properties were lost
|
|
1312
|
-
console.log(result.error); // "Step execution failed" (just a string)
|
|
1313
|
-
}
|
|
1314
|
-
```
|
|
1315
|
-
|
|
1316
|
-
**After:**
|
|
1317
|
-
|
|
1318
|
-
```typescript
|
|
1319
|
-
const result = await workflow.execute({ input });
|
|
1320
|
-
if (result.status === 'failed') {
|
|
1321
|
-
// Custom properties are preserved
|
|
1322
|
-
console.log(result.error.message); // "Step execution failed"
|
|
1323
|
-
console.log(result.error.statusCode); // 429
|
|
1324
|
-
console.log(result.error.cause?.name); // "RateLimitError"
|
|
1325
|
-
}
|
|
1326
|
-
```
|
|
1327
|
-
|
|
1328
|
-
**Type change:** `WorkflowState.error` and `WorkflowRunState.error` types changed from `string | Error` to `SerializedError`.
|
|
1329
|
-
|
|
1330
|
-
Other changes:
|
|
1331
|
-
- Added `UpdateWorkflowStateOptions` type for workflow state updates
|
|
1332
|
-
|
|
1333
|
-
- Added `startExclusive` and `endExclusive` options to `dateRange` filter for message queries. ([#11479](https://github.com/mastra-ai/mastra/pull/11479))
|
|
1334
|
-
|
|
1335
|
-
**What changed:** The `filter.dateRange` parameter in `listMessages()` and `Memory.recall()` now supports `startExclusive` and `endExclusive` boolean options. When set to `true`, messages with timestamps exactly matching the boundary are excluded from results.
|
|
1336
|
-
|
|
1337
|
-
**Why this matters:** Enables cursor-based pagination for chat applications. When new messages arrive during a session, offset-based pagination can skip or duplicate messages. Using `endExclusive: true` with the oldest message's timestamp as a cursor ensures consistent pagination without gaps or duplicates.
|
|
1338
|
-
|
|
1339
|
-
**Example:**
|
|
1340
|
-
|
|
1341
|
-
```typescript
|
|
1342
|
-
// Get first page
|
|
1343
|
-
const page1 = await memory.recall({
|
|
1344
|
-
threadId: 'thread-123',
|
|
1345
|
-
perPage: 10,
|
|
1346
|
-
orderBy: { field: 'createdAt', direction: 'DESC' },
|
|
1347
|
-
});
|
|
1348
|
-
|
|
1349
|
-
// Get next page using cursor-based pagination
|
|
1350
|
-
const oldestMessage = page1.messages[page1.messages.length - 1];
|
|
1351
|
-
const page2 = await memory.recall({
|
|
1352
|
-
threadId: 'thread-123',
|
|
1353
|
-
perPage: 10,
|
|
1354
|
-
orderBy: { field: 'createdAt', direction: 'DESC' },
|
|
1355
|
-
filter: {
|
|
1356
|
-
dateRange: {
|
|
1357
|
-
end: oldestMessage.createdAt,
|
|
1358
|
-
endExclusive: true, // Excludes the cursor message
|
|
1359
|
-
},
|
|
1360
|
-
},
|
|
1361
|
-
});
|
|
1362
|
-
```
|
|
1363
|
-
|
|
1364
|
-
- Ensure score responses match saved payloads for Mastra Stores. ([#10557](https://github.com/mastra-ai/mastra/pull/10557))
|
|
1365
|
-
|
|
1366
|
-
- Fix message sorting in listMessages when using semantic recall (include parameter). Messages are now always sorted by createdAt instead of storage order, ensuring correct chronological ordering of conversation history. ([#10491](https://github.com/mastra-ai/mastra/pull/10491))
|
|
1367
|
-
|
|
1368
|
-
- Add storage composition to MastraStorage ([#11401](https://github.com/mastra-ai/mastra/pull/11401))
|
|
1369
|
-
|
|
1370
|
-
`MastraStorage` can now compose storage domains from different adapters. Use it when you need different databases for different purposes - for example, PostgreSQL for memory and workflows, but a different database for observability.
|
|
1371
|
-
|
|
1372
|
-
```typescript
|
|
1373
|
-
import { MastraStorage } from '@mastra/core/storage';
|
|
1374
|
-
import { MemoryPG, WorkflowsPG, ScoresPG } from '@mastra/pg';
|
|
1375
|
-
import { MemoryLibSQL } from '@mastra/libsql';
|
|
1376
|
-
|
|
1377
|
-
// Compose domains from different stores
|
|
1378
|
-
const storage = new MastraStorage({
|
|
1379
|
-
id: 'composite',
|
|
1380
|
-
domains: {
|
|
1381
|
-
memory: new MemoryLibSQL({ url: 'file:./local.db' }),
|
|
1382
|
-
workflows: new WorkflowsPG({ connectionString: process.env.DATABASE_URL }),
|
|
1383
|
-
scores: new ScoresPG({ connectionString: process.env.DATABASE_URL }),
|
|
1384
|
-
},
|
|
1385
|
-
});
|
|
1386
|
-
```
|
|
1387
|
-
|
|
1388
|
-
**Breaking changes:**
|
|
1389
|
-
- `storage.supports` property no longer exists
|
|
1390
|
-
- `StorageSupports` type is no longer exported from `@mastra/core/storage`
|
|
1391
|
-
|
|
1392
|
-
All stores now support the same features. For domain availability, use `getStore()`:
|
|
1393
|
-
|
|
1394
|
-
```typescript
|
|
1395
|
-
const store = await storage.getStore('memory');
|
|
1396
|
-
if (store) {
|
|
1397
|
-
// domain is available
|
|
1398
|
-
}
|
|
1399
|
-
```
|
|
1400
|
-
|
|
1401
|
-
- Add delete workflow run API ([#10991](https://github.com/mastra-ai/mastra/pull/10991))
|
|
1402
|
-
|
|
1403
|
-
```typescript
|
|
1404
|
-
await workflow.deleteWorkflowRunById(runId);
|
|
1405
|
-
```
|
|
1406
|
-
|
|
1407
|
-
- Added a unified `transformScoreRow` function in `@mastra/core/storage` that provides schema-driven row transformation for score data. This eliminates code duplication across 10 storage adapters while maintaining store-specific behavior through configurable options: ([#10648](https://github.com/mastra-ai/mastra/pull/10648))
|
|
1408
|
-
- `preferredTimestampFields`: Preferred source fields for timestamps (PostgreSQL, Cloudflare D1)
|
|
1409
|
-
- `convertTimestamps`: Convert timestamp strings to Date objects (MSSQL, MongoDB, ClickHouse)
|
|
1410
|
-
- `nullValuePattern`: Skip values matching pattern (ClickHouse's `'_null_'`)
|
|
1411
|
-
- `fieldMappings`: Map source column names to schema fields (LibSQL's `additionalLLMContext`)
|
|
1412
|
-
|
|
1413
|
-
Each store adapter now uses the unified function with appropriate options, reducing ~200 lines of duplicate transformation logic while ensuring consistent behavior across all storage backends.
|
|
1414
|
-
|
|
1415
|
-
- Added new `listThreads` method for flexible thread filtering across all storage adapters. ([#11832](https://github.com/mastra-ai/mastra/pull/11832))
|
|
1416
|
-
|
|
1417
|
-
**New Features**
|
|
1418
|
-
- Filter threads by `resourceId`, `metadata`, or both (with AND logic for metadata key-value pairs)
|
|
1419
|
-
- All filter parameters are optional, allowing you to list all threads or filter as needed
|
|
1420
|
-
- Full pagination and sorting support
|
|
1421
|
-
|
|
1422
|
-
**Example Usage**
|
|
1423
|
-
|
|
1424
|
-
```typescript
|
|
1425
|
-
// List all threads
|
|
1426
|
-
const allThreads = await memory.listThreads({});
|
|
1427
|
-
|
|
1428
|
-
// Filter by resourceId only
|
|
1429
|
-
const userThreads = await memory.listThreads({
|
|
1430
|
-
filter: { resourceId: 'user-123' },
|
|
1431
|
-
});
|
|
1432
|
-
|
|
1433
|
-
// Filter by metadata only
|
|
1434
|
-
const supportThreads = await memory.listThreads({
|
|
1435
|
-
filter: { metadata: { category: 'support' } },
|
|
1436
|
-
});
|
|
1437
|
-
|
|
1438
|
-
// Filter by both with pagination
|
|
1439
|
-
const filteredThreads = await memory.listThreads({
|
|
1440
|
-
filter: {
|
|
1441
|
-
resourceId: 'user-123',
|
|
1442
|
-
metadata: { priority: 'high', status: 'open' },
|
|
1443
|
-
},
|
|
1444
|
-
orderBy: { field: 'updatedAt', direction: 'DESC' },
|
|
1445
|
-
page: 0,
|
|
1446
|
-
perPage: 20,
|
|
1447
|
-
});
|
|
1448
|
-
```
|
|
1449
|
-
|
|
1450
|
-
**Security Improvements**
|
|
1451
|
-
- Added validation to prevent SQL injection via malicious metadata keys
|
|
1452
|
-
- Added pagination parameter validation to prevent integer overflow attacks
|
|
1453
|
-
|
|
1454
|
-
- Aligned vector store configuration with underlying library APIs, giving you access to all library options directly. ([#11742](https://github.com/mastra-ai/mastra/pull/11742))
|
|
1455
|
-
|
|
1456
|
-
**Why this change?**
|
|
1457
|
-
|
|
1458
|
-
Previously, each vector store defined its own configuration types that only exposed a subset of the underlying library's options. This meant users couldn't access advanced features like authentication, SSL, compression, or custom headers without creating their own client instances. Now, the configuration types extend the library types directly, so all options are available.
|
|
1459
|
-
|
|
1460
|
-
**@mastra/libsql** (Breaking)
|
|
1461
|
-
|
|
1462
|
-
Renamed `connectionUrl` to `url` to match the `@libsql/client` API and align with LibSQLStorage.
|
|
1463
|
-
|
|
1464
|
-
```typescript
|
|
1465
|
-
// Before
|
|
1466
|
-
new LibSQLVector({ id: 'my-vector', connectionUrl: 'file:./db.sqlite' });
|
|
1467
|
-
|
|
1468
|
-
// After
|
|
1469
|
-
new LibSQLVector({ id: 'my-vector', url: 'file:./db.sqlite' });
|
|
1470
|
-
```
|
|
1471
|
-
|
|
1472
|
-
**@mastra/opensearch** (Breaking)
|
|
1473
|
-
|
|
1474
|
-
Renamed `url` to `node` and added support for all OpenSearch `ClientOptions` including authentication, SSL, and compression.
|
|
1475
|
-
|
|
1476
|
-
```typescript
|
|
1477
|
-
// Before
|
|
1478
|
-
new OpenSearchVector({ id: 'my-vector', url: 'http://localhost:9200' });
|
|
1479
|
-
|
|
1480
|
-
// After
|
|
1481
|
-
new OpenSearchVector({ id: 'my-vector', node: 'http://localhost:9200' });
|
|
1482
|
-
|
|
1483
|
-
// With authentication (now possible)
|
|
1484
|
-
new OpenSearchVector({
|
|
1485
|
-
id: 'my-vector',
|
|
1486
|
-
node: 'https://localhost:9200',
|
|
1487
|
-
auth: { username: 'admin', password: 'admin' },
|
|
1488
|
-
ssl: { rejectUnauthorized: false },
|
|
1489
|
-
});
|
|
1490
|
-
```
|
|
1491
|
-
|
|
1492
|
-
**@mastra/pinecone** (Breaking)
|
|
1493
|
-
|
|
1494
|
-
Removed `environment` parameter. Use `controllerHostUrl` instead (the actual Pinecone SDK field name). Added support for all `PineconeConfiguration` options.
|
|
1495
|
-
|
|
1496
|
-
```typescript
|
|
1497
|
-
// Before
|
|
1498
|
-
new PineconeVector({ id: 'my-vector', apiKey: '...', environment: '...' });
|
|
1499
|
-
|
|
1500
|
-
// After
|
|
1501
|
-
new PineconeVector({ id: 'my-vector', apiKey: '...' });
|
|
1502
|
-
|
|
1503
|
-
// With custom controller host (if needed)
|
|
1504
|
-
new PineconeVector({ id: 'my-vector', apiKey: '...', controllerHostUrl: '...' });
|
|
1505
|
-
```
|
|
1506
|
-
|
|
1507
|
-
**@mastra/clickhouse**
|
|
1508
|
-
|
|
1509
|
-
Added support for all `ClickHouseClientConfigOptions` like `request_timeout`, `compression`, `keep_alive`, and `database`. Existing configurations continue to work unchanged.
|
|
1510
|
-
|
|
1511
|
-
**@mastra/cloudflare, @mastra/cloudflare-d1, @mastra/lance, @mastra/libsql, @mastra/mongodb, @mastra/pg, @mastra/upstash**
|
|
1512
|
-
|
|
1513
|
-
Improved logging by replacing `console.warn` with structured logger in workflow storage domains.
|
|
1514
|
-
|
|
1515
|
-
**@mastra/deployer-cloud**
|
|
1516
|
-
|
|
1517
|
-
Updated internal LibSQLVector configuration for compatibility with the new API.
|
|
1518
|
-
|
|
1519
|
-
- Add restart method to workflow run that allows restarting an active workflow run ([#9750](https://github.com/mastra-ai/mastra/pull/9750))
|
|
1520
|
-
Add status filter to `listWorkflowRuns`
|
|
1521
|
-
Add automatic restart to restart active workflow runs when server starts
|
|
1522
|
-
|
|
1523
|
-
- Renamed MastraStorage to MastraCompositeStore for better clarity. The old MastraStorage name remains available as a deprecated alias for backward compatibility, but will be removed in a future version. ([#12093](https://github.com/mastra-ai/mastra/pull/12093))
|
|
1524
|
-
|
|
1525
|
-
**Migration:**
|
|
1526
|
-
|
|
1527
|
-
Update your imports and usage:
|
|
1528
|
-
|
|
1529
|
-
```typescript
|
|
1530
|
-
// Before
|
|
1531
|
-
import { MastraStorage } from '@mastra/core/storage';
|
|
1532
|
-
|
|
1533
|
-
const storage = new MastraStorage({
|
|
1534
|
-
id: 'composite',
|
|
1535
|
-
domains: { ... }
|
|
1536
|
-
});
|
|
1537
|
-
|
|
1538
|
-
// After
|
|
1539
|
-
import { MastraCompositeStore } from '@mastra/core/storage';
|
|
1540
|
-
|
|
1541
|
-
const storage = new MastraCompositeStore({
|
|
1542
|
-
id: 'composite',
|
|
1543
|
-
domains: { ... }
|
|
1544
|
-
});
|
|
1545
|
-
```
|
|
1546
|
-
|
|
1547
|
-
The new name better reflects that this is a composite storage implementation that routes different domains (workflows, traces, messages) to different underlying stores, avoiding confusion with the general "Mastra Storage" concept.
|
|
1548
|
-
|
|
1549
|
-
- Added pre-configured client support for all storage adapters. ([#11302](https://github.com/mastra-ai/mastra/pull/11302))
|
|
1550
|
-
|
|
1551
|
-
**What changed**
|
|
1552
|
-
|
|
1553
|
-
All storage adapters now accept pre-configured database clients in addition to connection credentials. This allows you to customize client settings (connection pools, timeouts, interceptors) before passing them to Mastra.
|
|
1554
|
-
|
|
1555
|
-
**Example**
|
|
1556
|
-
|
|
1557
|
-
```typescript
|
|
1558
|
-
import { createClient } from '@clickhouse/client';
|
|
1559
|
-
import { ClickhouseStore } from '@mastra/clickhouse';
|
|
1560
|
-
|
|
1561
|
-
// Create and configure client with custom settings
|
|
1562
|
-
const client = createClient({
|
|
1563
|
-
url: 'http://localhost:8123',
|
|
1564
|
-
username: 'default',
|
|
1565
|
-
password: '',
|
|
1566
|
-
request_timeout: 60000,
|
|
1567
|
-
});
|
|
1568
|
-
|
|
1569
|
-
// Pass pre-configured client to store
|
|
1570
|
-
const store = new ClickhouseStore({
|
|
1571
|
-
id: 'my-store',
|
|
1572
|
-
client,
|
|
1573
|
-
});
|
|
1574
|
-
```
|
|
1575
|
-
|
|
1576
|
-
**Additional improvements**
|
|
1577
|
-
- Added input validation for required connection parameters (URL, credentials) with clear error messages
|
|
1578
|
-
|
|
1579
|
-
- Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d2d3e22`](https://github.com/mastra-ai/mastra/commit/d2d3e22a419ee243f8812a84e3453dd44365ecb0), [`08766f1`](https://github.com/mastra-ai/mastra/commit/08766f15e13ac0692fde2a8bd366c2e16e4321df), [`72df8ae`](https://github.com/mastra-ai/mastra/commit/72df8ae595584cdd7747d5c39ffaca45e4507227), [`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c8417b4`](https://github.com/mastra-ai/mastra/commit/c8417b41d9f3486854dc7842d977fbe5e2166264), [`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`1dbd8c7`](https://github.com/mastra-ai/mastra/commit/1dbd8c729fb6536ec52f00064d76b80253d346e9), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`05b8bee`](https://github.com/mastra-ai/mastra/commit/05b8bee9e50e6c2a4a2bf210eca25ee212ca24fa), [`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`3d93a15`](https://github.com/mastra-ai/mastra/commit/3d93a15796b158c617461c8b98bede476ebb43e2), [`9198899`](https://github.com/mastra-ai/mastra/commit/91988995c427b185c33714b7f3be955367911324), [`ed3e3dd`](https://github.com/mastra-ai/mastra/commit/ed3e3ddec69d564fe2b125e083437f76331f1283), [`c59e13c`](https://github.com/mastra-ai/mastra/commit/c59e13c7688284bd96b2baee3e314335003548de), [`c042bd0`](https://github.com/mastra-ai/mastra/commit/c042bd0b743e0e86199d0cb83344ca7690e34a9c), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`21a15de`](https://github.com/mastra-ai/mastra/commit/21a15de369fe82aac26bb642ed7be73505475e8b), [`e54953e`](https://github.com/mastra-ai/mastra/commit/e54953ed8ce1b28c0d62a19950163039af7834b4), [`ae8baf7`](https://github.com/mastra-ai/mastra/commit/ae8baf7d8adcb0ff9dac11880400452bc49b33ff), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`940a2b2`](https://github.com/mastra-ai/mastra/commit/940a2b27480626ed7e74f55806dcd2181c1dd0c2), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`d5ed981`](https://github.com/mastra-ai/mastra/commit/d5ed981c8701c1b8a27a5f35a9a2f7d9244e695f), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`33a4d2e`](https://github.com/mastra-ai/mastra/commit/33a4d2e4ed8af51f69256232f00c34d6b6b51d48), [`9650cce`](https://github.com/mastra-ai/mastra/commit/9650cce52a1d917ff9114653398e2a0f5c3ba808), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`4f94ed8`](https://github.com/mastra-ai/mastra/commit/4f94ed8177abfde3ec536e3574883e075423350c), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`4aaa844`](https://github.com/mastra-ai/mastra/commit/4aaa844a4f19d054490f43638a990cc57bda8d2f), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`38380b6`](https://github.com/mastra-ai/mastra/commit/38380b60fca905824bdf6b43df307a58efb1aa15), [`6833c69`](https://github.com/mastra-ai/mastra/commit/6833c69607418d257750bbcdd84638993d343539), [`932d63d`](https://github.com/mastra-ai/mastra/commit/932d63dd51be9c8bf1e00e3671fe65606c6fb9cd), [`4a1a6cb`](https://github.com/mastra-ai/mastra/commit/4a1a6cb3facad54b2bb6780b00ce91d6de1edc08), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`919a22b`](https://github.com/mastra-ai/mastra/commit/919a22b25876f9ed5891efe5facbe682c30ff497), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`b0e2ea5`](https://github.com/mastra-ai/mastra/commit/b0e2ea5b52c40fae438b9e2f7baee6f0f89c5442), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`b760b73`](https://github.com/mastra-ai/mastra/commit/b760b731aca7c8a3f041f61d57a7f125ae9cb215), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`695a621`](https://github.com/mastra-ai/mastra/commit/695a621528bdabeb87f83c2277cf2bb084c7f2b4), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ac3cc23`](https://github.com/mastra-ai/mastra/commit/ac3cc2397d1966bc0fc2736a223abc449d3c7719), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`a86f4df`](https://github.com/mastra-ai/mastra/commit/a86f4df0407311e0d2ea49b9a541f0938810d6a9), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`edb07e4`](https://github.com/mastra-ai/mastra/commit/edb07e49283e0c28bd094a60e03439bf6ecf0221), [`e0941c3`](https://github.com/mastra-ai/mastra/commit/e0941c3d7fc75695d5d258e7008fd5d6e650800c), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`2b459f4`](https://github.com/mastra-ai/mastra/commit/2b459f466fd91688eeb2a44801dc23f7f8a887ab), [`798d0c7`](https://github.com/mastra-ai/mastra/commit/798d0c740232653b1d754870e6b43a55c364ffe2), [`0c0580a`](https://github.com/mastra-ai/mastra/commit/0c0580a42f697cd2a7d5973f25bfe7da9055038a), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`ab035c2`](https://github.com/mastra-ai/mastra/commit/ab035c2ef6d8cc7bb25f06f1a38508bd9e6f126b), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`47b1c16`](https://github.com/mastra-ai/mastra/commit/47b1c16a01c7ffb6765fe1e499b49092f8b7eba3), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ffe84d5`](https://github.com/mastra-ai/mastra/commit/ffe84d54f3b0f85167fe977efd027dba027eb998), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`24b76d8`](https://github.com/mastra-ai/mastra/commit/24b76d8e17656269c8ed09a0c038adb9cc2ae95a), [`31d13d5`](https://github.com/mastra-ai/mastra/commit/31d13d5fdc2e2380e2e3ee3ec9fb29d2a00f265d), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`243a823`](https://github.com/mastra-ai/mastra/commit/243a8239c5906f5c94e4f78b54676793f7510ae3), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`28f5f89`](https://github.com/mastra-ai/mastra/commit/28f5f89705f2409921e3c45178796c0e0d0bbb64), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`4c62166`](https://github.com/mastra-ai/mastra/commit/4c621669f4a29b1f443eca3ba70b814afa286266), [`e601b27`](https://github.com/mastra-ai/mastra/commit/e601b272c70f3a5ecca610373aa6223012704892), [`7d56d92`](https://github.com/mastra-ai/mastra/commit/7d56d9213886e8353956d7d40df10045fd12b299), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7bcbf10`](https://github.com/mastra-ai/mastra/commit/7bcbf10133516e03df964b941f9a34e9e4ab4177), [`029540c`](https://github.com/mastra-ai/mastra/commit/029540ca1e582fc2dd8d288ecd4a9b0f31a954ef), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`4353600`](https://github.com/mastra-ai/mastra/commit/43536005a65988a8eede236f69122e7f5a284ba2), [`653e65a`](https://github.com/mastra-ai/mastra/commit/653e65ae1f9502c2958a32f47a5a2df11e612a92), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`6986fb0`](https://github.com/mastra-ai/mastra/commit/6986fb064f5db6ecc24aa655e1d26529087b43b3), [`3d3366f`](https://github.com/mastra-ai/mastra/commit/3d3366f31683e7137d126a3a57174a222c5801fb), [`5a4953f`](https://github.com/mastra-ai/mastra/commit/5a4953f7d25bb15ca31ed16038092a39cb3f98b3), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`efe406a`](https://github.com/mastra-ai/mastra/commit/efe406a1353c24993280ebc2ed61dd9f65b84b26), [`eb9e522`](https://github.com/mastra-ai/mastra/commit/eb9e522ce3070a405e5b949b7bf5609ca51d7fe2), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`20e6f19`](https://github.com/mastra-ai/mastra/commit/20e6f1971d51d3ff6dd7accad8aaaae826d540ed), [`053e979`](https://github.com/mastra-ai/mastra/commit/053e9793b28e970086b0507f7f3b76ea32c1e838), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`119e5c6`](https://github.com/mastra-ai/mastra/commit/119e5c65008f3e5cfca954eefc2eb85e3bf40da4), [`c6fd6fe`](https://github.com/mastra-ai/mastra/commit/c6fd6fedd09e9cf8004b03a80925f5e94826ad7e), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`fdac646`](https://github.com/mastra-ai/mastra/commit/fdac646033a0930a1a4e00d13aa64c40bb7f1e02), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`d07b568`](https://github.com/mastra-ai/mastra/commit/d07b5687819ea8cb1dffa776d0c1765faf4aa1ae), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`e26dc9c`](https://github.com/mastra-ai/mastra/commit/e26dc9c3ccfec54ae3dc3e2b2589f741f9ae60a6), [`55edf73`](https://github.com/mastra-ai/mastra/commit/55edf7302149d6c964fbb7908b43babfc2b52145), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`1a46a56`](https://github.com/mastra-ai/mastra/commit/1a46a566f45a3fcbadc1cf36bf86d351f264bfa3), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`b5dc973`](https://github.com/mastra-ai/mastra/commit/b5dc9733a5158850298dfb103acb3babdba8a318), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`4f0b3c6`](https://github.com/mastra-ai/mastra/commit/4f0b3c66f196c06448487f680ccbb614d281e2f7), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`c61fac3`](https://github.com/mastra-ai/mastra/commit/c61fac3add96f0dcce0208c07415279e2537eb62), [`6f14f70`](https://github.com/mastra-ai/mastra/commit/6f14f706ccaaf81b69544b6c1b75ab66a41e5317), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`3cf540b`](https://github.com/mastra-ai/mastra/commit/3cf540b9fbfea8f4fc8d3a2319a4e6c0b0cbfd52), [`352a5d6`](https://github.com/mastra-ai/mastra/commit/352a5d625cfe09849b21e8f52a24c9f0366759d5), [`1c6ce51`](https://github.com/mastra-ai/mastra/commit/1c6ce51f875915ab57fd36873623013699a2a65d), [`74c4f22`](https://github.com/mastra-ai/mastra/commit/74c4f22ed4c71e72598eacc346ba95cdbc00294f), [`3a76a80`](https://github.com/mastra-ai/mastra/commit/3a76a80284cb71a0faa975abb3d4b2a9631e60cd), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`026b848`](https://github.com/mastra-ai/mastra/commit/026b8483fbf5b6d977be8f7e6aac8d15c75558ac), [`2c212e7`](https://github.com/mastra-ai/mastra/commit/2c212e704c90e2db83d4109e62c03f0f6ebd2667), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`f9a2509`](https://github.com/mastra-ai/mastra/commit/f9a25093ea72d210a5e52cfcb3bcc8b5e02dc25c), [`66741d1`](https://github.com/mastra-ai/mastra/commit/66741d1a99c4f42cf23a16109939e8348ac6852e), [`ccc141e`](https://github.com/mastra-ai/mastra/commit/ccc141ed27da0abc3a3fc28e9e5128152e8e37f4), [`27c0009`](https://github.com/mastra-ai/mastra/commit/27c0009777a6073d7631b0eb7b481d94e165b5ca), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`dee388d`](https://github.com/mastra-ai/mastra/commit/dee388dde02f2e63c53385ae69252a47ab6825cc), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`b7e17d3`](https://github.com/mastra-ai/mastra/commit/b7e17d3f5390bb5a71efc112204413656fcdc18d), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`fe3b897`](https://github.com/mastra-ai/mastra/commit/fe3b897c2ccbcd2b10e81b099438c7337feddf89), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`00123ba`](https://github.com/mastra-ai/mastra/commit/00123ba96dc9e5cd0b110420ebdba56d8f237b25), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`4ca4306`](https://github.com/mastra-ai/mastra/commit/4ca430614daa5fa04730205a302a43bf4accfe9f), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`74e504a`](https://github.com/mastra-ai/mastra/commit/74e504a3b584eafd2f198001c6a113bbec589fd3), [`29c4309`](https://github.com/mastra-ai/mastra/commit/29c4309f818b24304c041bcb4a8f19b5f13f6b62), [`16785ce`](https://github.com/mastra-ai/mastra/commit/16785ced928f6f22638f4488cf8a125d99211799), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`3f3fc30`](https://github.com/mastra-ai/mastra/commit/3f3fc3096f24c4a26cffeecfe73085928f72aa63), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`e33fdbd`](https://github.com/mastra-ai/mastra/commit/e33fdbd07b33920d81e823122331b0c0bee0bb59), [`4524734`](https://github.com/mastra-ai/mastra/commit/45247343e384717a7c8404296275c56201d6470f), [`7a010c5`](https://github.com/mastra-ai/mastra/commit/7a010c56b846a313a49ae42fccd3d8de2b9f292d), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`2a53598`](https://github.com/mastra-ai/mastra/commit/2a53598c6d8cfeb904a7fc74e57e526d751c8fa6), [`81b6a8f`](https://github.com/mastra-ai/mastra/commit/81b6a8ff79f49a7549d15d66624ac1a0b8f5f971), [`8538a0d`](https://github.com/mastra-ai/mastra/commit/8538a0d232619bf55dad7ddc2a8b0ca77c679a87), [`d90ea65`](https://github.com/mastra-ai/mastra/commit/d90ea6536f7aa51c6545a4e9215b55858e98e16d), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`261473a`](https://github.com/mastra-ai/mastra/commit/261473ac637e633064a22076671e2e02b002214d), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`de8239b`](https://github.com/mastra-ai/mastra/commit/de8239bdcb1d8c0cfa06da21f1569912a66bbc8a), [`e4d366a`](https://github.com/mastra-ai/mastra/commit/e4d366aeb500371dd4210d6aa8361a4c21d87034), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`b5e6cd7`](https://github.com/mastra-ai/mastra/commit/b5e6cd77fc8c8e64e0494c1d06cee3d84e795d1e), [`d171e55`](https://github.com/mastra-ai/mastra/commit/d171e559ead9f52ec728d424844c8f7b164c4510), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`a4f010b`](https://github.com/mastra-ai/mastra/commit/a4f010b22e4355a5fdee70a1fe0f6e4a692cc29e), [`c7cd3c7`](https://github.com/mastra-ai/mastra/commit/c7cd3c7a187d7aaf79e2ca139de328bf609a14b4), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`68ec97d`](https://github.com/mastra-ai/mastra/commit/68ec97d4c07c6393fcf95c2481fc5d73da99f8c8), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`cfabdd4`](https://github.com/mastra-ai/mastra/commit/cfabdd4aae7a726b706942d6836eeca110fb6267), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`01b20fe`](https://github.com/mastra-ai/mastra/commit/01b20fefb7c67c2b7d79417598ef4e60256d1225), [`dd4f34c`](https://github.com/mastra-ai/mastra/commit/dd4f34c78cbae24063463475b0619575c415f9b8), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`0dbf199`](https://github.com/mastra-ai/mastra/commit/0dbf199110f22192ce5c95b1c8148d4872b4d119), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`3759cb0`](https://github.com/mastra-ai/mastra/commit/3759cb064935b5f74c65ac2f52a1145f7352899d), [`929f69c`](https://github.com/mastra-ai/mastra/commit/929f69c3436fa20dd0f0e2f7ebe8270bd82a1529), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`10c2735`](https://github.com/mastra-ai/mastra/commit/10c27355edfdad1ee2b826b897df74125eb81fb8), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`69ea758`](https://github.com/mastra-ai/mastra/commit/69ea758358edd7117f191c2e69c8bb5fc79e7a1a), [`73b0bb3`](https://github.com/mastra-ai/mastra/commit/73b0bb394dba7c9482eb467a97ab283dbc0ef4db), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`993ad98`](https://github.com/mastra-ai/mastra/commit/993ad98d7ad3bebda9ecef5fec5c94349a0d04bc), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`3ff2c17`](https://github.com/mastra-ai/mastra/commit/3ff2c17a58e312fad5ea37377262c12d92ca0908), [`a0e437f`](https://github.com/mastra-ai/mastra/commit/a0e437fac561b28ee719e0302d72b2f9b4c138f0), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`5627a8c`](https://github.com/mastra-ai/mastra/commit/5627a8c6dc11fe3711b3fa7a6ffd6eb34100a306), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`3ff45d1`](https://github.com/mastra-ai/mastra/commit/3ff45d10e0c80c5335a957ab563da72feb623520), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`b61b93f`](https://github.com/mastra-ai/mastra/commit/b61b93f9e058b11dd2eec169853175d31dbdd567), [`bae33d9`](https://github.com/mastra-ai/mastra/commit/bae33d91a63fbb64d1e80519e1fc1acaed1e9013), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`251df45`](https://github.com/mastra-ai/mastra/commit/251df4531407dfa46d805feb40ff3fb49769f455), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`f894d14`](https://github.com/mastra-ai/mastra/commit/f894d148946629af7b1f452d65a9cf864cec3765), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`1924cf0`](https://github.com/mastra-ai/mastra/commit/1924cf06816e5e4d4d5333065ec0f4bb02a97799), [`c0b731f`](https://github.com/mastra-ai/mastra/commit/c0b731fb27d712dc8582e846df5c0332a6a0c5ba), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c2b9547`](https://github.com/mastra-ai/mastra/commit/c2b9547bf435f56339f23625a743b2147ab1c7a6), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`9312dcd`](https://github.com/mastra-ai/mastra/commit/9312dcd1c6f5b321929e7d382e763d95fdc030f5), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`5d7000f`](https://github.com/mastra-ai/mastra/commit/5d7000f757cd65ea9dc5b05e662fd83dfd44e932), [`43ca8f2`](https://github.com/mastra-ai/mastra/commit/43ca8f2c7334851cc7b4d3d2f037d8784bfbdd5f), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`580b592`](https://github.com/mastra-ai/mastra/commit/580b5927afc82fe460dfdf9a38a902511b6b7e7f), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`50fd320`](https://github.com/mastra-ai/mastra/commit/50fd320003d0d93831c230ef531bef41f5ba7b3a), [`847c212`](https://github.com/mastra-ai/mastra/commit/847c212caba7df0d6f2fc756b494ac3c75c3720d), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`ffa553a`](https://github.com/mastra-ai/mastra/commit/ffa553a3edc1bd17d73669fba66d6b6f4ac10897), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`58e3931`](https://github.com/mastra-ai/mastra/commit/58e3931af9baa5921688566210f00fb0c10479fa), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`0bed332`](https://github.com/mastra-ai/mastra/commit/0bed332843f627202c6520eaf671771313cd20f3), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`a7ce182`](https://github.com/mastra-ai/mastra/commit/a7ce1822a8785ce45d62dd5c911af465e144f7d7), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`bec5efd`](https://github.com/mastra-ai/mastra/commit/bec5efde96653ccae6604e68c696d1bc6c1a0bf5), [`5947fcd`](https://github.com/mastra-ai/mastra/commit/5947fcdd425531f29f9422026d466c2ee3113c93), [`4aa55b3`](https://github.com/mastra-ai/mastra/commit/4aa55b383cf06043943359ea316572fd969861a7), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`9eedf7d`](https://github.com/mastra-ai/mastra/commit/9eedf7de1d6e0022a2f4e5e9e6fe1ec468f9b43c), [`b339816`](https://github.com/mastra-ai/mastra/commit/b339816df0984d0243d944ac2655d6ba5f809cde), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`6f941c4`](https://github.com/mastra-ai/mastra/commit/6f941c438ca5f578619788acc7608fc2e23bd176), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`08bb631`](https://github.com/mastra-ai/mastra/commit/08bb631ae2b14684b2678e3549d0b399a6f0561e), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`4f0331a`](https://github.com/mastra-ai/mastra/commit/4f0331a79bf6eb5ee598a5086e55de4b5a0ada03), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`35edc49`](https://github.com/mastra-ai/mastra/commit/35edc49ac0556db609189641d6341e76771b81fc), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4), [`8a73529`](https://github.com/mastra-ai/mastra/commit/8a73529ca01187f604b1f3019d0a725ac63ae55f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`4fba91b`](https://github.com/mastra-ai/mastra/commit/4fba91bec7c95911dc28e369437596b152b04cd0), [`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`8a000da`](https://github.com/mastra-ai/mastra/commit/8a000da0c09c679a2312f6b3aa05b2ca78ca7393), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019), [`12b0cc4`](https://github.com/mastra-ai/mastra/commit/12b0cc4077d886b1a552637dedb70a7ade93528c), [`3bf6c5f`](https://github.com/mastra-ai/mastra/commit/3bf6c5f104c25226cd84e0c77f9dec15f2cac2db)]:
|
|
1580
|
-
- @mastra/core@1.0.0
|
|
1581
|
-
|
|
1582
|
-
## 1.0.0-beta.13
|
|
1583
|
-
|
|
1584
|
-
### Patch Changes
|
|
1585
|
-
|
|
1586
|
-
- Renamed MastraStorage to MastraCompositeStore for better clarity. The old MastraStorage name remains available as a deprecated alias for backward compatibility, but will be removed in a future version. ([#12093](https://github.com/mastra-ai/mastra/pull/12093))
|
|
1587
|
-
|
|
1588
|
-
**Migration:**
|
|
1589
|
-
|
|
1590
|
-
Update your imports and usage:
|
|
1591
|
-
|
|
1592
|
-
```typescript
|
|
1593
|
-
// Before
|
|
1594
|
-
import { MastraStorage } from '@mastra/core/storage';
|
|
1595
|
-
|
|
1596
|
-
const storage = new MastraStorage({
|
|
1597
|
-
id: 'composite',
|
|
1598
|
-
domains: { ... }
|
|
1599
|
-
});
|
|
1600
|
-
|
|
1601
|
-
// After
|
|
1602
|
-
import { MastraCompositeStore } from '@mastra/core/storage';
|
|
1603
|
-
|
|
1604
|
-
const storage = new MastraCompositeStore({
|
|
1605
|
-
id: 'composite',
|
|
1606
|
-
domains: { ... }
|
|
1607
|
-
});
|
|
1608
|
-
```
|
|
1609
|
-
|
|
1610
|
-
The new name better reflects that this is a composite storage implementation that routes different domains (workflows, traces, messages) to different underlying stores, avoiding confusion with the general "Mastra Storage" concept.
|
|
1611
|
-
|
|
1612
|
-
- Updated dependencies [[`026b848`](https://github.com/mastra-ai/mastra/commit/026b8483fbf5b6d977be8f7e6aac8d15c75558ac), [`ffa553a`](https://github.com/mastra-ai/mastra/commit/ffa553a3edc1bd17d73669fba66d6b6f4ac10897)]:
|
|
1613
|
-
- @mastra/core@1.0.0-beta.26
|
|
1614
|
-
|
|
1615
|
-
## 1.0.0-beta.12
|
|
1616
|
-
|
|
1617
|
-
### Patch Changes
|
|
1618
|
-
|
|
1619
|
-
- Added new `listThreads` method for flexible thread filtering across all storage adapters. ([#11832](https://github.com/mastra-ai/mastra/pull/11832))
|
|
1620
|
-
|
|
1621
|
-
**New Features**
|
|
1622
|
-
- Filter threads by `resourceId`, `metadata`, or both (with AND logic for metadata key-value pairs)
|
|
1623
|
-
- All filter parameters are optional, allowing you to list all threads or filter as needed
|
|
1624
|
-
- Full pagination and sorting support
|
|
1625
|
-
|
|
1626
|
-
**Example Usage**
|
|
1627
|
-
|
|
1628
|
-
```typescript
|
|
1629
|
-
// List all threads
|
|
1630
|
-
const allThreads = await memory.listThreads({});
|
|
1631
|
-
|
|
1632
|
-
// Filter by resourceId only
|
|
1633
|
-
const userThreads = await memory.listThreads({
|
|
1634
|
-
filter: { resourceId: 'user-123' },
|
|
1635
|
-
});
|
|
1636
|
-
|
|
1637
|
-
// Filter by metadata only
|
|
1638
|
-
const supportThreads = await memory.listThreads({
|
|
1639
|
-
filter: { metadata: { category: 'support' } },
|
|
1640
|
-
});
|
|
1641
|
-
|
|
1642
|
-
// Filter by both with pagination
|
|
1643
|
-
const filteredThreads = await memory.listThreads({
|
|
1644
|
-
filter: {
|
|
1645
|
-
resourceId: 'user-123',
|
|
1646
|
-
metadata: { priority: 'high', status: 'open' },
|
|
1647
|
-
},
|
|
1648
|
-
orderBy: { field: 'updatedAt', direction: 'DESC' },
|
|
1649
|
-
page: 0,
|
|
1650
|
-
perPage: 20,
|
|
1651
|
-
});
|
|
1652
|
-
```
|
|
1653
|
-
|
|
1654
|
-
**Security Improvements**
|
|
1655
|
-
- Added validation to prevent SQL injection via malicious metadata keys
|
|
1656
|
-
- Added pagination parameter validation to prevent integer overflow attacks
|
|
1657
|
-
|
|
1658
|
-
- Updated dependencies [[`ed3e3dd`](https://github.com/mastra-ai/mastra/commit/ed3e3ddec69d564fe2b125e083437f76331f1283), [`6833c69`](https://github.com/mastra-ai/mastra/commit/6833c69607418d257750bbcdd84638993d343539), [`47b1c16`](https://github.com/mastra-ai/mastra/commit/47b1c16a01c7ffb6765fe1e499b49092f8b7eba3), [`3a76a80`](https://github.com/mastra-ai/mastra/commit/3a76a80284cb71a0faa975abb3d4b2a9631e60cd), [`8538a0d`](https://github.com/mastra-ai/mastra/commit/8538a0d232619bf55dad7ddc2a8b0ca77c679a87), [`9312dcd`](https://github.com/mastra-ai/mastra/commit/9312dcd1c6f5b321929e7d382e763d95fdc030f5)]:
|
|
1659
|
-
- @mastra/core@1.0.0-beta.25
|
|
1660
|
-
|
|
1661
|
-
## 1.0.0-beta.11
|
|
1662
|
-
|
|
1663
|
-
### Patch Changes
|
|
1664
|
-
|
|
1665
|
-
- Aligned vector store configuration with underlying library APIs, giving you access to all library options directly. ([#11742](https://github.com/mastra-ai/mastra/pull/11742))
|
|
1666
|
-
|
|
1667
|
-
**Why this change?**
|
|
1668
|
-
|
|
1669
|
-
Previously, each vector store defined its own configuration types that only exposed a subset of the underlying library's options. This meant users couldn't access advanced features like authentication, SSL, compression, or custom headers without creating their own client instances. Now, the configuration types extend the library types directly, so all options are available.
|
|
1670
|
-
|
|
1671
|
-
**@mastra/libsql** (Breaking)
|
|
1672
|
-
|
|
1673
|
-
Renamed `connectionUrl` to `url` to match the `@libsql/client` API and align with LibSQLStorage.
|
|
1674
|
-
|
|
1675
|
-
```typescript
|
|
1676
|
-
// Before
|
|
1677
|
-
new LibSQLVector({ id: 'my-vector', connectionUrl: 'file:./db.sqlite' });
|
|
1678
|
-
|
|
1679
|
-
// After
|
|
1680
|
-
new LibSQLVector({ id: 'my-vector', url: 'file:./db.sqlite' });
|
|
1681
|
-
```
|
|
1682
|
-
|
|
1683
|
-
**@mastra/opensearch** (Breaking)
|
|
1684
|
-
|
|
1685
|
-
Renamed `url` to `node` and added support for all OpenSearch `ClientOptions` including authentication, SSL, and compression.
|
|
1686
|
-
|
|
1687
|
-
```typescript
|
|
1688
|
-
// Before
|
|
1689
|
-
new OpenSearchVector({ id: 'my-vector', url: 'http://localhost:9200' });
|
|
1690
|
-
|
|
1691
|
-
// After
|
|
1692
|
-
new OpenSearchVector({ id: 'my-vector', node: 'http://localhost:9200' });
|
|
1693
|
-
|
|
1694
|
-
// With authentication (now possible)
|
|
1695
|
-
new OpenSearchVector({
|
|
1696
|
-
id: 'my-vector',
|
|
1697
|
-
node: 'https://localhost:9200',
|
|
1698
|
-
auth: { username: 'admin', password: 'admin' },
|
|
1699
|
-
ssl: { rejectUnauthorized: false },
|
|
1700
|
-
});
|
|
1701
|
-
```
|
|
1702
|
-
|
|
1703
|
-
**@mastra/pinecone** (Breaking)
|
|
1704
|
-
|
|
1705
|
-
Removed `environment` parameter. Use `controllerHostUrl` instead (the actual Pinecone SDK field name). Added support for all `PineconeConfiguration` options.
|
|
1706
|
-
|
|
1707
|
-
```typescript
|
|
1708
|
-
// Before
|
|
1709
|
-
new PineconeVector({ id: 'my-vector', apiKey: '...', environment: '...' });
|
|
1710
|
-
|
|
1711
|
-
// After
|
|
1712
|
-
new PineconeVector({ id: 'my-vector', apiKey: '...' });
|
|
1713
|
-
|
|
1714
|
-
// With custom controller host (if needed)
|
|
1715
|
-
new PineconeVector({ id: 'my-vector', apiKey: '...', controllerHostUrl: '...' });
|
|
1716
|
-
```
|
|
1717
|
-
|
|
1718
|
-
**@mastra/clickhouse**
|
|
1719
|
-
|
|
1720
|
-
Added support for all `ClickHouseClientConfigOptions` like `request_timeout`, `compression`, `keep_alive`, and `database`. Existing configurations continue to work unchanged.
|
|
1721
|
-
|
|
1722
|
-
**@mastra/cloudflare, @mastra/cloudflare-d1, @mastra/lance, @mastra/libsql, @mastra/mongodb, @mastra/pg, @mastra/upstash**
|
|
1723
|
-
|
|
1724
|
-
Improved logging by replacing `console.warn` with structured logger in workflow storage domains.
|
|
1725
|
-
|
|
1726
|
-
**@mastra/deployer-cloud**
|
|
1727
|
-
|
|
1728
|
-
Updated internal LibSQLVector configuration for compatibility with the new API.
|
|
1729
|
-
|
|
1730
|
-
- Updated dependencies [[`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617)]:
|
|
1731
|
-
- @mastra/core@1.0.0-beta.22
|
|
1732
|
-
|
|
1733
|
-
## 1.0.0-beta.10
|
|
1734
|
-
|
|
1735
|
-
### Patch Changes
|
|
1736
|
-
|
|
1737
|
-
- Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
|
|
1738
|
-
|
|
1739
|
-
Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
|
|
1740
|
-
|
|
1741
|
-
Each package includes:
|
|
1742
|
-
- **SKILL.md** - Entry point explaining the package's purpose and capabilities
|
|
1743
|
-
- **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
|
|
1744
|
-
- **Topic folders** - Conceptual documentation organized by feature area
|
|
1745
|
-
|
|
1746
|
-
Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
|
|
1747
|
-
|
|
1748
|
-
- Added `startExclusive` and `endExclusive` options to `dateRange` filter for message queries. ([#11479](https://github.com/mastra-ai/mastra/pull/11479))
|
|
1749
|
-
|
|
1750
|
-
**What changed:** The `filter.dateRange` parameter in `listMessages()` and `Memory.recall()` now supports `startExclusive` and `endExclusive` boolean options. When set to `true`, messages with timestamps exactly matching the boundary are excluded from results.
|
|
1751
|
-
|
|
1752
|
-
**Why this matters:** Enables cursor-based pagination for chat applications. When new messages arrive during a session, offset-based pagination can skip or duplicate messages. Using `endExclusive: true` with the oldest message's timestamp as a cursor ensures consistent pagination without gaps or duplicates.
|
|
1753
|
-
|
|
1754
|
-
**Example:**
|
|
1755
|
-
|
|
1756
|
-
```typescript
|
|
1757
|
-
// Get first page
|
|
1758
|
-
const page1 = await memory.recall({
|
|
1759
|
-
threadId: 'thread-123',
|
|
1760
|
-
perPage: 10,
|
|
1761
|
-
orderBy: { field: 'createdAt', direction: 'DESC' },
|
|
1762
|
-
});
|
|
1763
|
-
|
|
1764
|
-
// Get next page using cursor-based pagination
|
|
1765
|
-
const oldestMessage = page1.messages[page1.messages.length - 1];
|
|
1766
|
-
const page2 = await memory.recall({
|
|
1767
|
-
threadId: 'thread-123',
|
|
1768
|
-
perPage: 10,
|
|
1769
|
-
orderBy: { field: 'createdAt', direction: 'DESC' },
|
|
1770
|
-
filter: {
|
|
1771
|
-
dateRange: {
|
|
1772
|
-
end: oldestMessage.createdAt,
|
|
1773
|
-
endExclusive: true, // Excludes the cursor message
|
|
1774
|
-
},
|
|
1775
|
-
},
|
|
1776
|
-
});
|
|
1777
|
-
```
|
|
1778
|
-
|
|
1779
|
-
- Updated dependencies [[`d2d3e22`](https://github.com/mastra-ai/mastra/commit/d2d3e22a419ee243f8812a84e3453dd44365ecb0), [`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`05b8bee`](https://github.com/mastra-ai/mastra/commit/05b8bee9e50e6c2a4a2bf210eca25ee212ca24fa), [`c042bd0`](https://github.com/mastra-ai/mastra/commit/c042bd0b743e0e86199d0cb83344ca7690e34a9c), [`940a2b2`](https://github.com/mastra-ai/mastra/commit/940a2b27480626ed7e74f55806dcd2181c1dd0c2), [`e0941c3`](https://github.com/mastra-ai/mastra/commit/e0941c3d7fc75695d5d258e7008fd5d6e650800c), [`0c0580a`](https://github.com/mastra-ai/mastra/commit/0c0580a42f697cd2a7d5973f25bfe7da9055038a), [`28f5f89`](https://github.com/mastra-ai/mastra/commit/28f5f89705f2409921e3c45178796c0e0d0bbb64), [`e601b27`](https://github.com/mastra-ai/mastra/commit/e601b272c70f3a5ecca610373aa6223012704892), [`3d3366f`](https://github.com/mastra-ai/mastra/commit/3d3366f31683e7137d126a3a57174a222c5801fb), [`5a4953f`](https://github.com/mastra-ai/mastra/commit/5a4953f7d25bb15ca31ed16038092a39cb3f98b3), [`eb9e522`](https://github.com/mastra-ai/mastra/commit/eb9e522ce3070a405e5b949b7bf5609ca51d7fe2), [`20e6f19`](https://github.com/mastra-ai/mastra/commit/20e6f1971d51d3ff6dd7accad8aaaae826d540ed), [`4f0b3c6`](https://github.com/mastra-ai/mastra/commit/4f0b3c66f196c06448487f680ccbb614d281e2f7), [`74c4f22`](https://github.com/mastra-ai/mastra/commit/74c4f22ed4c71e72598eacc346ba95cdbc00294f), [`81b6a8f`](https://github.com/mastra-ai/mastra/commit/81b6a8ff79f49a7549d15d66624ac1a0b8f5f971), [`e4d366a`](https://github.com/mastra-ai/mastra/commit/e4d366aeb500371dd4210d6aa8361a4c21d87034), [`a4f010b`](https://github.com/mastra-ai/mastra/commit/a4f010b22e4355a5fdee70a1fe0f6e4a692cc29e), [`73b0bb3`](https://github.com/mastra-ai/mastra/commit/73b0bb394dba7c9482eb467a97ab283dbc0ef4db), [`5627a8c`](https://github.com/mastra-ai/mastra/commit/5627a8c6dc11fe3711b3fa7a6ffd6eb34100a306), [`3ff45d1`](https://github.com/mastra-ai/mastra/commit/3ff45d10e0c80c5335a957ab563da72feb623520), [`251df45`](https://github.com/mastra-ai/mastra/commit/251df4531407dfa46d805feb40ff3fb49769f455), [`f894d14`](https://github.com/mastra-ai/mastra/commit/f894d148946629af7b1f452d65a9cf864cec3765), [`c2b9547`](https://github.com/mastra-ai/mastra/commit/c2b9547bf435f56339f23625a743b2147ab1c7a6), [`580b592`](https://github.com/mastra-ai/mastra/commit/580b5927afc82fe460dfdf9a38a902511b6b7e7f), [`58e3931`](https://github.com/mastra-ai/mastra/commit/58e3931af9baa5921688566210f00fb0c10479fa), [`08bb631`](https://github.com/mastra-ai/mastra/commit/08bb631ae2b14684b2678e3549d0b399a6f0561e), [`4fba91b`](https://github.com/mastra-ai/mastra/commit/4fba91bec7c95911dc28e369437596b152b04cd0), [`12b0cc4`](https://github.com/mastra-ai/mastra/commit/12b0cc4077d886b1a552637dedb70a7ade93528c)]:
|
|
1780
|
-
- @mastra/core@1.0.0-beta.20
|
|
1781
|
-
|
|
1782
|
-
## 1.0.0-beta.9
|
|
1783
|
-
|
|
1784
|
-
### Patch Changes
|
|
1785
|
-
|
|
1786
|
-
- Add storage composition to MastraStorage ([#11401](https://github.com/mastra-ai/mastra/pull/11401))
|
|
1787
|
-
|
|
1788
|
-
`MastraStorage` can now compose storage domains from different adapters. Use it when you need different databases for different purposes - for example, PostgreSQL for memory and workflows, but a different database for observability.
|
|
1789
|
-
|
|
1790
|
-
```typescript
|
|
1791
|
-
import { MastraStorage } from '@mastra/core/storage';
|
|
1792
|
-
import { MemoryPG, WorkflowsPG, ScoresPG } from '@mastra/pg';
|
|
1793
|
-
import { MemoryLibSQL } from '@mastra/libsql';
|
|
1794
|
-
|
|
1795
|
-
// Compose domains from different stores
|
|
1796
|
-
const storage = new MastraStorage({
|
|
1797
|
-
id: 'composite',
|
|
1798
|
-
domains: {
|
|
1799
|
-
memory: new MemoryLibSQL({ url: 'file:./local.db' }),
|
|
1800
|
-
workflows: new WorkflowsPG({ connectionString: process.env.DATABASE_URL }),
|
|
1801
|
-
scores: new ScoresPG({ connectionString: process.env.DATABASE_URL }),
|
|
1802
|
-
},
|
|
1803
|
-
});
|
|
1804
|
-
```
|
|
1805
|
-
|
|
1806
|
-
**Breaking changes:**
|
|
1807
|
-
- `storage.supports` property no longer exists
|
|
1808
|
-
- `StorageSupports` type is no longer exported from `@mastra/core/storage`
|
|
1809
|
-
|
|
1810
|
-
All stores now support the same features. For domain availability, use `getStore()`:
|
|
1811
|
-
|
|
1812
|
-
```typescript
|
|
1813
|
-
const store = await storage.getStore('memory');
|
|
1814
|
-
if (store) {
|
|
1815
|
-
// domain is available
|
|
1816
|
-
}
|
|
1817
|
-
```
|
|
1818
|
-
|
|
1819
|
-
- Updated dependencies [[`3d93a15`](https://github.com/mastra-ai/mastra/commit/3d93a15796b158c617461c8b98bede476ebb43e2), [`efe406a`](https://github.com/mastra-ai/mastra/commit/efe406a1353c24993280ebc2ed61dd9f65b84b26), [`119e5c6`](https://github.com/mastra-ai/mastra/commit/119e5c65008f3e5cfca954eefc2eb85e3bf40da4), [`74e504a`](https://github.com/mastra-ai/mastra/commit/74e504a3b584eafd2f198001c6a113bbec589fd3), [`e33fdbd`](https://github.com/mastra-ai/mastra/commit/e33fdbd07b33920d81e823122331b0c0bee0bb59), [`929f69c`](https://github.com/mastra-ai/mastra/commit/929f69c3436fa20dd0f0e2f7ebe8270bd82a1529), [`8a73529`](https://github.com/mastra-ai/mastra/commit/8a73529ca01187f604b1f3019d0a725ac63ae55f)]:
|
|
1820
|
-
- @mastra/core@1.0.0-beta.16
|
|
1821
|
-
|
|
1822
|
-
## 1.0.0-beta.8
|
|
1823
|
-
|
|
1824
|
-
### Minor Changes
|
|
1825
|
-
|
|
1826
|
-
- Introduce StorageDomain base class for composite storage support ([#11249](https://github.com/mastra-ai/mastra/pull/11249))
|
|
1827
|
-
|
|
1828
|
-
Storage adapters now use a domain-based architecture where each domain (memory, workflows, scores, observability, agents) extends a `StorageDomain` base class with `init()` and `dangerouslyClearAll()` methods.
|
|
1829
|
-
|
|
1830
|
-
**Key changes:**
|
|
1831
|
-
- Add `StorageDomain` abstract base class that all domain storage classes extend
|
|
1832
|
-
- Add `InMemoryDB` class for shared state across in-memory domain implementations
|
|
1833
|
-
- All storage domains now implement `dangerouslyClearAll()` for test cleanup
|
|
1834
|
-
- Remove `operations` from public `StorageDomains` type (now internal to each adapter)
|
|
1835
|
-
- Add flexible client/config patterns - domains accept either an existing database client or config to create one internally
|
|
1836
|
-
|
|
1837
|
-
**Why this matters:**
|
|
1838
|
-
|
|
1839
|
-
This enables composite storage where you can use different database adapters per domain:
|
|
1840
|
-
|
|
1841
|
-
```typescript
|
|
1842
|
-
import { Mastra } from '@mastra/core';
|
|
1843
|
-
import { PostgresStore } from '@mastra/pg';
|
|
1844
|
-
import { ClickhouseStore } from '@mastra/clickhouse';
|
|
1845
|
-
|
|
1846
|
-
// Use Postgres for most domains but Clickhouse for observability
|
|
1847
|
-
const mastra = new Mastra({
|
|
1848
|
-
storage: new PostgresStore({
|
|
1849
|
-
connectionString: 'postgres://...',
|
|
1850
|
-
}),
|
|
1851
|
-
// Future: override specific domains
|
|
1852
|
-
// observability: new ClickhouseStore({ ... }).getStore('observability'),
|
|
1853
|
-
});
|
|
1854
|
-
```
|
|
1855
|
-
|
|
1856
|
-
**Standalone domain usage:**
|
|
1857
|
-
|
|
1858
|
-
Domains can now be used independently with flexible configuration:
|
|
1859
|
-
|
|
1860
|
-
```typescript
|
|
1861
|
-
import { MemoryLibSQL } from '@mastra/libsql/memory';
|
|
1862
|
-
|
|
1863
|
-
// Option 1: Pass config to create client internally
|
|
1864
|
-
const memory = new MemoryLibSQL({
|
|
1865
|
-
url: 'file:./local.db',
|
|
1866
|
-
});
|
|
1867
|
-
|
|
1868
|
-
// Option 2: Pass existing client for shared connections
|
|
1869
|
-
import { createClient } from '@libsql/client';
|
|
1870
|
-
const client = createClient({ url: 'file:./local.db' });
|
|
1871
|
-
const memory = new MemoryLibSQL({ client });
|
|
1872
|
-
```
|
|
1873
|
-
|
|
1874
|
-
**Breaking changes:**
|
|
1875
|
-
- `StorageDomains` type no longer includes `operations` - access via `getStore()` instead
|
|
1876
|
-
- Domain base classes now require implementing `dangerouslyClearAll()` method
|
|
1877
|
-
|
|
1878
|
-
- Refactor storage architecture to use domain-specific stores via `getStore()` pattern ([#11361](https://github.com/mastra-ai/mastra/pull/11361))
|
|
1879
|
-
|
|
1880
|
-
### Summary
|
|
1881
|
-
|
|
1882
|
-
This release introduces a new storage architecture that replaces passthrough methods on `MastraStorage` with domain-specific storage interfaces accessed via `getStore()`. This change reduces code duplication across storage adapters and provides a cleaner, more modular API.
|
|
1883
|
-
|
|
1884
|
-
### Migration Guide
|
|
1885
|
-
|
|
1886
|
-
All direct method calls on storage instances should be updated to use `getStore()`:
|
|
1887
|
-
|
|
1888
|
-
```typescript
|
|
1889
|
-
// Before
|
|
1890
|
-
const thread = await storage.getThreadById({ threadId });
|
|
1891
|
-
await storage.persistWorkflowSnapshot({ workflowName, runId, snapshot });
|
|
1892
|
-
await storage.createSpan(span);
|
|
1893
|
-
|
|
1894
|
-
// After
|
|
1895
|
-
const memory = await storage.getStore('memory');
|
|
1896
|
-
const thread = await memory?.getThreadById({ threadId });
|
|
1897
|
-
|
|
1898
|
-
const workflows = await storage.getStore('workflows');
|
|
1899
|
-
await workflows?.persistWorkflowSnapshot({ workflowName, runId, snapshot });
|
|
1900
|
-
|
|
1901
|
-
const observability = await storage.getStore('observability');
|
|
1902
|
-
await observability?.createSpan(span);
|
|
1903
|
-
```
|
|
1904
|
-
|
|
1905
|
-
### Available Domains
|
|
1906
|
-
- **`memory`**: Thread and message operations (`getThreadById`, `saveThread`, `saveMessages`, etc.)
|
|
1907
|
-
- **`workflows`**: Workflow state persistence (`persistWorkflowSnapshot`, `loadWorkflowSnapshot`, `getWorkflowRunById`, etc.)
|
|
1908
|
-
- **`scores`**: Evaluation scores (`saveScore`, `listScoresByScorerId`, etc.)
|
|
1909
|
-
- **`observability`**: Tracing and spans (`createSpan`, `updateSpan`, `getTrace`, etc.)
|
|
1910
|
-
- **`agents`**: Stored agent configurations (`createAgent`, `getAgentById`, `listAgents`, etc.)
|
|
1911
|
-
|
|
1912
|
-
### Breaking Changes
|
|
1913
|
-
- Passthrough methods have been removed from `MastraStorage` base class
|
|
1914
|
-
- All storage adapters now require accessing domains via `getStore()`
|
|
1915
|
-
- The `stores` property on storage instances is now the canonical way to access domain storage
|
|
1916
|
-
|
|
1917
|
-
### Internal Changes
|
|
1918
|
-
- Each storage adapter now initializes domain-specific stores in its constructor
|
|
1919
|
-
- Domain stores share database connections and handle their own table initialization
|
|
1920
|
-
|
|
1921
|
-
- Unified observability schema with entity-based span identification ([#11132](https://github.com/mastra-ai/mastra/pull/11132))
|
|
1922
|
-
|
|
1923
|
-
## What changed
|
|
1924
|
-
|
|
1925
|
-
Spans now use a unified identification model with `entityId`, `entityType`, and `entityName` instead of separate `agentId`, `toolId`, `workflowId` fields.
|
|
1926
|
-
|
|
1927
|
-
**Before:**
|
|
1928
|
-
|
|
1929
|
-
```typescript
|
|
1930
|
-
// Old span structure
|
|
1931
|
-
span.agentId; // 'my-agent'
|
|
1932
|
-
span.toolId; // undefined
|
|
1933
|
-
span.workflowId; // undefined
|
|
1934
|
-
```
|
|
1935
|
-
|
|
1936
|
-
**After:**
|
|
1937
|
-
|
|
1938
|
-
```typescript
|
|
1939
|
-
// New span structure
|
|
1940
|
-
span.entityType; // EntityType.AGENT
|
|
1941
|
-
span.entityId; // 'my-agent'
|
|
1942
|
-
span.entityName; // 'My Agent'
|
|
1943
|
-
```
|
|
1944
|
-
|
|
1945
|
-
## New `listTraces()` API
|
|
1946
|
-
|
|
1947
|
-
Query traces with filtering, pagination, and sorting:
|
|
1948
|
-
|
|
1949
|
-
```typescript
|
|
1950
|
-
const { spans, pagination } = await storage.listTraces({
|
|
1951
|
-
filters: {
|
|
1952
|
-
entityType: EntityType.AGENT,
|
|
1953
|
-
entityId: 'my-agent',
|
|
1954
|
-
userId: 'user-123',
|
|
1955
|
-
environment: 'production',
|
|
1956
|
-
status: TraceStatus.SUCCESS,
|
|
1957
|
-
startedAt: { start: new Date('2024-01-01'), end: new Date('2024-01-31') },
|
|
1958
|
-
},
|
|
1959
|
-
pagination: { page: 0, perPage: 50 },
|
|
1960
|
-
orderBy: { field: 'startedAt', direction: 'DESC' },
|
|
1961
|
-
});
|
|
1962
|
-
```
|
|
1963
|
-
|
|
1964
|
-
**Available filters:** date ranges (`startedAt`, `endedAt`), entity (`entityType`, `entityId`, `entityName`), identity (`userId`, `organizationId`), correlation IDs (`runId`, `sessionId`, `threadId`), deployment (`environment`, `source`, `serviceName`), `tags`, `metadata`, and `status`.
|
|
1965
|
-
|
|
1966
|
-
## New retrieval methods
|
|
1967
|
-
- `getSpan({ traceId, spanId })` - Get a single span
|
|
1968
|
-
- `getRootSpan({ traceId })` - Get the root span of a trace
|
|
1969
|
-
- `getTrace({ traceId })` - Get all spans for a trace
|
|
1970
|
-
|
|
1971
|
-
## Backward compatibility
|
|
1972
|
-
|
|
1973
|
-
The legacy `getTraces()` method continues to work. When you pass `name: "agent run: my-agent"`, it automatically transforms to `entityId: "my-agent", entityType: AGENT`.
|
|
1974
|
-
|
|
1975
|
-
## Migration
|
|
1976
|
-
|
|
1977
|
-
**Automatic:** SQL-based stores (PostgreSQL, LibSQL, MSSQL) automatically add new columns to existing `spans` tables on initialization. Existing data is preserved with new columns set to `NULL`.
|
|
1978
|
-
|
|
1979
|
-
**No action required:** Your existing code continues to work. Adopt the new fields and `listTraces()` API at your convenience.
|
|
1980
|
-
|
|
1981
|
-
### Patch Changes
|
|
1982
|
-
|
|
1983
|
-
- Added pre-configured client support for all storage adapters. ([#11302](https://github.com/mastra-ai/mastra/pull/11302))
|
|
1984
|
-
|
|
1985
|
-
**What changed**
|
|
1986
|
-
|
|
1987
|
-
All storage adapters now accept pre-configured database clients in addition to connection credentials. This allows you to customize client settings (connection pools, timeouts, interceptors) before passing them to Mastra.
|
|
1988
|
-
|
|
1989
|
-
**Example**
|
|
1990
|
-
|
|
1991
|
-
```typescript
|
|
1992
|
-
import { createClient } from '@clickhouse/client';
|
|
1993
|
-
import { ClickhouseStore } from '@mastra/clickhouse';
|
|
1994
|
-
|
|
1995
|
-
// Create and configure client with custom settings
|
|
1996
|
-
const client = createClient({
|
|
1997
|
-
url: 'http://localhost:8123',
|
|
1998
|
-
username: 'default',
|
|
1999
|
-
password: '',
|
|
2000
|
-
request_timeout: 60000,
|
|
2001
|
-
});
|
|
2002
|
-
|
|
2003
|
-
// Pass pre-configured client to store
|
|
2004
|
-
const store = new ClickhouseStore({
|
|
2005
|
-
id: 'my-store',
|
|
2006
|
-
client,
|
|
2007
|
-
});
|
|
2008
|
-
```
|
|
2009
|
-
|
|
2010
|
-
**Additional improvements**
|
|
2011
|
-
- Added input validation for required connection parameters (URL, credentials) with clear error messages
|
|
2012
|
-
|
|
2013
|
-
- Updated dependencies [[`33a4d2e`](https://github.com/mastra-ai/mastra/commit/33a4d2e4ed8af51f69256232f00c34d6b6b51d48), [`4aaa844`](https://github.com/mastra-ai/mastra/commit/4aaa844a4f19d054490f43638a990cc57bda8d2f), [`4a1a6cb`](https://github.com/mastra-ai/mastra/commit/4a1a6cb3facad54b2bb6780b00ce91d6de1edc08), [`31d13d5`](https://github.com/mastra-ai/mastra/commit/31d13d5fdc2e2380e2e3ee3ec9fb29d2a00f265d), [`4c62166`](https://github.com/mastra-ai/mastra/commit/4c621669f4a29b1f443eca3ba70b814afa286266), [`7bcbf10`](https://github.com/mastra-ai/mastra/commit/7bcbf10133516e03df964b941f9a34e9e4ab4177), [`4353600`](https://github.com/mastra-ai/mastra/commit/43536005a65988a8eede236f69122e7f5a284ba2), [`6986fb0`](https://github.com/mastra-ai/mastra/commit/6986fb064f5db6ecc24aa655e1d26529087b43b3), [`053e979`](https://github.com/mastra-ai/mastra/commit/053e9793b28e970086b0507f7f3b76ea32c1e838), [`e26dc9c`](https://github.com/mastra-ai/mastra/commit/e26dc9c3ccfec54ae3dc3e2b2589f741f9ae60a6), [`55edf73`](https://github.com/mastra-ai/mastra/commit/55edf7302149d6c964fbb7908b43babfc2b52145), [`27c0009`](https://github.com/mastra-ai/mastra/commit/27c0009777a6073d7631b0eb7b481d94e165b5ca), [`dee388d`](https://github.com/mastra-ai/mastra/commit/dee388dde02f2e63c53385ae69252a47ab6825cc), [`3f3fc30`](https://github.com/mastra-ai/mastra/commit/3f3fc3096f24c4a26cffeecfe73085928f72aa63), [`d90ea65`](https://github.com/mastra-ai/mastra/commit/d90ea6536f7aa51c6545a4e9215b55858e98e16d), [`d171e55`](https://github.com/mastra-ai/mastra/commit/d171e559ead9f52ec728d424844c8f7b164c4510), [`10c2735`](https://github.com/mastra-ai/mastra/commit/10c27355edfdad1ee2b826b897df74125eb81fb8), [`1924cf0`](https://github.com/mastra-ai/mastra/commit/1924cf06816e5e4d4d5333065ec0f4bb02a97799), [`b339816`](https://github.com/mastra-ai/mastra/commit/b339816df0984d0243d944ac2655d6ba5f809cde)]:
|
|
2014
|
-
- @mastra/core@1.0.0-beta.15
|
|
2015
|
-
|
|
2016
|
-
## 1.0.0-beta.7
|
|
2017
|
-
|
|
2018
|
-
### Patch Changes
|
|
2019
|
-
|
|
2020
|
-
- Preserve error details when thrown from workflow steps ([#10992](https://github.com/mastra-ai/mastra/pull/10992))
|
|
2021
|
-
|
|
2022
|
-
Workflow errors now retain custom properties like `statusCode`, `responseHeaders`, and `cause` chains. This enables error-specific recovery logic in your applications.
|
|
2023
|
-
|
|
2024
|
-
**Before:**
|
|
2025
|
-
|
|
2026
|
-
```typescript
|
|
2027
|
-
const result = await workflow.execute({ input });
|
|
2028
|
-
if (result.status === 'failed') {
|
|
2029
|
-
// Custom error properties were lost
|
|
2030
|
-
console.log(result.error); // "Step execution failed" (just a string)
|
|
2031
|
-
}
|
|
2032
|
-
```
|
|
2033
|
-
|
|
2034
|
-
**After:**
|
|
2035
|
-
|
|
2036
|
-
```typescript
|
|
2037
|
-
const result = await workflow.execute({ input });
|
|
2038
|
-
if (result.status === 'failed') {
|
|
2039
|
-
// Custom properties are preserved
|
|
2040
|
-
console.log(result.error.message); // "Step execution failed"
|
|
2041
|
-
console.log(result.error.statusCode); // 429
|
|
2042
|
-
console.log(result.error.cause?.name); // "RateLimitError"
|
|
2043
|
-
}
|
|
2044
|
-
```
|
|
2045
|
-
|
|
2046
|
-
**Type change:** `WorkflowState.error` and `WorkflowRunState.error` types changed from `string | Error` to `SerializedError`.
|
|
2047
|
-
|
|
2048
|
-
Other changes:
|
|
2049
|
-
- Added `UpdateWorkflowStateOptions` type for workflow state updates
|
|
2050
|
-
|
|
2051
|
-
- Updated dependencies [[`d5ed981`](https://github.com/mastra-ai/mastra/commit/d5ed981c8701c1b8a27a5f35a9a2f7d9244e695f), [`9650cce`](https://github.com/mastra-ai/mastra/commit/9650cce52a1d917ff9114653398e2a0f5c3ba808), [`932d63d`](https://github.com/mastra-ai/mastra/commit/932d63dd51be9c8bf1e00e3671fe65606c6fb9cd), [`b760b73`](https://github.com/mastra-ai/mastra/commit/b760b731aca7c8a3f041f61d57a7f125ae9cb215), [`695a621`](https://github.com/mastra-ai/mastra/commit/695a621528bdabeb87f83c2277cf2bb084c7f2b4), [`2b459f4`](https://github.com/mastra-ai/mastra/commit/2b459f466fd91688eeb2a44801dc23f7f8a887ab), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`24b76d8`](https://github.com/mastra-ai/mastra/commit/24b76d8e17656269c8ed09a0c038adb9cc2ae95a), [`243a823`](https://github.com/mastra-ai/mastra/commit/243a8239c5906f5c94e4f78b54676793f7510ae3), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`c61fac3`](https://github.com/mastra-ai/mastra/commit/c61fac3add96f0dcce0208c07415279e2537eb62), [`6f14f70`](https://github.com/mastra-ai/mastra/commit/6f14f706ccaaf81b69544b6c1b75ab66a41e5317), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`4524734`](https://github.com/mastra-ai/mastra/commit/45247343e384717a7c8404296275c56201d6470f), [`2a53598`](https://github.com/mastra-ai/mastra/commit/2a53598c6d8cfeb904a7fc74e57e526d751c8fa6), [`c7cd3c7`](https://github.com/mastra-ai/mastra/commit/c7cd3c7a187d7aaf79e2ca139de328bf609a14b4), [`847c212`](https://github.com/mastra-ai/mastra/commit/847c212caba7df0d6f2fc756b494ac3c75c3720d), [`6f941c4`](https://github.com/mastra-ai/mastra/commit/6f941c438ca5f578619788acc7608fc2e23bd176)]:
|
|
2052
|
-
- @mastra/core@1.0.0-beta.12
|
|
2053
|
-
|
|
2054
|
-
## 1.0.0-beta.6
|
|
2055
|
-
|
|
2056
|
-
### Patch Changes
|
|
2057
|
-
|
|
2058
|
-
- Add delete workflow run API ([#10991](https://github.com/mastra-ai/mastra/pull/10991))
|
|
2059
|
-
|
|
2060
|
-
```typescript
|
|
2061
|
-
await workflow.deleteWorkflowRunById(runId);
|
|
2062
|
-
```
|
|
2063
|
-
|
|
2064
|
-
- Updated dependencies [[`edb07e4`](https://github.com/mastra-ai/mastra/commit/edb07e49283e0c28bd094a60e03439bf6ecf0221), [`b7e17d3`](https://github.com/mastra-ai/mastra/commit/b7e17d3f5390bb5a71efc112204413656fcdc18d), [`261473a`](https://github.com/mastra-ai/mastra/commit/261473ac637e633064a22076671e2e02b002214d), [`5d7000f`](https://github.com/mastra-ai/mastra/commit/5d7000f757cd65ea9dc5b05e662fd83dfd44e932), [`4f0331a`](https://github.com/mastra-ai/mastra/commit/4f0331a79bf6eb5ee598a5086e55de4b5a0ada03), [`8a000da`](https://github.com/mastra-ai/mastra/commit/8a000da0c09c679a2312f6b3aa05b2ca78ca7393)]:
|
|
2065
|
-
- @mastra/core@1.0.0-beta.10
|
|
2066
|
-
|
|
2067
|
-
## 1.0.0-beta.5
|
|
2068
|
-
|
|
2069
|
-
### Patch Changes
|
|
2070
|
-
|
|
2071
|
-
- Fix saveScore not persisting ID correctly, breaking getScoreById retrieval ([#10915](https://github.com/mastra-ai/mastra/pull/10915))
|
|
2072
|
-
|
|
2073
|
-
**What Changed**
|
|
2074
|
-
- saveScore now correctly returns scores that can be retrieved with getScoreById
|
|
2075
|
-
- Validation errors now include contextual information (scorer, entity, trace details) for easier debugging
|
|
2076
|
-
|
|
2077
|
-
**Impact**
|
|
2078
|
-
Previously, calling getScoreById after saveScore would return null because the generated ID wasn't persisted to the database. This is now fixed across all store implementations, ensuring consistent behavior and data integrity.
|
|
2079
|
-
|
|
2080
|
-
- Updated dependencies [[`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b)]:
|
|
2081
|
-
- @mastra/core@1.0.0-beta.8
|
|
2082
|
-
|
|
2083
|
-
## 1.0.0-beta.4
|
|
2084
|
-
|
|
2085
|
-
### Minor Changes
|
|
2086
|
-
|
|
2087
|
-
- Add `disableInit` option to all storage adapters ([#10851](https://github.com/mastra-ai/mastra/pull/10851))
|
|
2088
|
-
|
|
2089
|
-
Adds a new `disableInit` config option to all storage providers that allows users to disable automatic table creation/migrations at runtime. This is useful for CI/CD pipelines where you want to run migrations during deployment with elevated credentials, then run the application with `disableInit: true` so it doesn't attempt schema changes at runtime.
|
|
2090
|
-
|
|
2091
|
-
```typescript
|
|
2092
|
-
// CI/CD script - run migrations
|
|
2093
|
-
const storage = new PostgresStore({
|
|
2094
|
-
connectionString: DATABASE_URL,
|
|
2095
|
-
id: 'pg-storage',
|
|
2096
|
-
});
|
|
2097
|
-
await storage.init();
|
|
2098
|
-
|
|
2099
|
-
// Runtime - skip auto-init
|
|
2100
|
-
const storage = new PostgresStore({
|
|
2101
|
-
connectionString: DATABASE_URL,
|
|
2102
|
-
id: 'pg-storage',
|
|
2103
|
-
disableInit: true,
|
|
2104
|
-
});
|
|
2105
|
-
```
|
|
2106
|
-
|
|
2107
|
-
### Patch Changes
|
|
2108
|
-
|
|
2109
|
-
- Standardize error IDs across all storage and vector stores using centralized helper functions (`createStorageErrorId` and `createVectorErrorId`). This ensures consistent error ID patterns (`MASTRA_STORAGE_{STORE}_{OPERATION}_{STATUS}` and `MASTRA_VECTOR_{STORE}_{OPERATION}_{STATUS}`) across the codebase for better error tracking and debugging. ([#10913](https://github.com/mastra-ai/mastra/pull/10913))
|
|
2110
|
-
|
|
2111
|
-
- Updated dependencies [[`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b)]:
|
|
2112
|
-
- @mastra/core@1.0.0-beta.7
|
|
2113
|
-
|
|
2114
|
-
## 1.0.0-beta.3
|
|
2115
|
-
|
|
2116
|
-
### Patch Changes
|
|
2117
|
-
|
|
2118
|
-
- feat(storage): support querying messages from multiple threads ([#10663](https://github.com/mastra-ai/mastra/pull/10663))
|
|
2119
|
-
- Fixed TypeScript errors where `threadId: string | string[]` was being passed to places expecting `Scalar` type
|
|
2120
|
-
- Added proper multi-thread support for `listMessages` across all adapters when `threadId` is an array
|
|
2121
|
-
- Updated `_getIncludedMessages` to look up message threadId by ID (since message IDs are globally unique)
|
|
2122
|
-
- **upstash**: Added `msg-idx:{messageId}` index for O(1) message lookups (backwards compatible with fallback to scan for old messages, with automatic backfill)
|
|
2123
|
-
|
|
2124
|
-
- fix: ensure score responses match saved payloads for Mastra Stores. ([#10557](https://github.com/mastra-ai/mastra/pull/10557))
|
|
2125
|
-
|
|
2126
|
-
- Unify transformScoreRow functions across storage adapters ([#10648](https://github.com/mastra-ai/mastra/pull/10648))
|
|
2127
|
-
|
|
2128
|
-
Added a unified `transformScoreRow` function in `@mastra/core/storage` that provides schema-driven row transformation for score data. This eliminates code duplication across 10 storage adapters while maintaining store-specific behavior through configurable options:
|
|
2129
|
-
- `preferredTimestampFields`: Preferred source fields for timestamps (PostgreSQL, Cloudflare D1)
|
|
2130
|
-
- `convertTimestamps`: Convert timestamp strings to Date objects (MSSQL, MongoDB, ClickHouse)
|
|
2131
|
-
- `nullValuePattern`: Skip values matching pattern (ClickHouse's `'_null_'`)
|
|
2132
|
-
- `fieldMappings`: Map source column names to schema fields (LibSQL's `additionalLLMContext`)
|
|
2133
|
-
|
|
2134
|
-
Each store adapter now uses the unified function with appropriate options, reducing ~200 lines of duplicate transformation logic while ensuring consistent behavior across all storage backends.
|
|
2135
|
-
|
|
2136
|
-
- Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749)]:
|
|
2137
|
-
- @mastra/core@1.0.0-beta.6
|
|
2138
|
-
|
|
2139
|
-
## 1.0.0-beta.2
|
|
2140
|
-
|
|
2141
|
-
### Patch Changes
|
|
2142
|
-
|
|
2143
|
-
- Fix message sorting in listMessages when using semantic recall (include parameter). Messages are now always sorted by createdAt instead of storage order, ensuring correct chronological ordering of conversation history. ([#10491](https://github.com/mastra-ai/mastra/pull/10491))
|
|
2144
|
-
|
|
2145
|
-
- Updated dependencies [[`21a15de`](https://github.com/mastra-ai/mastra/commit/21a15de369fe82aac26bb642ed7be73505475e8b), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`b0e2ea5`](https://github.com/mastra-ai/mastra/commit/b0e2ea5b52c40fae438b9e2f7baee6f0f89c5442), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`ab035c2`](https://github.com/mastra-ai/mastra/commit/ab035c2ef6d8cc7bb25f06f1a38508bd9e6f126b), [`1a46a56`](https://github.com/mastra-ai/mastra/commit/1a46a566f45a3fcbadc1cf36bf86d351f264bfa3), [`3cf540b`](https://github.com/mastra-ai/mastra/commit/3cf540b9fbfea8f4fc8d3a2319a4e6c0b0cbfd52), [`1c6ce51`](https://github.com/mastra-ai/mastra/commit/1c6ce51f875915ab57fd36873623013699a2a65d), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`ccc141e`](https://github.com/mastra-ai/mastra/commit/ccc141ed27da0abc3a3fc28e9e5128152e8e37f4), [`fe3b897`](https://github.com/mastra-ai/mastra/commit/fe3b897c2ccbcd2b10e81b099438c7337feddf89), [`00123ba`](https://github.com/mastra-ai/mastra/commit/00123ba96dc9e5cd0b110420ebdba56d8f237b25), [`29c4309`](https://github.com/mastra-ai/mastra/commit/29c4309f818b24304c041bcb4a8f19b5f13f6b62), [`16785ce`](https://github.com/mastra-ai/mastra/commit/16785ced928f6f22638f4488cf8a125d99211799), [`de8239b`](https://github.com/mastra-ai/mastra/commit/de8239bdcb1d8c0cfa06da21f1569912a66bbc8a), [`b5e6cd7`](https://github.com/mastra-ai/mastra/commit/b5e6cd77fc8c8e64e0494c1d06cee3d84e795d1e), [`3759cb0`](https://github.com/mastra-ai/mastra/commit/3759cb064935b5f74c65ac2f52a1145f7352899d), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`b61b93f`](https://github.com/mastra-ai/mastra/commit/b61b93f9e058b11dd2eec169853175d31dbdd567), [`bae33d9`](https://github.com/mastra-ai/mastra/commit/bae33d91a63fbb64d1e80519e1fc1acaed1e9013), [`c0b731f`](https://github.com/mastra-ai/mastra/commit/c0b731fb27d712dc8582e846df5c0332a6a0c5ba), [`43ca8f2`](https://github.com/mastra-ai/mastra/commit/43ca8f2c7334851cc7b4d3d2f037d8784bfbdd5f), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`35edc49`](https://github.com/mastra-ai/mastra/commit/35edc49ac0556db609189641d6341e76771b81fc)]:
|
|
2146
|
-
- @mastra/core@1.0.0-beta.5
|
|
2147
|
-
|
|
2148
|
-
## 1.0.0-beta.1
|
|
2149
|
-
|
|
2150
|
-
### Patch Changes
|
|
2151
|
-
|
|
2152
|
-
- Add restart method to workflow run that allows restarting an active workflow run ([#9750](https://github.com/mastra-ai/mastra/pull/9750))
|
|
2153
|
-
Add status filter to `listWorkflowRuns`
|
|
2154
|
-
Add automatic restart to restart active workflow runs when server starts
|
|
2155
|
-
- Updated dependencies [[`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4)]:
|
|
2156
|
-
- @mastra/core@1.0.0-beta.3
|
|
2157
|
-
|
|
2158
|
-
## 1.0.0-beta.0
|
|
2159
|
-
|
|
2160
|
-
### Major Changes
|
|
2161
|
-
|
|
2162
|
-
- Moving scorers under the eval domain, api method consistency, prebuilt evals, scorers require ids. ([#9589](https://github.com/mastra-ai/mastra/pull/9589))
|
|
2163
|
-
|
|
2164
|
-
- Update handlers to use `listWorkflowRuns` instead of `getWorkflowRuns`. Fix type names from `StoragelistThreadsByResourceIdInput/Output` to `StorageListThreadsByResourceIdInput/Output`. ([#9507](https://github.com/mastra-ai/mastra/pull/9507))
|
|
2165
|
-
|
|
2166
|
-
- **BREAKING:** Remove `getMessagesPaginated()` and add `perPage: false` support ([#9670](https://github.com/mastra-ai/mastra/pull/9670))
|
|
2167
|
-
|
|
2168
|
-
Removes deprecated `getMessagesPaginated()` method. The `listMessages()` API and score handlers now support `perPage: false` to fetch all records without pagination limits.
|
|
2169
|
-
|
|
2170
|
-
**Storage changes:**
|
|
2171
|
-
- `StoragePagination.perPage` type changed from `number` to `number | false`
|
|
2172
|
-
- All storage implementations support `perPage: false`:
|
|
2173
|
-
- Memory: `listMessages()`
|
|
2174
|
-
- Scores: `listScoresBySpan()`, `listScoresByRunId()`, `listScoresByExecutionId()`
|
|
2175
|
-
- HTTP query parser accepts `"false"` string (e.g., `?perPage=false`)
|
|
2176
|
-
|
|
2177
|
-
**Memory changes:**
|
|
2178
|
-
- `memory.query()` parameter type changed from `StorageGetMessagesArg` to `StorageListMessagesInput`
|
|
2179
|
-
- Uses flat parameters (`page`, `perPage`, `include`, `filter`, `vectorSearchString`) instead of `selectBy` object
|
|
2180
|
-
|
|
2181
|
-
**Stricter validation:**
|
|
2182
|
-
- `listMessages()` requires non-empty, non-whitespace `threadId` (throws error instead of returning empty results)
|
|
2183
|
-
|
|
2184
|
-
**Migration:**
|
|
2185
|
-
|
|
2186
|
-
```typescript
|
|
2187
|
-
// Storage/Memory: Replace getMessagesPaginated with listMessages
|
|
2188
|
-
- storage.getMessagesPaginated({ threadId, selectBy: { pagination: { page: 0, perPage: 20 } } })
|
|
2189
|
-
+ storage.listMessages({ threadId, page: 0, perPage: 20 })
|
|
2190
|
-
+ storage.listMessages({ threadId, page: 0, perPage: false }) // Fetch all
|
|
2191
|
-
|
|
2192
|
-
// Memory: Replace selectBy with flat parameters
|
|
2193
|
-
- memory.query({ threadId, selectBy: { last: 20, include: [...] } })
|
|
2194
|
-
+ memory.query({ threadId, perPage: 20, include: [...] })
|
|
2195
|
-
|
|
2196
|
-
// Client SDK
|
|
2197
|
-
- thread.getMessagesPaginated({ selectBy: { pagination: { page: 0 } } })
|
|
2198
|
-
+ thread.listMessages({ page: 0, perPage: 20 })
|
|
2199
|
-
```
|
|
2200
|
-
|
|
2201
|
-
- # Major Changes ([#9695](https://github.com/mastra-ai/mastra/pull/9695))
|
|
2202
|
-
|
|
2203
|
-
## Storage Layer
|
|
2204
|
-
|
|
2205
|
-
### BREAKING: Removed `storage.getMessages()`
|
|
2206
|
-
|
|
2207
|
-
The `getMessages()` method has been removed from all storage implementations. Use `listMessages()` instead, which provides pagination support.
|
|
2208
|
-
|
|
2209
|
-
**Migration:**
|
|
2210
|
-
|
|
2211
|
-
```typescript
|
|
2212
|
-
// Before
|
|
2213
|
-
const messages = await storage.getMessages({ threadId: 'thread-1' });
|
|
2214
|
-
|
|
2215
|
-
// After
|
|
2216
|
-
const result = await storage.listMessages({
|
|
2217
|
-
threadId: 'thread-1',
|
|
2218
|
-
page: 0,
|
|
2219
|
-
perPage: 50,
|
|
2220
|
-
});
|
|
2221
|
-
const messages = result.messages; // Access messages array
|
|
2222
|
-
console.log(result.total); // Total count
|
|
2223
|
-
console.log(result.hasMore); // Whether more pages exist
|
|
2224
|
-
```
|
|
2225
|
-
|
|
2226
|
-
### Message ordering default
|
|
2227
|
-
|
|
2228
|
-
`listMessages()` defaults to ASC (oldest first) ordering by `createdAt`, matching the previous `getMessages()` behavior.
|
|
2229
|
-
|
|
2230
|
-
**To use DESC ordering (newest first):**
|
|
2231
|
-
|
|
2232
|
-
```typescript
|
|
2233
|
-
const result = await storage.listMessages({
|
|
2234
|
-
threadId: 'thread-1',
|
|
2235
|
-
orderBy: { field: 'createdAt', direction: 'DESC' },
|
|
2236
|
-
});
|
|
2237
|
-
```
|
|
2238
|
-
|
|
2239
|
-
## Client SDK
|
|
2240
|
-
|
|
2241
|
-
### BREAKING: Renamed `client.getThreadMessages()` → `client.listThreadMessages()`
|
|
2242
|
-
|
|
2243
|
-
**Migration:**
|
|
2244
|
-
|
|
2245
|
-
```typescript
|
|
2246
|
-
// Before
|
|
2247
|
-
const response = await client.getThreadMessages(threadId, { agentId });
|
|
2248
|
-
|
|
2249
|
-
// After
|
|
2250
|
-
const response = await client.listThreadMessages(threadId, { agentId });
|
|
2251
|
-
```
|
|
2252
|
-
|
|
2253
|
-
The response format remains the same.
|
|
2254
|
-
|
|
2255
|
-
## Type Changes
|
|
2256
|
-
|
|
2257
|
-
### BREAKING: Removed `StorageGetMessagesArg` type
|
|
2258
|
-
|
|
2259
|
-
Use `StorageListMessagesInput` instead:
|
|
2260
|
-
|
|
2261
|
-
```typescript
|
|
2262
|
-
// Before
|
|
2263
|
-
import type { StorageGetMessagesArg } from '@mastra/core';
|
|
2264
|
-
|
|
2265
|
-
// After
|
|
2266
|
-
import type { StorageListMessagesInput } from '@mastra/core';
|
|
2267
|
-
```
|
|
2268
|
-
|
|
2269
|
-
- Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
|
|
2270
|
-
|
|
2271
|
-
- Add new list methods to storage API: `listMessages`, `listMessagesById`, `listThreadsByResourceId`, and `listWorkflowRuns`. Most methods are currently wrappers around existing methods. Full implementations will be added when migrating away from legacy methods. ([#9489](https://github.com/mastra-ai/mastra/pull/9489))
|
|
2272
|
-
|
|
2273
|
-
- Rename RuntimeContext to RequestContext ([#9511](https://github.com/mastra-ai/mastra/pull/9511))
|
|
2274
|
-
|
|
2275
|
-
- Implement listMessages API for replacing previous methods ([#9531](https://github.com/mastra-ai/mastra/pull/9531))
|
|
2276
|
-
|
|
2277
|
-
- Remove `getThreadsByResourceId` and `getThreadsByResourceIdPaginated` methods from storage interfaces in favor of `listThreadsByResourceId`. The new method uses `offset`/`limit` pagination and a nested `orderBy` object structure (`{ field, direction }`). ([#9536](https://github.com/mastra-ai/mastra/pull/9536))
|
|
2278
|
-
|
|
2279
|
-
- Remove `getMessagesById` method from storage interfaces in favor of `listMessagesById`. The new method only returns V2-format messages and removes the format parameter, simplifying the API surface. Users should migrate from `getMessagesById({ messageIds, format })` to `listMessagesById({ messageIds })`. ([#9534](https://github.com/mastra-ai/mastra/pull/9534))
|
|
2280
|
-
|
|
2281
|
-
- Renamed a bunch of observability/tracing-related things to drop the AI prefix. ([#9744](https://github.com/mastra-ai/mastra/pull/9744))
|
|
2282
|
-
|
|
2283
|
-
- **BREAKING CHANGE**: Pagination APIs now use `page`/`perPage` instead of `offset`/`limit` ([#9592](https://github.com/mastra-ai/mastra/pull/9592))
|
|
2284
|
-
|
|
2285
|
-
All storage and memory pagination APIs have been updated to use `page` (0-indexed) and `perPage` instead of `offset` and `limit`, aligning with standard REST API patterns.
|
|
2286
|
-
|
|
2287
|
-
**Affected APIs:**
|
|
2288
|
-
- `Memory.listThreadsByResourceId()`
|
|
2289
|
-
- `Memory.listMessages()`
|
|
2290
|
-
- `Storage.listWorkflowRuns()`
|
|
2291
|
-
|
|
2292
|
-
**Migration:**
|
|
2293
|
-
|
|
2294
|
-
```typescript
|
|
2295
|
-
// Before
|
|
2296
|
-
await memory.listThreadsByResourceId({
|
|
2297
|
-
resourceId: 'user-123',
|
|
2298
|
-
offset: 20,
|
|
2299
|
-
limit: 10,
|
|
2300
|
-
});
|
|
2301
|
-
|
|
2302
|
-
// After
|
|
2303
|
-
await memory.listThreadsByResourceId({
|
|
2304
|
-
resourceId: 'user-123',
|
|
2305
|
-
page: 2, // page = Math.floor(offset / limit)
|
|
2306
|
-
perPage: 10,
|
|
2307
|
-
});
|
|
2308
|
-
|
|
2309
|
-
// Before
|
|
2310
|
-
await memory.listMessages({
|
|
2311
|
-
threadId: 'thread-456',
|
|
2312
|
-
offset: 20,
|
|
2313
|
-
limit: 10,
|
|
2314
|
-
});
|
|
2315
|
-
|
|
2316
|
-
// After
|
|
2317
|
-
await memory.listMessages({
|
|
2318
|
-
threadId: 'thread-456',
|
|
2319
|
-
page: 2,
|
|
2320
|
-
perPage: 10,
|
|
2321
|
-
});
|
|
2322
|
-
|
|
2323
|
-
// Before
|
|
2324
|
-
await storage.listWorkflowRuns({
|
|
2325
|
-
workflowName: 'my-workflow',
|
|
2326
|
-
offset: 20,
|
|
2327
|
-
limit: 10,
|
|
2328
|
-
});
|
|
2329
|
-
|
|
2330
|
-
// After
|
|
2331
|
-
await storage.listWorkflowRuns({
|
|
2332
|
-
workflowName: 'my-workflow',
|
|
2333
|
-
page: 2,
|
|
2334
|
-
perPage: 10,
|
|
2335
|
-
});
|
|
2336
|
-
```
|
|
2337
|
-
|
|
2338
|
-
**Additional improvements:**
|
|
2339
|
-
- Added validation for negative `page` values in all storage implementations
|
|
2340
|
-
- Improved `perPage` validation to handle edge cases (negative values, `0`, `false`)
|
|
2341
|
-
- Added reusable query parser utilities for consistent validation in handlers
|
|
2342
|
-
|
|
2343
|
-
- ```([#9709](https://github.com/mastra-ai/mastra/pull/9709))
|
|
2344
|
-
import { Mastra } from '@mastra/core';
|
|
2345
|
-
import { Observability } from '@mastra/observability'; // Explicit import
|
|
2346
|
-
|
|
2347
|
-
const mastra = new Mastra({
|
|
2348
|
-
...other_config,
|
|
2349
|
-
observability: new Observability({
|
|
2350
|
-
default: { enabled: true }
|
|
2351
|
-
}) // Instance
|
|
2352
|
-
});
|
|
2353
|
-
```
|
|
2354
|
-
|
|
2355
|
-
Instead of:
|
|
2356
|
-
|
|
2357
|
-
```
|
|
2358
|
-
import { Mastra } from '@mastra/core';
|
|
2359
|
-
import '@mastra/observability/init'; // Explicit import
|
|
2360
|
-
|
|
2361
|
-
const mastra = new Mastra({
|
|
2362
|
-
...other_config,
|
|
2363
|
-
observability: {
|
|
2364
|
-
default: { enabled: true }
|
|
2365
|
-
}
|
|
2366
|
-
});
|
|
2367
|
-
```
|
|
2368
|
-
|
|
2369
|
-
Also renamed a bunch of:
|
|
2370
|
-
- `Tracing` things to `Observability` things.
|
|
2371
|
-
- `AI-` things to just things.
|
|
2372
|
-
|
|
2373
|
-
- Removed old tracing code based on OpenTelemetry ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
2374
|
-
|
|
2375
|
-
- Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
|
|
2376
|
-
|
|
2377
|
-
- Renamed `MastraMessageV2` to `MastraDBMessage` ([#9255](https://github.com/mastra-ai/mastra/pull/9255))
|
|
2378
|
-
Made the return format of all methods that return db messages consistent. It's always `{ messages: MastraDBMessage[] }` now, and messages can be converted after that using `@mastra/ai-sdk/ui`'s `toAISdkV4/5Messages()` function
|
|
2379
|
-
|
|
2380
|
-
- Remove legacy evals from Mastra ([#9491](https://github.com/mastra-ai/mastra/pull/9491))
|
|
2381
|
-
|
|
2382
|
-
### Minor Changes
|
|
2383
|
-
|
|
2384
|
-
- Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
|
|
2385
|
-
|
|
2386
|
-
### Patch Changes
|
|
2387
|
-
|
|
2388
|
-
- Updated dependencies [[`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019)]:
|
|
2389
|
-
- @mastra/core@1.0.0-beta.0
|
|
2390
|
-
|
|
2391
|
-
## 0.13.0
|
|
2392
|
-
|
|
2393
|
-
### Minor Changes
|
|
2394
|
-
|
|
2395
|
-
- Update peer dependencies to match core package version bump (0.21.2) ([#8941](https://github.com/mastra-ai/mastra/pull/8941))
|
|
2396
|
-
|
|
2397
|
-
### Patch Changes
|
|
2398
|
-
|
|
2399
|
-
- Support for custom resume labels mapping to step to be resumed ([#8941](https://github.com/mastra-ai/mastra/pull/8941))
|
|
2400
|
-
|
|
2401
|
-
- Update peerdeps to 0.23.0-0 ([#9043](https://github.com/mastra-ai/mastra/pull/9043))
|
|
2402
|
-
|
|
2403
|
-
- Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`efb5ed9`](https://github.com/mastra-ai/mastra/commit/efb5ed946ae7f410bc68c9430beb4b010afd25ec), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`8ea07b4`](https://github.com/mastra-ai/mastra/commit/8ea07b4bdc73e4218437dbb6dcb0f4b23e745a44), [`ba201b8`](https://github.com/mastra-ai/mastra/commit/ba201b8f8feac4c72350f2dbd52c13c7297ba7b0), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`4fc4136`](https://github.com/mastra-ai/mastra/commit/4fc413652866a8d2240694fddb2562e9edbb70df), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`d10baf5`](https://github.com/mastra-ai/mastra/commit/d10baf5a3c924f2a6654e23a3e318ed03f189b76), [`038c55a`](https://github.com/mastra-ai/mastra/commit/038c55a7090fc1b1513a966386d3072617f836ac), [`182f045`](https://github.com/mastra-ai/mastra/commit/182f0458f25bd70aa774e64fd923c8a483eddbf1), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`7620d2b`](https://github.com/mastra-ai/mastra/commit/7620d2bddeb4fae4c3c0a0b4e672969795fca11a), [`b2365f0`](https://github.com/mastra-ai/mastra/commit/b2365f038dd4c5f06400428b224af963f399ad50), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`9029ba3`](https://github.com/mastra-ai/mastra/commit/9029ba34459c8859fed4c6b73efd8e2d0021e7ba), [`426cc56`](https://github.com/mastra-ai/mastra/commit/426cc561c85ae76a112ded2385532a91f9f9f074), [`00931fb`](https://github.com/mastra-ai/mastra/commit/00931fb1a21aa42c4fbc20c2c40dd62466b8fc8f), [`e473bfe`](https://github.com/mastra-ai/mastra/commit/e473bfe416c0b8e876973c2b6a6f13c394b7a93f), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`648e2ca`](https://github.com/mastra-ai/mastra/commit/648e2ca42da54838c6ccbdaadc6fadd808fa6b86), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`b65c5e0`](https://github.com/mastra-ai/mastra/commit/b65c5e0fe6f3c390a9a8bbcf69304d972c3a4afb), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
|
|
2404
|
-
- @mastra/core@0.22.0
|
|
2405
|
-
|
|
2406
|
-
## 0.13.0-alpha.1
|
|
2407
|
-
|
|
2408
|
-
### Patch Changes
|
|
2409
|
-
|
|
2410
|
-
- Update peerdeps to 0.23.0-0 ([#9043](https://github.com/mastra-ai/mastra/pull/9043))
|
|
2411
|
-
|
|
2412
|
-
- Updated dependencies [[`efb5ed9`](https://github.com/mastra-ai/mastra/commit/efb5ed946ae7f410bc68c9430beb4b010afd25ec), [`8ea07b4`](https://github.com/mastra-ai/mastra/commit/8ea07b4bdc73e4218437dbb6dcb0f4b23e745a44), [`ba201b8`](https://github.com/mastra-ai/mastra/commit/ba201b8f8feac4c72350f2dbd52c13c7297ba7b0), [`4fc4136`](https://github.com/mastra-ai/mastra/commit/4fc413652866a8d2240694fddb2562e9edbb70df), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`d10baf5`](https://github.com/mastra-ai/mastra/commit/d10baf5a3c924f2a6654e23a3e318ed03f189b76), [`038c55a`](https://github.com/mastra-ai/mastra/commit/038c55a7090fc1b1513a966386d3072617f836ac), [`182f045`](https://github.com/mastra-ai/mastra/commit/182f0458f25bd70aa774e64fd923c8a483eddbf1), [`7620d2b`](https://github.com/mastra-ai/mastra/commit/7620d2bddeb4fae4c3c0a0b4e672969795fca11a), [`b2365f0`](https://github.com/mastra-ai/mastra/commit/b2365f038dd4c5f06400428b224af963f399ad50), [`9029ba3`](https://github.com/mastra-ai/mastra/commit/9029ba34459c8859fed4c6b73efd8e2d0021e7ba), [`426cc56`](https://github.com/mastra-ai/mastra/commit/426cc561c85ae76a112ded2385532a91f9f9f074), [`00931fb`](https://github.com/mastra-ai/mastra/commit/00931fb1a21aa42c4fbc20c2c40dd62466b8fc8f), [`e473bfe`](https://github.com/mastra-ai/mastra/commit/e473bfe416c0b8e876973c2b6a6f13c394b7a93f), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`648e2ca`](https://github.com/mastra-ai/mastra/commit/648e2ca42da54838c6ccbdaadc6fadd808fa6b86), [`b65c5e0`](https://github.com/mastra-ai/mastra/commit/b65c5e0fe6f3c390a9a8bbcf69304d972c3a4afb)]:
|
|
2413
|
-
- @mastra/core@0.22.0-alpha.1
|
|
2414
|
-
|
|
2415
|
-
## 0.13.0-alpha.0
|
|
2416
|
-
|
|
2417
|
-
### Minor Changes
|
|
2418
|
-
|
|
2419
|
-
- Update peer dependencies to match core package version bump (0.21.2) ([#8941](https://github.com/mastra-ai/mastra/pull/8941))
|
|
2420
|
-
|
|
2421
|
-
### Patch Changes
|
|
2422
|
-
|
|
2423
|
-
- Support for custom resume labels mapping to step to be resumed ([#8941](https://github.com/mastra-ai/mastra/pull/8941))
|
|
2424
|
-
|
|
2425
|
-
- Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
|
|
2426
|
-
- @mastra/core@0.21.2-alpha.0
|
|
2427
|
-
|
|
2428
|
-
## 0.12.5
|
|
2429
|
-
|
|
2430
|
-
### Patch Changes
|
|
2431
|
-
|
|
2432
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
|
|
2433
|
-
|
|
2434
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
|
|
2435
|
-
|
|
2436
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
|
|
2437
|
-
|
|
2438
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
|
|
2439
|
-
|
|
2440
|
-
- 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)]:
|
|
2441
|
-
- @mastra/core@0.21.0
|
|
2442
|
-
|
|
2443
|
-
## 0.12.5-alpha.0
|
|
2444
|
-
|
|
2445
|
-
### Patch Changes
|
|
2446
|
-
|
|
2447
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
|
|
2448
|
-
|
|
2449
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
|
|
2450
|
-
|
|
2451
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
|
|
2452
|
-
|
|
2453
|
-
- Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
|
|
2454
|
-
|
|
2455
|
-
- 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)]:
|
|
2456
|
-
- @mastra/core@0.21.0-alpha.0
|
|
2457
|
-
|
|
2458
|
-
## 0.12.4
|
|
2459
|
-
|
|
2460
|
-
### Patch Changes
|
|
2461
|
-
|
|
2462
|
-
- 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))
|
|
2463
|
-
|
|
2464
|
-
- 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)]:
|
|
2465
|
-
- @mastra/core@0.20.0
|
|
2466
|
-
|
|
2467
|
-
## 0.12.4-alpha.0
|
|
2468
|
-
|
|
2469
|
-
### Patch Changes
|
|
2470
|
-
|
|
2471
|
-
- 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))
|
|
2472
|
-
|
|
2473
|
-
- 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)]:
|
|
2474
|
-
- @mastra/core@0.20.0-alpha.0
|
|
2475
|
-
|
|
2476
|
-
## 0.12.3
|
|
2477
|
-
|
|
2478
|
-
### Patch Changes
|
|
2479
|
-
|
|
2480
|
-
- Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
2481
|
-
|
|
2482
|
-
- Cloudflare support to fetch scores by traceId and spanId ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
2483
|
-
|
|
2484
|
-
- 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)]:
|
|
2485
|
-
- @mastra/core@0.19.0
|
|
2486
|
-
|
|
2487
|
-
## 0.12.3-alpha.0
|
|
2488
|
-
|
|
2489
|
-
### Patch Changes
|
|
2490
|
-
|
|
2491
|
-
- Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
2492
|
-
|
|
2493
|
-
- Cloudflare support to fetch scores by traceId and spanId ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
2494
|
-
|
|
2495
|
-
- 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)]:
|
|
2496
|
-
- @mastra/core@0.19.0-alpha.1
|
|
2497
|
-
|
|
2498
|
-
## 0.12.2
|
|
2499
|
-
|
|
2500
|
-
### Patch Changes
|
|
2501
|
-
|
|
2502
|
-
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
2503
|
-
|
|
2504
|
-
- 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)]:
|
|
2505
|
-
- @mastra/core@0.18.0
|
|
2506
|
-
|
|
2507
|
-
## 0.12.2-alpha.0
|
|
2508
|
-
|
|
2509
|
-
### Patch Changes
|
|
2510
|
-
|
|
2511
|
-
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
2512
|
-
|
|
2513
|
-
- 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)]:
|
|
2514
|
-
- @mastra/core@0.18.0-alpha.2
|
|
2515
|
-
|
|
2516
|
-
## 0.12.1
|
|
2517
|
-
|
|
2518
|
-
### Patch Changes
|
|
2519
|
-
|
|
2520
|
-
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
2521
|
-
|
|
2522
|
-
- Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
|
|
2523
|
-
|
|
2524
|
-
- Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
|
|
2525
|
-
|
|
2526
|
-
- 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)]:
|
|
2527
|
-
- @mastra/core@0.17.0
|
|
2528
|
-
|
|
2529
|
-
## 0.12.1-alpha.2
|
|
2530
|
-
|
|
2531
|
-
### Patch Changes
|
|
2532
|
-
|
|
2533
|
-
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
2534
|
-
|
|
2535
|
-
- 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)]:
|
|
2536
|
-
- @mastra/core@0.17.0-alpha.6
|
|
2537
|
-
|
|
2538
|
-
## 0.12.1-alpha.1
|
|
2539
|
-
|
|
2540
|
-
### Patch Changes
|
|
2541
|
-
|
|
2542
|
-
- Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
|
|
2543
|
-
|
|
2544
|
-
- 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)]:
|
|
2545
|
-
- @mastra/core@0.17.0-alpha.3
|
|
2546
|
-
|
|
2547
|
-
## 0.12.1-alpha.0
|
|
2548
|
-
|
|
2549
|
-
### Patch Changes
|
|
2550
|
-
|
|
2551
|
-
- Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
|
|
2552
|
-
|
|
2553
|
-
- Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
|
|
2554
|
-
- @mastra/core@0.16.4-alpha.1
|
|
2555
|
-
|
|
2556
|
-
## 0.12.0
|
|
2557
|
-
|
|
2558
|
-
### Minor Changes
|
|
2559
|
-
|
|
2560
|
-
- 376913a: Update peerdeps of @mastra/core
|
|
2561
|
-
|
|
2562
|
-
### Patch Changes
|
|
2563
|
-
|
|
2564
|
-
- 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
|
|
2565
|
-
- Updated dependencies [8fbf79e]
|
|
2566
|
-
- Updated dependencies [fd83526]
|
|
2567
|
-
- Updated dependencies [d0b90ab]
|
|
2568
|
-
- Updated dependencies [6f5eb7a]
|
|
2569
|
-
- Updated dependencies [a01cf14]
|
|
2570
|
-
- Updated dependencies [a9e50ee]
|
|
2571
|
-
- Updated dependencies [5397eb4]
|
|
2572
|
-
- Updated dependencies [c9f4e4a]
|
|
2573
|
-
- Updated dependencies [0acbc80]
|
|
2574
|
-
- @mastra/core@0.16.0
|
|
2575
|
-
|
|
2576
|
-
## 0.12.0-alpha.1
|
|
2577
|
-
|
|
2578
|
-
### Minor Changes
|
|
2579
|
-
|
|
2580
|
-
- 376913a: Update peerdeps of @mastra/core
|
|
2581
|
-
|
|
2582
|
-
### Patch Changes
|
|
2583
|
-
|
|
2584
|
-
- Updated dependencies [8fbf79e]
|
|
2585
|
-
- @mastra/core@0.16.0-alpha.1
|
|
2586
|
-
|
|
2587
|
-
## 0.11.12-alpha.0
|
|
2588
|
-
|
|
2589
|
-
### Patch Changes
|
|
2590
|
-
|
|
2591
|
-
- 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
|
|
2592
|
-
- Updated dependencies [fd83526]
|
|
2593
|
-
- Updated dependencies [d0b90ab]
|
|
2594
|
-
- Updated dependencies [6f5eb7a]
|
|
2595
|
-
- Updated dependencies [a01cf14]
|
|
2596
|
-
- Updated dependencies [a9e50ee]
|
|
2597
|
-
- Updated dependencies [5397eb4]
|
|
2598
|
-
- Updated dependencies [c9f4e4a]
|
|
2599
|
-
- Updated dependencies [0acbc80]
|
|
2600
|
-
- @mastra/core@0.16.0-alpha.0
|
|
2601
|
-
|
|
2602
|
-
## 0.11.11
|
|
2603
|
-
|
|
2604
|
-
### Patch Changes
|
|
2605
|
-
|
|
2606
|
-
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
2607
|
-
- f0dfcac: updated core peerdep
|
|
2608
|
-
- Updated dependencies [ab48c97]
|
|
2609
|
-
- Updated dependencies [85ef90b]
|
|
2610
|
-
- Updated dependencies [aedbbfa]
|
|
2611
|
-
- Updated dependencies [ff89505]
|
|
2612
|
-
- Updated dependencies [637f323]
|
|
2613
|
-
- Updated dependencies [de3cbc6]
|
|
2614
|
-
- Updated dependencies [c19bcf7]
|
|
2615
|
-
- Updated dependencies [4474d04]
|
|
2616
|
-
- Updated dependencies [183dc95]
|
|
2617
|
-
- Updated dependencies [a1111e2]
|
|
2618
|
-
- Updated dependencies [b42a961]
|
|
2619
|
-
- Updated dependencies [61debef]
|
|
2620
|
-
- Updated dependencies [9beaeff]
|
|
2621
|
-
- Updated dependencies [29de0e1]
|
|
2622
|
-
- Updated dependencies [f643c65]
|
|
2623
|
-
- Updated dependencies [00c74e7]
|
|
2624
|
-
- Updated dependencies [fef7375]
|
|
2625
|
-
- Updated dependencies [e3d8fea]
|
|
2626
|
-
- Updated dependencies [45e4d39]
|
|
2627
|
-
- Updated dependencies [9eee594]
|
|
2628
|
-
- Updated dependencies [7149d8d]
|
|
2629
|
-
- Updated dependencies [822c2e8]
|
|
2630
|
-
- Updated dependencies [979912c]
|
|
2631
|
-
- Updated dependencies [7dcf4c0]
|
|
2632
|
-
- Updated dependencies [4106a58]
|
|
2633
|
-
- Updated dependencies [ad78bfc]
|
|
2634
|
-
- Updated dependencies [0302f50]
|
|
2635
|
-
- Updated dependencies [6ac697e]
|
|
2636
|
-
- Updated dependencies [74db265]
|
|
2637
|
-
- Updated dependencies [0ce418a]
|
|
2638
|
-
- Updated dependencies [af90672]
|
|
2639
|
-
- Updated dependencies [8387952]
|
|
2640
|
-
- Updated dependencies [7f3b8da]
|
|
2641
|
-
- Updated dependencies [905352b]
|
|
2642
|
-
- Updated dependencies [599d04c]
|
|
2643
|
-
- Updated dependencies [56041d0]
|
|
2644
|
-
- Updated dependencies [3412597]
|
|
2645
|
-
- Updated dependencies [5eca5d2]
|
|
2646
|
-
- Updated dependencies [f2cda47]
|
|
2647
|
-
- Updated dependencies [5de1555]
|
|
2648
|
-
- Updated dependencies [cfd377a]
|
|
2649
|
-
- Updated dependencies [1ed5a3e]
|
|
2650
|
-
- @mastra/core@0.15.3
|
|
2651
|
-
|
|
2652
|
-
## 0.11.11-alpha.1
|
|
2653
|
-
|
|
2654
|
-
### Patch Changes
|
|
2655
|
-
|
|
2656
|
-
- [#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
|
|
2657
|
-
|
|
2658
|
-
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
2659
|
-
- @mastra/core@0.15.3-alpha.7
|
|
2660
|
-
|
|
2661
|
-
## 0.11.11-alpha.0
|
|
2662
|
-
|
|
2663
|
-
### Patch Changes
|
|
2664
|
-
|
|
2665
|
-
- [#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`.
|
|
2666
|
-
|
|
2667
|
-
- Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
|
|
2668
|
-
- @mastra/core@0.15.3-alpha.5
|
|
2669
|
-
|
|
2670
|
-
## 0.11.10
|
|
2671
|
-
|
|
2672
|
-
### Patch Changes
|
|
2673
|
-
|
|
2674
|
-
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
2675
|
-
|
|
2676
|
-
- Updated dependencies []:
|
|
2677
|
-
- @mastra/core@0.15.2
|
|
2678
|
-
|
|
2679
|
-
## 0.11.9
|
|
2680
|
-
|
|
2681
|
-
### Patch Changes
|
|
2682
|
-
|
|
2683
|
-
- [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
|
|
2684
|
-
|
|
2685
|
-
- Updated dependencies []:
|
|
2686
|
-
- @mastra/core@0.15.1
|
|
2687
|
-
|
|
2688
|
-
## 0.11.8
|
|
2689
|
-
|
|
2690
|
-
### Patch Changes
|
|
2691
|
-
|
|
2692
|
-
- [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
|
|
2693
|
-
|
|
2694
|
-
- 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)]:
|
|
2695
|
-
- @mastra/core@0.15.0
|
|
2696
|
-
|
|
2697
|
-
## 0.11.8-alpha.0
|
|
2698
|
-
|
|
2699
|
-
### Patch Changes
|
|
2700
|
-
|
|
2701
|
-
- [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
|
|
2702
|
-
|
|
2703
|
-
- Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
|
|
2704
|
-
- @mastra/core@0.14.2-alpha.1
|
|
2705
|
-
|
|
2706
|
-
## 0.11.7
|
|
2707
|
-
|
|
2708
|
-
### Patch Changes
|
|
2709
|
-
|
|
2710
|
-
- [#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
|
|
2711
|
-
|
|
2712
|
-
- 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)]:
|
|
2713
|
-
- @mastra/core@0.14.1
|
|
2714
|
-
|
|
2715
|
-
## 0.11.7-alpha.0
|
|
2716
|
-
|
|
2717
|
-
### Patch Changes
|
|
2718
|
-
|
|
2719
|
-
- [#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
|
|
2720
|
-
|
|
2721
|
-
- Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
|
|
2722
|
-
- @mastra/core@0.14.1-alpha.0
|
|
2723
|
-
|
|
2724
|
-
## 0.11.6
|
|
2725
|
-
|
|
2726
|
-
### Patch Changes
|
|
2727
|
-
|
|
2728
|
-
- 03997ae: Update peerdeps
|
|
2729
|
-
- Updated dependencies [227c7e6]
|
|
2730
|
-
- Updated dependencies [12cae67]
|
|
2731
|
-
- Updated dependencies [fd3a3eb]
|
|
2732
|
-
- Updated dependencies [6faaee5]
|
|
2733
|
-
- Updated dependencies [4232b14]
|
|
2734
|
-
- Updated dependencies [a89de7e]
|
|
2735
|
-
- Updated dependencies [5a37d0c]
|
|
2736
|
-
- Updated dependencies [4bde0cb]
|
|
2737
|
-
- Updated dependencies [cf4f357]
|
|
2738
|
-
- Updated dependencies [ad888a2]
|
|
2739
|
-
- Updated dependencies [481751d]
|
|
2740
|
-
- Updated dependencies [2454423]
|
|
2741
|
-
- Updated dependencies [194e395]
|
|
2742
|
-
- Updated dependencies [a722c0b]
|
|
2743
|
-
- Updated dependencies [c30bca8]
|
|
2744
|
-
- Updated dependencies [3b5fec7]
|
|
2745
|
-
- Updated dependencies [a8f129d]
|
|
2746
|
-
- @mastra/core@0.14.0
|
|
2747
|
-
|
|
2748
|
-
## 0.11.6-alpha.0
|
|
2749
|
-
|
|
2750
|
-
### Patch Changes
|
|
2751
|
-
|
|
2752
|
-
- 03997ae: Update peerdeps
|
|
2753
|
-
- @mastra/core@0.14.0-alpha.7
|
|
2754
|
-
|
|
2755
|
-
## 0.11.5
|
|
2756
|
-
|
|
2757
|
-
### Patch Changes
|
|
2758
|
-
|
|
2759
|
-
- 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
|
|
2760
|
-
- Updated dependencies [cb36de0]
|
|
2761
|
-
- Updated dependencies [d0496e6]
|
|
2762
|
-
- Updated dependencies [a82b851]
|
|
2763
|
-
- Updated dependencies [ea0c5f2]
|
|
2764
|
-
- Updated dependencies [41a0a0e]
|
|
2765
|
-
- Updated dependencies [2871020]
|
|
2766
|
-
- Updated dependencies [94f4812]
|
|
2767
|
-
- Updated dependencies [e202b82]
|
|
2768
|
-
- Updated dependencies [e00f6a0]
|
|
2769
|
-
- Updated dependencies [4a406ec]
|
|
2770
|
-
- Updated dependencies [b0e43c1]
|
|
2771
|
-
- Updated dependencies [5d377e5]
|
|
2772
|
-
- Updated dependencies [1fb812e]
|
|
2773
|
-
- Updated dependencies [35c5798]
|
|
2774
|
-
- @mastra/core@0.13.0
|
|
2775
|
-
|
|
2776
|
-
## 0.11.5-alpha.0
|
|
2777
|
-
|
|
2778
|
-
### Patch Changes
|
|
2779
|
-
|
|
2780
|
-
- 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
|
|
2781
|
-
- Updated dependencies [cb36de0]
|
|
2782
|
-
- Updated dependencies [a82b851]
|
|
2783
|
-
- Updated dependencies [41a0a0e]
|
|
2784
|
-
- Updated dependencies [2871020]
|
|
2785
|
-
- Updated dependencies [4a406ec]
|
|
2786
|
-
- Updated dependencies [5d377e5]
|
|
2787
|
-
- @mastra/core@0.13.0-alpha.2
|
|
2788
|
-
|
|
2789
|
-
## 0.11.4
|
|
2790
|
-
|
|
2791
|
-
### Patch Changes
|
|
2792
|
-
|
|
2793
|
-
- 9881232: dependencies updates:
|
|
2794
|
-
- Updated dependency [`cloudflare@^4.5.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.5.0) (from `^4.4.1`, in `dependencies`)
|
|
2795
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
2796
|
-
- Updated dependencies [510e2c8]
|
|
2797
|
-
- Updated dependencies [2f72fb2]
|
|
2798
|
-
- Updated dependencies [27cc97a]
|
|
2799
|
-
- Updated dependencies [3f89307]
|
|
2800
|
-
- Updated dependencies [9eda7d4]
|
|
2801
|
-
- Updated dependencies [9d49408]
|
|
2802
|
-
- Updated dependencies [41daa63]
|
|
2803
|
-
- Updated dependencies [ad0a58b]
|
|
2804
|
-
- Updated dependencies [254a36b]
|
|
2805
|
-
- Updated dependencies [2ecf658]
|
|
2806
|
-
- Updated dependencies [7a7754f]
|
|
2807
|
-
- Updated dependencies [fc92d80]
|
|
2808
|
-
- Updated dependencies [e0f73c6]
|
|
2809
|
-
- Updated dependencies [0b89602]
|
|
2810
|
-
- Updated dependencies [4d37822]
|
|
2811
|
-
- Updated dependencies [23a6a7c]
|
|
2812
|
-
- Updated dependencies [cda801d]
|
|
2813
|
-
- Updated dependencies [a77c823]
|
|
2814
|
-
- Updated dependencies [ff9c125]
|
|
2815
|
-
- Updated dependencies [09bca64]
|
|
2816
|
-
- Updated dependencies [b8efbb9]
|
|
2817
|
-
- Updated dependencies [71466e7]
|
|
2818
|
-
- Updated dependencies [0c99fbe]
|
|
2819
|
-
- @mastra/core@0.12.0
|
|
2820
|
-
|
|
2821
|
-
## 0.11.4-alpha.1
|
|
2822
|
-
|
|
2823
|
-
### Patch Changes
|
|
2824
|
-
|
|
2825
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
2826
|
-
- @mastra/core@0.12.0-alpha.5
|
|
2827
|
-
|
|
2828
|
-
## 0.11.4-alpha.0
|
|
2829
|
-
|
|
2830
|
-
### Patch Changes
|
|
2831
|
-
|
|
2832
|
-
- 9881232: dependencies updates:
|
|
2833
|
-
- Updated dependency [`cloudflare@^4.5.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.5.0) (from `^4.4.1`, in `dependencies`)
|
|
2834
|
-
- Updated dependencies [27cc97a]
|
|
2835
|
-
- Updated dependencies [41daa63]
|
|
2836
|
-
- Updated dependencies [254a36b]
|
|
2837
|
-
- Updated dependencies [0b89602]
|
|
2838
|
-
- Updated dependencies [4d37822]
|
|
2839
|
-
- Updated dependencies [ff9c125]
|
|
2840
|
-
- Updated dependencies [b8efbb9]
|
|
2841
|
-
- Updated dependencies [71466e7]
|
|
2842
|
-
- Updated dependencies [0c99fbe]
|
|
2843
|
-
- @mastra/core@0.12.0-alpha.2
|
|
2844
|
-
|
|
2845
|
-
## 0.11.3
|
|
2846
|
-
|
|
2847
|
-
### Patch Changes
|
|
2848
|
-
|
|
2849
|
-
- ce088f5: Update all peerdeps to latest core
|
|
2850
|
-
- @mastra/core@0.11.1
|
|
2851
|
-
|
|
2852
|
-
## 0.11.2
|
|
2853
|
-
|
|
2854
|
-
### Patch Changes
|
|
2855
|
-
|
|
2856
|
-
- 7ba91fa: Throw mastra errors methods not implemented yet
|
|
2857
|
-
- Updated dependencies [f248d53]
|
|
2858
|
-
- Updated dependencies [2affc57]
|
|
2859
|
-
- Updated dependencies [66e13e3]
|
|
2860
|
-
- Updated dependencies [edd9482]
|
|
2861
|
-
- Updated dependencies [18344d7]
|
|
2862
|
-
- Updated dependencies [9d372c2]
|
|
2863
|
-
- Updated dependencies [40c2525]
|
|
2864
|
-
- Updated dependencies [e473f27]
|
|
2865
|
-
- Updated dependencies [032cb66]
|
|
2866
|
-
- Updated dependencies [703ac71]
|
|
2867
|
-
- Updated dependencies [a723d69]
|
|
2868
|
-
- Updated dependencies [7827943]
|
|
2869
|
-
- Updated dependencies [5889a31]
|
|
2870
|
-
- Updated dependencies [bf1e7e7]
|
|
2871
|
-
- Updated dependencies [65e3395]
|
|
2872
|
-
- Updated dependencies [4933192]
|
|
2873
|
-
- Updated dependencies [d1c77a4]
|
|
2874
|
-
- Updated dependencies [bea9dd1]
|
|
2875
|
-
- Updated dependencies [dcd4802]
|
|
2876
|
-
- Updated dependencies [cbddd18]
|
|
2877
|
-
- Updated dependencies [7ba91fa]
|
|
2878
|
-
- @mastra/core@0.11.0
|
|
2879
|
-
|
|
2880
|
-
## 0.11.2-alpha.0
|
|
2881
|
-
|
|
2882
|
-
### Patch Changes
|
|
2883
|
-
|
|
2884
|
-
- 7ba91fa: Throw mastra errors methods not implemented yet
|
|
2885
|
-
- Updated dependencies [f248d53]
|
|
2886
|
-
- Updated dependencies [2affc57]
|
|
2887
|
-
- Updated dependencies [66e13e3]
|
|
2888
|
-
- Updated dependencies [edd9482]
|
|
2889
|
-
- Updated dependencies [18344d7]
|
|
2890
|
-
- Updated dependencies [9d372c2]
|
|
2891
|
-
- Updated dependencies [40c2525]
|
|
2892
|
-
- Updated dependencies [e473f27]
|
|
2893
|
-
- Updated dependencies [032cb66]
|
|
2894
|
-
- Updated dependencies [703ac71]
|
|
2895
|
-
- Updated dependencies [a723d69]
|
|
2896
|
-
- Updated dependencies [5889a31]
|
|
2897
|
-
- Updated dependencies [65e3395]
|
|
2898
|
-
- Updated dependencies [4933192]
|
|
2899
|
-
- Updated dependencies [d1c77a4]
|
|
2900
|
-
- Updated dependencies [bea9dd1]
|
|
2901
|
-
- Updated dependencies [dcd4802]
|
|
2902
|
-
- Updated dependencies [7ba91fa]
|
|
2903
|
-
- @mastra/core@0.11.0-alpha.2
|
|
2904
|
-
|
|
2905
|
-
## 0.11.1
|
|
2906
|
-
|
|
2907
|
-
### Patch Changes
|
|
2908
|
-
|
|
2909
|
-
- 6c89d7f: Save runtimeContext in snapshot
|
|
2910
|
-
- Updated dependencies [0b56518]
|
|
2911
|
-
- Updated dependencies [db5cc15]
|
|
2912
|
-
- Updated dependencies [2ba5b76]
|
|
2913
|
-
- Updated dependencies [5237998]
|
|
2914
|
-
- Updated dependencies [c3a30de]
|
|
2915
|
-
- Updated dependencies [37c1acd]
|
|
2916
|
-
- Updated dependencies [1aa60b1]
|
|
2917
|
-
- Updated dependencies [89ec9d4]
|
|
2918
|
-
- Updated dependencies [cf3a184]
|
|
2919
|
-
- Updated dependencies [d6bfd60]
|
|
2920
|
-
- Updated dependencies [626b0f4]
|
|
2921
|
-
- Updated dependencies [c22a91f]
|
|
2922
|
-
- Updated dependencies [f7403ab]
|
|
2923
|
-
- Updated dependencies [6c89d7f]
|
|
2924
|
-
- @mastra/core@0.10.15
|
|
2925
|
-
|
|
2926
|
-
## 0.11.1-alpha.0
|
|
2927
|
-
|
|
2928
|
-
### Patch Changes
|
|
2929
|
-
|
|
2930
|
-
- 6c89d7f: Save runtimeContext in snapshot
|
|
2931
|
-
- Updated dependencies [db5cc15]
|
|
2932
|
-
- Updated dependencies [5237998]
|
|
2933
|
-
- Updated dependencies [37c1acd]
|
|
2934
|
-
- Updated dependencies [1aa60b1]
|
|
2935
|
-
- Updated dependencies [89ec9d4]
|
|
2936
|
-
- Updated dependencies [626b0f4]
|
|
2937
|
-
- Updated dependencies [c22a91f]
|
|
2938
|
-
- Updated dependencies [f7403ab]
|
|
2939
|
-
- Updated dependencies [6c89d7f]
|
|
2940
|
-
- @mastra/core@0.10.15-alpha.0
|
|
2941
|
-
|
|
2942
|
-
## 0.11.0
|
|
2943
|
-
|
|
2944
|
-
### Minor Changes
|
|
2945
|
-
|
|
2946
|
-
- 8a3bfd2: Update peerdeps to latest core
|
|
2947
|
-
|
|
2948
|
-
### Patch Changes
|
|
2949
|
-
|
|
2950
|
-
- 8e6b8e5: dependencies updates:
|
|
2951
|
-
- Updated dependency [`cloudflare@^4.4.1` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.4.1) (from `^4.3.0`, in `dependencies`)
|
|
2952
|
-
- 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
|
|
2953
|
-
- 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.
|
|
2954
|
-
- 0fb9d64: [MASTRA-4018] Update saveMessages in storage adapters to upsert messages
|
|
2955
|
-
- 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
|
|
2956
|
-
- 0e17048: Throw mastra errors in storage packages
|
|
2957
|
-
- Updated dependencies [15e9d26]
|
|
2958
|
-
- Updated dependencies [d1baedb]
|
|
2959
|
-
- Updated dependencies [d8f2d19]
|
|
2960
|
-
- Updated dependencies [4d21bf2]
|
|
2961
|
-
- Updated dependencies [07d6d88]
|
|
2962
|
-
- Updated dependencies [9d52b17]
|
|
2963
|
-
- Updated dependencies [2097952]
|
|
2964
|
-
- Updated dependencies [792c4c0]
|
|
2965
|
-
- Updated dependencies [5d74aab]
|
|
2966
|
-
- Updated dependencies [a8b194f]
|
|
2967
|
-
- Updated dependencies [4fb0cc2]
|
|
2968
|
-
- Updated dependencies [d2a7a31]
|
|
2969
|
-
- Updated dependencies [502fe05]
|
|
2970
|
-
- Updated dependencies [144eb0b]
|
|
2971
|
-
- Updated dependencies [8ba1b51]
|
|
2972
|
-
- Updated dependencies [4efcfa0]
|
|
2973
|
-
- Updated dependencies [0e17048]
|
|
2974
|
-
- @mastra/core@0.10.7
|
|
2975
|
-
|
|
2976
|
-
## 0.11.0-alpha.4
|
|
2977
|
-
|
|
2978
|
-
### Patch Changes
|
|
2979
|
-
|
|
2980
|
-
- 8e6b8e5: dependencies updates:
|
|
2981
|
-
- Updated dependency [`cloudflare@^4.4.1` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.4.1) (from `^4.3.0`, in `dependencies`)
|
|
2982
|
-
|
|
2983
|
-
## 0.11.0-alpha.3
|
|
2984
|
-
|
|
2985
|
-
### Minor Changes
|
|
2986
|
-
|
|
2987
|
-
- 8a3bfd2: Update peerdeps to latest core
|
|
2988
|
-
|
|
2989
|
-
### Patch Changes
|
|
2990
|
-
|
|
2991
|
-
- Updated dependencies [792c4c0]
|
|
2992
|
-
- Updated dependencies [502fe05]
|
|
2993
|
-
- Updated dependencies [4efcfa0]
|
|
2994
|
-
- @mastra/core@0.10.7-alpha.3
|
|
2995
|
-
|
|
2996
|
-
## 0.10.5-alpha.2
|
|
2997
|
-
|
|
2998
|
-
### Patch Changes
|
|
2999
|
-
|
|
3000
|
-
- 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
|
|
3001
|
-
- 0fb9d64: [MASTRA-4018] Update saveMessages in storage adapters to upsert messages
|
|
3002
|
-
- Updated dependencies [15e9d26]
|
|
3003
|
-
- Updated dependencies [07d6d88]
|
|
3004
|
-
- Updated dependencies [5d74aab]
|
|
3005
|
-
- Updated dependencies [144eb0b]
|
|
3006
|
-
- @mastra/core@0.10.7-alpha.2
|
|
3007
|
-
|
|
3008
|
-
## 0.10.5-alpha.1
|
|
3009
|
-
|
|
3010
|
-
### Patch Changes
|
|
3011
|
-
|
|
3012
|
-
- 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
|
|
3013
|
-
- 0e17048: Throw mastra errors in storage packages
|
|
3014
|
-
- Updated dependencies [d1baedb]
|
|
3015
|
-
- Updated dependencies [4d21bf2]
|
|
3016
|
-
- Updated dependencies [2097952]
|
|
3017
|
-
- Updated dependencies [4fb0cc2]
|
|
3018
|
-
- Updated dependencies [d2a7a31]
|
|
3019
|
-
- Updated dependencies [0e17048]
|
|
3020
|
-
- @mastra/core@0.10.7-alpha.1
|
|
3021
|
-
|
|
3022
|
-
## 0.10.5-alpha.0
|
|
3023
|
-
|
|
3024
|
-
### Patch Changes
|
|
3025
|
-
|
|
3026
|
-
- 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.
|
|
3027
|
-
- Updated dependencies [d8f2d19]
|
|
3028
|
-
- Updated dependencies [9d52b17]
|
|
3029
|
-
- Updated dependencies [8ba1b51]
|
|
3030
|
-
- @mastra/core@0.10.7-alpha.0
|
|
3031
|
-
|
|
3032
|
-
## 0.10.4
|
|
3033
|
-
|
|
3034
|
-
### Patch Changes
|
|
3035
|
-
|
|
3036
|
-
- 13c97f9: Save run status, result and error in storage snapshot
|
|
3037
|
-
- Updated dependencies [13c97f9]
|
|
3038
|
-
- @mastra/core@0.10.5
|
|
3039
|
-
|
|
3040
|
-
## 0.10.3
|
|
3041
|
-
|
|
3042
|
-
### Patch Changes
|
|
3043
|
-
|
|
3044
|
-
- a77827c: dependencies updates:
|
|
3045
|
-
- Updated dependency [`cloudflare@^4.3.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.3.0) (from `^4.1.0`, in `dependencies`)
|
|
3046
|
-
- dffb67b: updated stores to add alter table and change tests
|
|
3047
|
-
- 925ab94: added paginated functions to base class and added boilerplate and updated imports
|
|
3048
|
-
- 66f4424: Update peerdeps
|
|
3049
|
-
- Updated dependencies [d1ed912]
|
|
3050
|
-
- Updated dependencies [f6fd25f]
|
|
3051
|
-
- Updated dependencies [dffb67b]
|
|
3052
|
-
- Updated dependencies [f1f1f1b]
|
|
3053
|
-
- Updated dependencies [925ab94]
|
|
3054
|
-
- Updated dependencies [f9816ae]
|
|
3055
|
-
- Updated dependencies [82090c1]
|
|
3056
|
-
- Updated dependencies [1b443fd]
|
|
3057
|
-
- Updated dependencies [ce97900]
|
|
3058
|
-
- Updated dependencies [f1309d3]
|
|
3059
|
-
- Updated dependencies [14a2566]
|
|
3060
|
-
- Updated dependencies [f7f8293]
|
|
3061
|
-
- Updated dependencies [48eddb9]
|
|
3062
|
-
- @mastra/core@0.10.4
|
|
3063
|
-
|
|
3064
|
-
## 0.10.3-alpha.3
|
|
3065
|
-
|
|
3066
|
-
### Patch Changes
|
|
3067
|
-
|
|
3068
|
-
- 66f4424: Update peerdeps
|
|
3069
|
-
|
|
3070
|
-
## 0.10.3-alpha.2
|
|
3071
|
-
|
|
3072
|
-
### Patch Changes
|
|
3073
|
-
|
|
3074
|
-
- 925ab94: added paginated functions to base class and added boilerplate and updated imports
|
|
3075
|
-
- Updated dependencies [925ab94]
|
|
3076
|
-
- @mastra/core@0.10.4-alpha.3
|
|
3077
|
-
|
|
3078
|
-
## 0.10.3-alpha.1
|
|
3079
|
-
|
|
3080
|
-
### Patch Changes
|
|
3081
|
-
|
|
3082
|
-
- dffb67b: updated stores to add alter table and change tests
|
|
3083
|
-
- Updated dependencies [f6fd25f]
|
|
3084
|
-
- Updated dependencies [dffb67b]
|
|
3085
|
-
- Updated dependencies [f1309d3]
|
|
3086
|
-
- Updated dependencies [f7f8293]
|
|
3087
|
-
- @mastra/core@0.10.4-alpha.1
|
|
3088
|
-
|
|
3089
|
-
## 0.10.3-alpha.0
|
|
3090
|
-
|
|
3091
|
-
### Patch Changes
|
|
3092
|
-
|
|
3093
|
-
- a77827c: dependencies updates:
|
|
3094
|
-
- Updated dependency [`cloudflare@^4.3.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.3.0) (from `^4.1.0`, in `dependencies`)
|
|
3095
|
-
- Updated dependencies [d1ed912]
|
|
3096
|
-
- Updated dependencies [f1f1f1b]
|
|
3097
|
-
- Updated dependencies [f9816ae]
|
|
3098
|
-
- Updated dependencies [82090c1]
|
|
3099
|
-
- Updated dependencies [1b443fd]
|
|
3100
|
-
- Updated dependencies [ce97900]
|
|
3101
|
-
- Updated dependencies [14a2566]
|
|
3102
|
-
- @mastra/core@0.10.4-alpha.0
|
|
3103
|
-
|
|
3104
|
-
## 0.10.2
|
|
3105
|
-
|
|
3106
|
-
### Patch Changes
|
|
3107
|
-
|
|
3108
|
-
- e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
|
|
3109
|
-
- e9d2ca8: Add pagination to cloudflare kv listing namespaces.
|
|
3110
|
-
- c5bf1ce: Add backwards compat code for new MessageList in storage
|
|
3111
|
-
- 12b7002: Add serializedStepGraph to workflow run snapshot in storage
|
|
3112
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
3113
|
-
- Updated dependencies [ee77e78]
|
|
3114
|
-
- Updated dependencies [592a2db]
|
|
3115
|
-
- Updated dependencies [e5dc18d]
|
|
3116
|
-
- Updated dependencies [ab5adbe]
|
|
3117
|
-
- Updated dependencies [1e8bb40]
|
|
3118
|
-
- Updated dependencies [1b5fc55]
|
|
3119
|
-
- Updated dependencies [195c428]
|
|
3120
|
-
- Updated dependencies [f73e11b]
|
|
3121
|
-
- Updated dependencies [37643b8]
|
|
3122
|
-
- Updated dependencies [99fd6cf]
|
|
3123
|
-
- Updated dependencies [c5bf1ce]
|
|
3124
|
-
- Updated dependencies [add596e]
|
|
3125
|
-
- Updated dependencies [8dc94d8]
|
|
3126
|
-
- Updated dependencies [ecebbeb]
|
|
3127
|
-
- Updated dependencies [79d5145]
|
|
3128
|
-
- Updated dependencies [12b7002]
|
|
3129
|
-
- Updated dependencies [2901125]
|
|
3130
|
-
- @mastra/core@0.10.2
|
|
3131
|
-
|
|
3132
|
-
## 0.10.2-alpha.3
|
|
3133
|
-
|
|
3134
|
-
### Patch Changes
|
|
3135
|
-
|
|
3136
|
-
- c5bf1ce: Add backwards compat code for new MessageList in storage
|
|
3137
|
-
- 12b7002: Add serializedStepGraph to workflow run snapshot in storage
|
|
3138
|
-
- Updated dependencies [c5bf1ce]
|
|
3139
|
-
- Updated dependencies [12b7002]
|
|
3140
|
-
- @mastra/core@0.10.2-alpha.4
|
|
3141
|
-
|
|
3142
|
-
## 0.10.2-alpha.2
|
|
3143
|
-
|
|
3144
|
-
### Patch Changes
|
|
3145
|
-
|
|
3146
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
3147
|
-
- Updated dependencies [1e8bb40]
|
|
3148
|
-
- @mastra/core@0.10.2-alpha.2
|
|
3149
|
-
|
|
3150
|
-
## 0.10.2-alpha.1
|
|
3151
|
-
|
|
3152
|
-
### Patch Changes
|
|
3153
|
-
|
|
3154
|
-
- e9d2ca8: Add pagination to cloudflare kv listing namespaces.
|
|
3155
|
-
- Updated dependencies [ee77e78]
|
|
3156
|
-
- Updated dependencies [2901125]
|
|
3157
|
-
- @mastra/core@0.10.2-alpha.1
|
|
3158
|
-
|
|
3159
|
-
## 0.10.2-alpha.0
|
|
3160
|
-
|
|
3161
|
-
### Patch Changes
|
|
3162
|
-
|
|
3163
|
-
- e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
|
|
3164
|
-
- Updated dependencies [592a2db]
|
|
3165
|
-
- Updated dependencies [e5dc18d]
|
|
3166
|
-
- @mastra/core@0.10.2-alpha.0
|
|
3167
|
-
|
|
3168
|
-
## 0.10.1
|
|
3169
|
-
|
|
3170
|
-
### Patch Changes
|
|
3171
|
-
|
|
3172
|
-
- 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
|
|
3173
|
-
- Updated dependencies [d70b807]
|
|
3174
|
-
- Updated dependencies [6d16390]
|
|
3175
|
-
- Updated dependencies [1e4a421]
|
|
3176
|
-
- Updated dependencies [200d0da]
|
|
3177
|
-
- Updated dependencies [bf5f17b]
|
|
3178
|
-
- Updated dependencies [5343f93]
|
|
3179
|
-
- Updated dependencies [38aee50]
|
|
3180
|
-
- Updated dependencies [5c41100]
|
|
3181
|
-
- Updated dependencies [d6a759b]
|
|
3182
|
-
- Updated dependencies [6015bdf]
|
|
3183
|
-
- @mastra/core@0.10.1
|
|
3184
|
-
|
|
3185
|
-
## 0.10.1-alpha.0
|
|
3186
|
-
|
|
3187
|
-
### Patch Changes
|
|
3188
|
-
|
|
3189
|
-
- 5c41100: Added binding support for cloudflare deployers, added cloudflare kv namespace changes, and removed randomUUID from buildExecutionGraph
|
|
3190
|
-
- Updated dependencies [200d0da]
|
|
3191
|
-
- Updated dependencies [bf5f17b]
|
|
3192
|
-
- Updated dependencies [5343f93]
|
|
3193
|
-
- Updated dependencies [38aee50]
|
|
3194
|
-
- Updated dependencies [5c41100]
|
|
3195
|
-
- Updated dependencies [d6a759b]
|
|
3196
|
-
- @mastra/core@0.10.1-alpha.1
|
|
3197
|
-
|
|
3198
|
-
## 0.10.0
|
|
3199
|
-
|
|
3200
|
-
### Minor Changes
|
|
3201
|
-
|
|
3202
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
3203
|
-
|
|
3204
|
-
### Patch Changes
|
|
3205
|
-
|
|
3206
|
-
- b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
|
|
3207
|
-
- Updated dependencies [b3a3d63]
|
|
3208
|
-
- Updated dependencies [344f453]
|
|
3209
|
-
- Updated dependencies [0a3ae6d]
|
|
3210
|
-
- Updated dependencies [95911be]
|
|
3211
|
-
- Updated dependencies [f53a6ac]
|
|
3212
|
-
- Updated dependencies [5eb5a99]
|
|
3213
|
-
- Updated dependencies [7e632c5]
|
|
3214
|
-
- Updated dependencies [1e9fbfa]
|
|
3215
|
-
- Updated dependencies [eabdcd9]
|
|
3216
|
-
- Updated dependencies [90be034]
|
|
3217
|
-
- Updated dependencies [99f050a]
|
|
3218
|
-
- Updated dependencies [d0ee3c6]
|
|
3219
|
-
- Updated dependencies [b2ae5aa]
|
|
3220
|
-
- Updated dependencies [23f258c]
|
|
3221
|
-
- Updated dependencies [a7292b0]
|
|
3222
|
-
- Updated dependencies [0dcb9f0]
|
|
3223
|
-
- Updated dependencies [2672a05]
|
|
3224
|
-
- @mastra/core@0.10.0
|
|
3225
|
-
|
|
3226
|
-
## 0.2.0-alpha.1
|
|
3227
|
-
|
|
3228
|
-
### Minor Changes
|
|
3229
|
-
|
|
3230
|
-
- 83da932: Move @mastra/core to peerdeps
|
|
3231
|
-
|
|
3232
|
-
### Patch Changes
|
|
3233
|
-
|
|
3234
|
-
- b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
|
|
3235
|
-
- Updated dependencies [b3a3d63]
|
|
3236
|
-
- Updated dependencies [344f453]
|
|
3237
|
-
- Updated dependencies [0a3ae6d]
|
|
3238
|
-
- Updated dependencies [95911be]
|
|
3239
|
-
- Updated dependencies [5eb5a99]
|
|
3240
|
-
- Updated dependencies [7e632c5]
|
|
3241
|
-
- Updated dependencies [1e9fbfa]
|
|
3242
|
-
- Updated dependencies [b2ae5aa]
|
|
3243
|
-
- Updated dependencies [a7292b0]
|
|
3244
|
-
- Updated dependencies [0dcb9f0]
|
|
3245
|
-
- @mastra/core@0.10.0-alpha.1
|
|
3246
|
-
|
|
3247
|
-
## 0.1.5-alpha.0
|
|
3248
|
-
|
|
3249
|
-
### Patch Changes
|
|
3250
|
-
|
|
3251
|
-
- Updated dependencies [f53a6ac]
|
|
3252
|
-
- Updated dependencies [eabdcd9]
|
|
3253
|
-
- Updated dependencies [90be034]
|
|
3254
|
-
- Updated dependencies [99f050a]
|
|
3255
|
-
- Updated dependencies [d0ee3c6]
|
|
3256
|
-
- Updated dependencies [23f258c]
|
|
3257
|
-
- Updated dependencies [2672a05]
|
|
3258
|
-
- @mastra/core@0.9.5-alpha.0
|
|
3259
|
-
|
|
3260
|
-
## 0.1.4
|
|
3261
|
-
|
|
3262
|
-
### Patch Changes
|
|
3263
|
-
|
|
3264
|
-
- Updated dependencies [396be50]
|
|
3265
|
-
- Updated dependencies [ab80e7e]
|
|
3266
|
-
- Updated dependencies [c3bd795]
|
|
3267
|
-
- Updated dependencies [da082f8]
|
|
3268
|
-
- Updated dependencies [a5810ce]
|
|
3269
|
-
- Updated dependencies [3e9c131]
|
|
3270
|
-
- Updated dependencies [3171b5b]
|
|
3271
|
-
- Updated dependencies [973e5ac]
|
|
3272
|
-
- Updated dependencies [daf942f]
|
|
3273
|
-
- Updated dependencies [0b8b868]
|
|
3274
|
-
- Updated dependencies [9e1eff5]
|
|
3275
|
-
- Updated dependencies [6fa1ad1]
|
|
3276
|
-
- Updated dependencies [c28d7a0]
|
|
3277
|
-
- Updated dependencies [edf1e88]
|
|
3278
|
-
- @mastra/core@0.9.4
|
|
3279
|
-
|
|
3280
|
-
## 0.1.4-alpha.4
|
|
3281
|
-
|
|
3282
|
-
### Patch Changes
|
|
3283
|
-
|
|
3284
|
-
- Updated dependencies [3e9c131]
|
|
3285
|
-
- @mastra/core@0.9.4-alpha.4
|
|
3286
|
-
|
|
3287
|
-
## 0.1.4-alpha.3
|
|
3288
|
-
|
|
3289
|
-
### Patch Changes
|
|
3290
|
-
|
|
3291
|
-
- Updated dependencies [396be50]
|
|
3292
|
-
- Updated dependencies [c3bd795]
|
|
3293
|
-
- Updated dependencies [da082f8]
|
|
3294
|
-
- Updated dependencies [a5810ce]
|
|
3295
|
-
- @mastra/core@0.9.4-alpha.3
|
|
3296
|
-
|
|
3297
|
-
## 0.1.4-alpha.2
|
|
3298
|
-
|
|
3299
|
-
### Patch Changes
|
|
3300
|
-
|
|
3301
|
-
- Updated dependencies [3171b5b]
|
|
3302
|
-
- Updated dependencies [973e5ac]
|
|
3303
|
-
- Updated dependencies [9e1eff5]
|
|
3304
|
-
- @mastra/core@0.9.4-alpha.2
|
|
3305
|
-
|
|
3306
|
-
## 0.1.4-alpha.1
|
|
3307
|
-
|
|
3308
|
-
### Patch Changes
|
|
3309
|
-
|
|
3310
|
-
- Updated dependencies [ab80e7e]
|
|
3311
|
-
- Updated dependencies [6fa1ad1]
|
|
3312
|
-
- Updated dependencies [c28d7a0]
|
|
3313
|
-
- Updated dependencies [edf1e88]
|
|
3314
|
-
- @mastra/core@0.9.4-alpha.1
|
|
3315
|
-
|
|
3316
|
-
## 0.1.4-alpha.0
|
|
3317
|
-
|
|
3318
|
-
### Patch Changes
|
|
3319
|
-
|
|
3320
|
-
- Updated dependencies [daf942f]
|
|
3321
|
-
- Updated dependencies [0b8b868]
|
|
3322
|
-
- @mastra/core@0.9.4-alpha.0
|
|
3323
|
-
|
|
3324
|
-
## 0.1.3
|
|
3325
|
-
|
|
3326
|
-
### Patch Changes
|
|
3327
|
-
|
|
3328
|
-
- Updated dependencies [e450778]
|
|
3329
|
-
- Updated dependencies [8902157]
|
|
3330
|
-
- Updated dependencies [ca0dc88]
|
|
3331
|
-
- Updated dependencies [526c570]
|
|
3332
|
-
- Updated dependencies [d7a6a33]
|
|
3333
|
-
- Updated dependencies [9cd1a46]
|
|
3334
|
-
- Updated dependencies [b5d2de0]
|
|
3335
|
-
- Updated dependencies [644f8ad]
|
|
3336
|
-
- Updated dependencies [70dbf51]
|
|
3337
|
-
- @mastra/core@0.9.3
|
|
3338
|
-
|
|
3339
|
-
## 0.1.3-alpha.1
|
|
3340
|
-
|
|
3341
|
-
### Patch Changes
|
|
3342
|
-
|
|
3343
|
-
- Updated dependencies [e450778]
|
|
3344
|
-
- Updated dependencies [8902157]
|
|
3345
|
-
- Updated dependencies [ca0dc88]
|
|
3346
|
-
- Updated dependencies [9cd1a46]
|
|
3347
|
-
- Updated dependencies [70dbf51]
|
|
3348
|
-
- @mastra/core@0.9.3-alpha.1
|
|
3349
|
-
|
|
3350
|
-
## 0.1.3-alpha.0
|
|
3351
|
-
|
|
3352
|
-
### Patch Changes
|
|
3353
|
-
|
|
3354
|
-
- Updated dependencies [526c570]
|
|
3355
|
-
- Updated dependencies [b5d2de0]
|
|
3356
|
-
- Updated dependencies [644f8ad]
|
|
3357
|
-
- @mastra/core@0.9.3-alpha.0
|
|
3358
|
-
|
|
3359
|
-
## 0.1.2
|
|
3360
|
-
|
|
3361
|
-
### Patch Changes
|
|
3362
|
-
|
|
3363
|
-
- 4155f47: Add parameters to filter workflow runs
|
|
3364
|
-
Add fromDate and toDate to telemetry parameters
|
|
3365
|
-
- Updated dependencies [6052aa6]
|
|
3366
|
-
- Updated dependencies [967b41c]
|
|
3367
|
-
- Updated dependencies [3d2fb5c]
|
|
3368
|
-
- Updated dependencies [26738f4]
|
|
3369
|
-
- Updated dependencies [4155f47]
|
|
3370
|
-
- Updated dependencies [7eeb2bc]
|
|
3371
|
-
- Updated dependencies [b804723]
|
|
3372
|
-
- Updated dependencies [8607972]
|
|
3373
|
-
- Updated dependencies [ccef9f9]
|
|
3374
|
-
- Updated dependencies [0097d50]
|
|
3375
|
-
- Updated dependencies [7eeb2bc]
|
|
3376
|
-
- Updated dependencies [17826a9]
|
|
3377
|
-
- Updated dependencies [7d8b7c7]
|
|
3378
|
-
- Updated dependencies [fba031f]
|
|
3379
|
-
- Updated dependencies [3a5f1e1]
|
|
3380
|
-
- Updated dependencies [51e6923]
|
|
3381
|
-
- Updated dependencies [8398d89]
|
|
3382
|
-
- @mastra/core@0.9.2
|
|
3383
|
-
|
|
3384
|
-
## 0.1.2-alpha.6
|
|
3385
|
-
|
|
3386
|
-
### Patch Changes
|
|
3387
|
-
|
|
3388
|
-
- Updated dependencies [6052aa6]
|
|
3389
|
-
- Updated dependencies [7d8b7c7]
|
|
3390
|
-
- Updated dependencies [3a5f1e1]
|
|
3391
|
-
- Updated dependencies [8398d89]
|
|
3392
|
-
- @mastra/core@0.9.2-alpha.6
|
|
3393
|
-
|
|
3394
|
-
## 0.1.2-alpha.5
|
|
3395
|
-
|
|
3396
|
-
### Patch Changes
|
|
3397
|
-
|
|
3398
|
-
- Updated dependencies [3d2fb5c]
|
|
3399
|
-
- Updated dependencies [7eeb2bc]
|
|
3400
|
-
- Updated dependencies [8607972]
|
|
3401
|
-
- Updated dependencies [7eeb2bc]
|
|
3402
|
-
- Updated dependencies [fba031f]
|
|
3403
|
-
- @mastra/core@0.9.2-alpha.5
|
|
3404
|
-
|
|
3405
|
-
## 0.1.2-alpha.4
|
|
3406
|
-
|
|
3407
|
-
### Patch Changes
|
|
3408
|
-
|
|
3409
|
-
- Updated dependencies [ccef9f9]
|
|
3410
|
-
- Updated dependencies [51e6923]
|
|
3411
|
-
- @mastra/core@0.9.2-alpha.4
|
|
3412
|
-
|
|
3413
|
-
## 0.1.2-alpha.3
|
|
3414
|
-
|
|
3415
|
-
### Patch Changes
|
|
3416
|
-
|
|
3417
|
-
- 4155f47: Add parameters to filter workflow runs
|
|
3418
|
-
Add fromDate and toDate to telemetry parameters
|
|
3419
|
-
- Updated dependencies [967b41c]
|
|
3420
|
-
- Updated dependencies [4155f47]
|
|
3421
|
-
- Updated dependencies [17826a9]
|
|
3422
|
-
- @mastra/core@0.9.2-alpha.3
|
|
3423
|
-
|
|
3424
|
-
## 0.1.2-alpha.2
|
|
3425
|
-
|
|
3426
|
-
### Patch Changes
|
|
3427
|
-
|
|
3428
|
-
- Updated dependencies [26738f4]
|
|
3429
|
-
- @mastra/core@0.9.2-alpha.2
|
|
3430
|
-
|
|
3431
|
-
## 0.1.2-alpha.1
|
|
3432
|
-
|
|
3433
|
-
### Patch Changes
|
|
3434
|
-
|
|
3435
|
-
- Updated dependencies [b804723]
|
|
3436
|
-
- @mastra/core@0.9.2-alpha.1
|
|
3437
|
-
|
|
3438
|
-
## 0.1.2-alpha.0
|
|
3439
|
-
|
|
3440
|
-
### Patch Changes
|
|
3441
|
-
|
|
3442
|
-
- Updated dependencies [0097d50]
|
|
3443
|
-
- @mastra/core@0.9.2-alpha.0
|
|
3444
|
-
|
|
3445
|
-
## 0.1.1
|
|
3446
|
-
|
|
3447
|
-
### Patch Changes
|
|
3448
|
-
|
|
3449
|
-
- 835c1c8: suspended paths fix
|
|
3450
|
-
- 81fb7f6: Workflows v2
|
|
3451
|
-
- 479f490: [MASTRA-3131] Add getWorkflowRunByID and add resourceId as filter for getWorkflowRuns
|
|
3452
|
-
- c8641ce: [MASTRA-3276] Cloudflare KV and D1 Workflow Runs
|
|
3453
|
-
- Updated dependencies [405b63d]
|
|
3454
|
-
- Updated dependencies [81fb7f6]
|
|
3455
|
-
- Updated dependencies [20275d4]
|
|
3456
|
-
- Updated dependencies [7d1892c]
|
|
3457
|
-
- Updated dependencies [a90a082]
|
|
3458
|
-
- Updated dependencies [2d17c73]
|
|
3459
|
-
- Updated dependencies [61e92f5]
|
|
3460
|
-
- Updated dependencies [35955b0]
|
|
3461
|
-
- Updated dependencies [6262bd5]
|
|
3462
|
-
- Updated dependencies [c1409ef]
|
|
3463
|
-
- Updated dependencies [3e7b69d]
|
|
3464
|
-
- Updated dependencies [e4943b8]
|
|
3465
|
-
- Updated dependencies [11d4485]
|
|
3466
|
-
- Updated dependencies [479f490]
|
|
3467
|
-
- Updated dependencies [c23a81c]
|
|
3468
|
-
- Updated dependencies [2d4001d]
|
|
3469
|
-
- Updated dependencies [c71013a]
|
|
3470
|
-
- Updated dependencies [1d3b1cd]
|
|
3471
|
-
- @mastra/core@0.9.1
|
|
3472
|
-
|
|
3473
|
-
## 0.1.1-alpha.9
|
|
3474
|
-
|
|
3475
|
-
### Patch Changes
|
|
3476
|
-
|
|
3477
|
-
- Updated dependencies [2d17c73]
|
|
3478
|
-
- @mastra/core@0.9.1-alpha.8
|
|
3479
|
-
|
|
3480
|
-
## 0.1.1-alpha.8
|
|
3481
|
-
|
|
3482
|
-
### Patch Changes
|
|
3483
|
-
|
|
3484
|
-
- Updated dependencies [1d3b1cd]
|
|
3485
|
-
- @mastra/core@0.9.1-alpha.7
|
|
3486
|
-
|
|
3487
|
-
## 0.1.1-alpha.7
|
|
3488
|
-
|
|
3489
|
-
### Patch Changes
|
|
3490
|
-
|
|
3491
|
-
- Updated dependencies [c23a81c]
|
|
3492
|
-
- @mastra/core@0.9.1-alpha.6
|
|
3493
|
-
|
|
3494
|
-
## 0.1.1-alpha.6
|
|
3495
|
-
|
|
3496
|
-
### Patch Changes
|
|
3497
|
-
|
|
3498
|
-
- Updated dependencies [3e7b69d]
|
|
3499
|
-
- @mastra/core@0.9.1-alpha.5
|
|
3500
|
-
|
|
3501
|
-
## 0.1.1-alpha.5
|
|
3502
|
-
|
|
3503
|
-
### Patch Changes
|
|
3504
|
-
|
|
3505
|
-
- c8641ce: [MASTRA-3276] Cloudflare KV and D1 Workflow Runs
|
|
3506
|
-
|
|
3507
|
-
## 0.1.1-alpha.4
|
|
3508
|
-
|
|
3509
|
-
### Patch Changes
|
|
3510
|
-
|
|
3511
|
-
- 479f490: [MASTRA-3131] Add getWorkflowRunByID and add resourceId as filter for getWorkflowRuns
|
|
3512
|
-
- Updated dependencies [e4943b8]
|
|
3513
|
-
- Updated dependencies [479f490]
|
|
3514
|
-
- @mastra/core@0.9.1-alpha.4
|
|
3515
|
-
|
|
3516
|
-
## 0.1.1-alpha.3
|
|
3517
|
-
|
|
3518
|
-
### Patch Changes
|
|
3519
|
-
|
|
3520
|
-
- Updated dependencies [6262bd5]
|
|
3521
|
-
- @mastra/core@0.9.1-alpha.3
|
|
3522
|
-
|
|
3523
|
-
## 0.1.1-alpha.2
|
|
3524
|
-
|
|
3525
|
-
### Patch Changes
|
|
3526
|
-
|
|
3527
|
-
- Updated dependencies [405b63d]
|
|
3528
|
-
- Updated dependencies [61e92f5]
|
|
3529
|
-
- Updated dependencies [c71013a]
|
|
3530
|
-
- @mastra/core@0.9.1-alpha.2
|
|
3531
|
-
|
|
3532
|
-
## 0.1.1-alpha.1
|
|
3533
|
-
|
|
3534
|
-
### Patch Changes
|
|
3535
|
-
|
|
3536
|
-
- Updated dependencies [20275d4]
|
|
3537
|
-
- Updated dependencies [7d1892c]
|
|
3538
|
-
- Updated dependencies [a90a082]
|
|
3539
|
-
- Updated dependencies [35955b0]
|
|
3540
|
-
- Updated dependencies [c1409ef]
|
|
3541
|
-
- Updated dependencies [11d4485]
|
|
3542
|
-
- Updated dependencies [2d4001d]
|
|
3543
|
-
- @mastra/core@0.9.1-alpha.1
|
|
3544
|
-
|
|
3545
|
-
## 0.1.1-alpha.0
|
|
3546
|
-
|
|
3547
|
-
### Patch Changes
|
|
3548
|
-
|
|
3549
|
-
- 835c1c8: suspended paths fix
|
|
3550
|
-
- 81fb7f6: Workflows v2
|
|
3551
|
-
- Updated dependencies [81fb7f6]
|
|
3552
|
-
- @mastra/core@0.9.1-alpha.0
|
|
3553
|
-
|
|
3554
|
-
## 0.1.0
|
|
3555
|
-
|
|
3556
|
-
### Minor Changes
|
|
3557
|
-
|
|
3558
|
-
- fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
|
|
3559
|
-
|
|
3560
|
-
### Patch Changes
|
|
3561
|
-
|
|
3562
|
-
- 2c43f23: Add Cloudflare D1 storage
|
|
3563
|
-
- Updated dependencies [000a6d4]
|
|
3564
|
-
- Updated dependencies [08bb78e]
|
|
3565
|
-
- Updated dependencies [ed2f549]
|
|
3566
|
-
- Updated dependencies [7e92011]
|
|
3567
|
-
- Updated dependencies [9ee4293]
|
|
3568
|
-
- Updated dependencies [03f3cd0]
|
|
3569
|
-
- Updated dependencies [c0f22b4]
|
|
3570
|
-
- Updated dependencies [71d9444]
|
|
3571
|
-
- Updated dependencies [157c741]
|
|
3572
|
-
- Updated dependencies [8a8a73b]
|
|
3573
|
-
- Updated dependencies [0a033fa]
|
|
3574
|
-
- Updated dependencies [fe3ae4d]
|
|
3575
|
-
- Updated dependencies [9c26508]
|
|
3576
|
-
- Updated dependencies [0f4eae3]
|
|
3577
|
-
- Updated dependencies [16a8648]
|
|
3578
|
-
- Updated dependencies [6f92295]
|
|
3579
|
-
- @mastra/core@0.9.0
|
|
3580
|
-
|
|
3581
|
-
## 0.1.0-alpha.8
|
|
3582
|
-
|
|
3583
|
-
### Patch Changes
|
|
3584
|
-
|
|
3585
|
-
- Updated dependencies [000a6d4]
|
|
3586
|
-
- Updated dependencies [ed2f549]
|
|
3587
|
-
- Updated dependencies [c0f22b4]
|
|
3588
|
-
- Updated dependencies [0a033fa]
|
|
3589
|
-
- Updated dependencies [9c26508]
|
|
3590
|
-
- Updated dependencies [0f4eae3]
|
|
3591
|
-
- Updated dependencies [16a8648]
|
|
3592
|
-
- @mastra/core@0.9.0-alpha.8
|
|
3593
|
-
|
|
3594
|
-
## 0.1.0-alpha.7
|
|
3595
|
-
|
|
3596
|
-
### Patch Changes
|
|
3597
|
-
|
|
3598
|
-
- Updated dependencies [71d9444]
|
|
3599
|
-
- @mastra/core@0.9.0-alpha.7
|
|
3600
|
-
|
|
3601
|
-
## 0.1.0-alpha.6
|
|
3602
|
-
|
|
3603
|
-
### Patch Changes
|
|
3604
|
-
|
|
3605
|
-
- 2c43f23: Add Cloudflare D1 storage
|
|
3606
|
-
- Updated dependencies [157c741]
|
|
3607
|
-
- @mastra/core@0.9.0-alpha.6
|
|
3608
|
-
|
|
3609
|
-
## 0.1.0-alpha.5
|
|
3610
|
-
|
|
3611
|
-
### Patch Changes
|
|
3612
|
-
|
|
3613
|
-
- Updated dependencies [08bb78e]
|
|
3614
|
-
- @mastra/core@0.9.0-alpha.5
|
|
3615
|
-
|
|
3616
|
-
## 0.1.0-alpha.4
|
|
3617
|
-
|
|
3618
|
-
### Patch Changes
|
|
3619
|
-
|
|
3620
|
-
- Updated dependencies [7e92011]
|
|
3621
|
-
- @mastra/core@0.9.0-alpha.4
|
|
3622
|
-
|
|
3623
|
-
## 0.1.0-alpha.3
|
|
3624
|
-
|
|
3625
|
-
### Minor Changes
|
|
3626
|
-
|
|
3627
|
-
- fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
|
|
3628
|
-
|
|
3629
|
-
### Patch Changes
|
|
3630
|
-
|
|
3631
|
-
- Updated dependencies [fe3ae4d]
|
|
3632
|
-
- @mastra/core@0.9.0-alpha.3
|
|
3633
|
-
|
|
3634
|
-
## 0.0.5-alpha.2
|
|
3635
|
-
|
|
3636
|
-
### Patch Changes
|
|
3637
|
-
|
|
3638
|
-
- Updated dependencies [9ee4293]
|
|
3639
|
-
- @mastra/core@0.8.4-alpha.2
|
|
3640
|
-
|
|
3641
|
-
## 0.0.5-alpha.1
|
|
3642
|
-
|
|
3643
|
-
### Patch Changes
|
|
3644
|
-
|
|
3645
|
-
- Updated dependencies [8a8a73b]
|
|
3646
|
-
- Updated dependencies [6f92295]
|
|
3647
|
-
- @mastra/core@0.8.4-alpha.1
|
|
3648
|
-
|
|
3649
|
-
## 0.0.5-alpha.0
|
|
3650
|
-
|
|
3651
|
-
### Patch Changes
|
|
3652
|
-
|
|
3653
|
-
- Updated dependencies [03f3cd0]
|
|
3654
|
-
- @mastra/core@0.8.4-alpha.0
|
|
3655
|
-
|
|
3656
|
-
## 0.0.4
|
|
3657
|
-
|
|
3658
|
-
### Patch Changes
|
|
3659
|
-
|
|
3660
|
-
- ec3cbf9: add MIT license for stores/vector packages
|
|
3661
|
-
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
3662
|
-
- Updated dependencies [d72318f]
|
|
3663
|
-
- Updated dependencies [0bcc862]
|
|
3664
|
-
- Updated dependencies [10a8caf]
|
|
3665
|
-
- Updated dependencies [359b089]
|
|
3666
|
-
- Updated dependencies [32e7b71]
|
|
3667
|
-
- Updated dependencies [37bb612]
|
|
3668
|
-
- Updated dependencies [7f1b291]
|
|
3669
|
-
- @mastra/core@0.8.3
|
|
3670
|
-
|
|
3671
|
-
## 0.0.4-alpha.5
|
|
3672
|
-
|
|
3673
|
-
### Patch Changes
|
|
3674
|
-
|
|
3675
|
-
- ec3cbf9: add MIT license for stores/vector packages
|
|
3676
|
-
- Updated dependencies [d72318f]
|
|
3677
|
-
- @mastra/core@0.8.3-alpha.5
|
|
3678
|
-
|
|
3679
|
-
## 0.0.4-alpha.4
|
|
3680
|
-
|
|
3681
|
-
### Patch Changes
|
|
3682
|
-
|
|
3683
|
-
- Updated dependencies [7f1b291]
|
|
3684
|
-
- @mastra/core@0.8.3-alpha.4
|
|
3685
|
-
|
|
3686
|
-
## 0.0.4-alpha.3
|
|
3687
|
-
|
|
3688
|
-
### Patch Changes
|
|
3689
|
-
|
|
3690
|
-
- Updated dependencies [10a8caf]
|
|
3691
|
-
- @mastra/core@0.8.3-alpha.3
|
|
3692
|
-
|
|
3693
|
-
## 0.0.4-alpha.2
|
|
3694
|
-
|
|
3695
|
-
### Patch Changes
|
|
3696
|
-
|
|
3697
|
-
- Updated dependencies [0bcc862]
|
|
3698
|
-
- @mastra/core@0.8.3-alpha.2
|
|
3699
|
-
|
|
3700
|
-
## 0.0.4-alpha.1
|
|
3701
|
-
|
|
3702
|
-
### Patch Changes
|
|
3703
|
-
|
|
3704
|
-
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
3705
|
-
- Updated dependencies [32e7b71]
|
|
3706
|
-
- Updated dependencies [37bb612]
|
|
3707
|
-
- @mastra/core@0.8.3-alpha.1
|
|
3708
|
-
|
|
3709
|
-
## 0.0.4-alpha.0
|
|
3710
|
-
|
|
3711
|
-
### Patch Changes
|
|
3712
|
-
|
|
3713
|
-
- Updated dependencies [359b089]
|
|
3714
|
-
- @mastra/core@0.8.3-alpha.0
|
|
3715
|
-
|
|
3716
|
-
## 0.0.3
|
|
3717
|
-
|
|
3718
|
-
### Patch Changes
|
|
3719
|
-
|
|
3720
|
-
- 3f90868: Add missing getTraces method to Cloudflare KV
|
|
3721
|
-
- Updated dependencies [a06aadc]
|
|
3722
|
-
- @mastra/core@0.8.2
|
|
3723
|
-
|
|
3724
|
-
## 0.0.3-alpha.1
|
|
3725
|
-
|
|
3726
|
-
### Patch Changes
|
|
3727
|
-
|
|
3728
|
-
- 3f90868: Add missing getTraces method to Cloudflare KV
|
|
3729
|
-
|
|
3730
|
-
## 0.0.3-alpha.0
|
|
3731
|
-
|
|
3732
|
-
### Patch Changes
|
|
3733
|
-
|
|
3734
|
-
- Updated dependencies [a06aadc]
|
|
3735
|
-
- @mastra/core@0.8.2-alpha.0
|
|
3736
|
-
|
|
3737
|
-
## 0.0.2
|
|
3738
|
-
|
|
3739
|
-
### Patch Changes
|
|
3740
|
-
|
|
3741
|
-
- Updated dependencies [99e2998]
|
|
3742
|
-
- Updated dependencies [8fdb414]
|
|
3743
|
-
- @mastra/core@0.8.1
|
|
3744
|
-
|
|
3745
|
-
## 0.0.2-alpha.0
|
|
3746
|
-
|
|
3747
|
-
### Patch Changes
|
|
3748
|
-
|
|
3749
|
-
- Updated dependencies [99e2998]
|
|
3750
|
-
- Updated dependencies [8fdb414]
|
|
3751
|
-
- @mastra/core@0.8.1-alpha.0
|
|
3752
|
-
|
|
3753
|
-
## 0.0.1
|
|
3754
|
-
|
|
3755
|
-
### Patch Changes
|
|
3756
|
-
|
|
3757
|
-
- 3a37527: Added Cloudflare KV storage
|
|
3758
|
-
- Updated dependencies [56c31b7]
|
|
3759
|
-
- Updated dependencies [619c39d]
|
|
3760
|
-
- Updated dependencies [5ae0180]
|
|
3761
|
-
- Updated dependencies [fe56be0]
|
|
3762
|
-
- Updated dependencies [93875ed]
|
|
3763
|
-
- Updated dependencies [107bcfe]
|
|
3764
|
-
- Updated dependencies [9bfa12b]
|
|
3765
|
-
- Updated dependencies [515ebfb]
|
|
3766
|
-
- Updated dependencies [5b4e19f]
|
|
3767
|
-
- Updated dependencies [dbbbf80]
|
|
3768
|
-
- Updated dependencies [a0967a0]
|
|
3769
|
-
- Updated dependencies [fca3b21]
|
|
3770
|
-
- Updated dependencies [88fa727]
|
|
3771
|
-
- Updated dependencies [f37f535]
|
|
3772
|
-
- Updated dependencies [a3f0e90]
|
|
3773
|
-
- Updated dependencies [4d67826]
|
|
3774
|
-
- Updated dependencies [6330967]
|
|
3775
|
-
- Updated dependencies [8393832]
|
|
3776
|
-
- Updated dependencies [6330967]
|
|
3777
|
-
- Updated dependencies [99d43b9]
|
|
3778
|
-
- Updated dependencies [d7e08e8]
|
|
3779
|
-
- Updated dependencies [febc8a6]
|
|
3780
|
-
- Updated dependencies [7599d77]
|
|
3781
|
-
- Updated dependencies [0118361]
|
|
3782
|
-
- Updated dependencies [619c39d]
|
|
3783
|
-
- Updated dependencies [cafae83]
|
|
3784
|
-
- Updated dependencies [8076ecf]
|
|
3785
|
-
- Updated dependencies [8df4a77]
|
|
3786
|
-
- Updated dependencies [304397c]
|
|
3787
|
-
- @mastra/core@0.8.0
|
|
3788
|
-
|
|
3789
|
-
## 0.0.1-alpha.2
|
|
3790
|
-
|
|
3791
|
-
### Patch Changes
|
|
3792
|
-
|
|
3793
|
-
- 3a37527: Added Cloudflare KV storage
|