@mastra/lance 0.0.0-message-list-update-20250715150321 → 0.0.0-monorepo-binary-20251013210052
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/CHANGELOG.md +494 -18
- package/README.md +3 -3
- package/dist/index.cjs +1995 -849
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1996 -850
- package/dist/index.js.map +1 -0
- package/dist/storage/domains/legacy-evals/index.d.ts +25 -0
- package/dist/storage/domains/legacy-evals/index.d.ts.map +1 -0
- package/dist/storage/domains/memory/index.d.ts +103 -0
- package/dist/storage/domains/memory/index.d.ts.map +1 -0
- package/dist/storage/domains/operations/index.d.ts +40 -0
- package/dist/storage/domains/operations/index.d.ts.map +1 -0
- package/dist/storage/domains/scores/index.d.ts +50 -0
- package/dist/storage/domains/scores/index.d.ts.map +1 -0
- package/dist/storage/domains/traces/index.d.ts +34 -0
- package/dist/storage/domains/traces/index.d.ts.map +1 -0
- package/dist/storage/domains/utils.d.ts +10 -0
- package/dist/storage/domains/utils.d.ts.map +1 -0
- package/dist/storage/domains/workflows/index.d.ts +57 -0
- package/dist/storage/domains/workflows/index.d.ts.map +1 -0
- package/dist/storage/index.d.ts +272 -0
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/vector/filter.d.ts +41 -0
- package/dist/vector/filter.d.ts.map +1 -0
- package/dist/vector/index.d.ts +85 -0
- package/dist/vector/index.d.ts.map +1 -0
- package/dist/vector/types.d.ts +15 -0
- package/dist/vector/types.d.ts.map +1 -0
- package/package.json +24 -10
- package/dist/_tsup-dts-rollup.d.cts +0 -409
- package/dist/_tsup-dts-rollup.d.ts +0 -409
- package/dist/index.d.cts +0 -2
- package/eslint.config.js +0 -6
- package/src/index.ts +0 -2
- package/src/storage/index.test.ts +0 -1336
- package/src/storage/index.ts +0 -1447
- package/src/vector/filter.test.ts +0 -295
- package/src/vector/filter.ts +0 -443
- package/src/vector/index.test.ts +0 -1493
- package/src/vector/index.ts +0 -941
- package/src/vector/types.ts +0 -16
- package/tsconfig.json +0 -5
- package/vitest.config.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,499 @@
|
|
|
1
1
|
# @mastra/lance
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
- Updated dependencies [
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
-
|
|
19
|
-
|
|
20
|
-
|
|
3
|
+
## 0.0.0-monorepo-binary-20251013210052
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
|
|
8
|
+
|
|
9
|
+
- Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
|
|
10
|
+
|
|
11
|
+
- Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
|
|
12
|
+
|
|
13
|
+
- Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`158381d`](https://github.com/mastra-ai/mastra/commit/158381d39335be934b81ef8a1947bccace492c25), [`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), [`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)]:
|
|
16
|
+
- @mastra/core@0.0.0-monorepo-binary-20251013210052
|
|
17
|
+
|
|
18
|
+
## 0.3.5-alpha.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
|
|
23
|
+
|
|
24
|
+
- Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
|
|
25
|
+
|
|
26
|
+
- Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
|
|
27
|
+
|
|
28
|
+
- Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
|
|
29
|
+
|
|
30
|
+
- 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)]:
|
|
31
|
+
- @mastra/core@0.21.0-alpha.0
|
|
32
|
+
|
|
33
|
+
## 0.3.4
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- 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))
|
|
38
|
+
|
|
39
|
+
- 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)]:
|
|
40
|
+
- @mastra/core@0.20.0
|
|
41
|
+
|
|
42
|
+
## 0.3.4-alpha.0
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- 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))
|
|
47
|
+
|
|
48
|
+
- 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)]:
|
|
49
|
+
- @mastra/core@0.20.0-alpha.0
|
|
50
|
+
|
|
51
|
+
## 0.3.3
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
56
|
+
|
|
57
|
+
- Lance db support to fetch scores by trace and span id ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
58
|
+
|
|
59
|
+
- 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)]:
|
|
60
|
+
- @mastra/core@0.19.0
|
|
61
|
+
|
|
62
|
+
## 0.3.3-alpha.0
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
67
|
+
|
|
68
|
+
- Lance db support to fetch scores by trace and span id ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
|
|
69
|
+
|
|
70
|
+
- 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)]:
|
|
71
|
+
- @mastra/core@0.19.0-alpha.1
|
|
72
|
+
|
|
73
|
+
## 0.3.2
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
78
|
+
|
|
79
|
+
- 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)]:
|
|
80
|
+
- @mastra/core@0.18.0
|
|
81
|
+
|
|
82
|
+
## 0.3.2-alpha.0
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
87
|
+
|
|
88
|
+
- 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)]:
|
|
89
|
+
- @mastra/core@0.18.0-alpha.2
|
|
90
|
+
|
|
91
|
+
## 0.3.1
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
96
|
+
|
|
97
|
+
- Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
|
|
98
|
+
|
|
99
|
+
- Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
|
|
100
|
+
|
|
101
|
+
- 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)]:
|
|
102
|
+
- @mastra/core@0.17.0
|
|
103
|
+
|
|
104
|
+
## 0.3.1-alpha.2
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
|
|
109
|
+
|
|
110
|
+
- 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)]:
|
|
111
|
+
- @mastra/core@0.17.0-alpha.6
|
|
112
|
+
|
|
113
|
+
## 0.3.1-alpha.1
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
|
|
118
|
+
|
|
119
|
+
- 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)]:
|
|
120
|
+
- @mastra/core@0.17.0-alpha.3
|
|
121
|
+
|
|
122
|
+
## 0.3.1-alpha.0
|
|
123
|
+
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
|
|
127
|
+
|
|
128
|
+
- Updated dependencies [[`547c621`](https://github.com/mastra-ai/mastra/commit/547c62104af3f7a551b3754e9cbdf0a3fbba15e4)]:
|
|
129
|
+
- @mastra/core@0.16.4-alpha.1
|
|
130
|
+
|
|
131
|
+
## 0.3.0
|
|
132
|
+
|
|
133
|
+
### Minor Changes
|
|
134
|
+
|
|
135
|
+
- 376913a: Update peerdeps of @mastra/core
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
|
|
140
|
+
- Updated dependencies [8fbf79e]
|
|
141
|
+
- Updated dependencies [fd83526]
|
|
142
|
+
- Updated dependencies [d0b90ab]
|
|
143
|
+
- Updated dependencies [6f5eb7a]
|
|
144
|
+
- Updated dependencies [a01cf14]
|
|
145
|
+
- Updated dependencies [a9e50ee]
|
|
146
|
+
- Updated dependencies [5397eb4]
|
|
147
|
+
- Updated dependencies [c9f4e4a]
|
|
148
|
+
- Updated dependencies [0acbc80]
|
|
149
|
+
- @mastra/core@0.16.0
|
|
150
|
+
|
|
151
|
+
## 0.3.0-alpha.1
|
|
152
|
+
|
|
153
|
+
### Minor Changes
|
|
154
|
+
|
|
155
|
+
- 376913a: Update peerdeps of @mastra/core
|
|
156
|
+
|
|
157
|
+
### Patch Changes
|
|
158
|
+
|
|
159
|
+
- Updated dependencies [8fbf79e]
|
|
160
|
+
- @mastra/core@0.16.0-alpha.1
|
|
161
|
+
|
|
162
|
+
## 0.2.12-alpha.0
|
|
163
|
+
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
|
|
167
|
+
- Updated dependencies [fd83526]
|
|
168
|
+
- Updated dependencies [d0b90ab]
|
|
169
|
+
- Updated dependencies [6f5eb7a]
|
|
170
|
+
- Updated dependencies [a01cf14]
|
|
171
|
+
- Updated dependencies [a9e50ee]
|
|
172
|
+
- Updated dependencies [5397eb4]
|
|
173
|
+
- Updated dependencies [c9f4e4a]
|
|
174
|
+
- Updated dependencies [0acbc80]
|
|
175
|
+
- @mastra/core@0.16.0-alpha.0
|
|
176
|
+
|
|
177
|
+
## 0.2.11
|
|
178
|
+
|
|
179
|
+
### Patch Changes
|
|
180
|
+
|
|
181
|
+
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
182
|
+
- f0dfcac: updated core peerdep
|
|
183
|
+
- Updated dependencies [ab48c97]
|
|
184
|
+
- Updated dependencies [85ef90b]
|
|
185
|
+
- Updated dependencies [aedbbfa]
|
|
186
|
+
- Updated dependencies [ff89505]
|
|
187
|
+
- Updated dependencies [637f323]
|
|
188
|
+
- Updated dependencies [de3cbc6]
|
|
189
|
+
- Updated dependencies [c19bcf7]
|
|
190
|
+
- Updated dependencies [4474d04]
|
|
191
|
+
- Updated dependencies [183dc95]
|
|
192
|
+
- Updated dependencies [a1111e2]
|
|
193
|
+
- Updated dependencies [b42a961]
|
|
194
|
+
- Updated dependencies [61debef]
|
|
195
|
+
- Updated dependencies [9beaeff]
|
|
196
|
+
- Updated dependencies [29de0e1]
|
|
197
|
+
- Updated dependencies [f643c65]
|
|
198
|
+
- Updated dependencies [00c74e7]
|
|
199
|
+
- Updated dependencies [fef7375]
|
|
200
|
+
- Updated dependencies [e3d8fea]
|
|
201
|
+
- Updated dependencies [45e4d39]
|
|
202
|
+
- Updated dependencies [9eee594]
|
|
203
|
+
- Updated dependencies [7149d8d]
|
|
204
|
+
- Updated dependencies [822c2e8]
|
|
205
|
+
- Updated dependencies [979912c]
|
|
206
|
+
- Updated dependencies [7dcf4c0]
|
|
207
|
+
- Updated dependencies [4106a58]
|
|
208
|
+
- Updated dependencies [ad78bfc]
|
|
209
|
+
- Updated dependencies [0302f50]
|
|
210
|
+
- Updated dependencies [6ac697e]
|
|
211
|
+
- Updated dependencies [74db265]
|
|
212
|
+
- Updated dependencies [0ce418a]
|
|
213
|
+
- Updated dependencies [af90672]
|
|
214
|
+
- Updated dependencies [8387952]
|
|
215
|
+
- Updated dependencies [7f3b8da]
|
|
216
|
+
- Updated dependencies [905352b]
|
|
217
|
+
- Updated dependencies [599d04c]
|
|
218
|
+
- Updated dependencies [56041d0]
|
|
219
|
+
- Updated dependencies [3412597]
|
|
220
|
+
- Updated dependencies [5eca5d2]
|
|
221
|
+
- Updated dependencies [f2cda47]
|
|
222
|
+
- Updated dependencies [5de1555]
|
|
223
|
+
- Updated dependencies [cfd377a]
|
|
224
|
+
- Updated dependencies [1ed5a3e]
|
|
225
|
+
- @mastra/core@0.15.3
|
|
226
|
+
|
|
227
|
+
## 0.2.11-alpha.1
|
|
228
|
+
|
|
229
|
+
### Patch Changes
|
|
230
|
+
|
|
231
|
+
- [#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
|
|
232
|
+
|
|
233
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
234
|
+
- @mastra/core@0.15.3-alpha.7
|
|
235
|
+
|
|
236
|
+
## 0.2.11-alpha.0
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- [#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`.
|
|
241
|
+
|
|
242
|
+
- Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
|
|
243
|
+
- @mastra/core@0.15.3-alpha.5
|
|
244
|
+
|
|
245
|
+
## 0.2.10
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
250
|
+
|
|
251
|
+
- Updated dependencies []:
|
|
252
|
+
- @mastra/core@0.15.2
|
|
253
|
+
|
|
254
|
+
## 0.2.9
|
|
255
|
+
|
|
256
|
+
### Patch Changes
|
|
257
|
+
|
|
258
|
+
- [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
|
|
259
|
+
|
|
260
|
+
- Updated dependencies []:
|
|
261
|
+
- @mastra/core@0.15.1
|
|
262
|
+
|
|
263
|
+
## 0.2.8
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- [#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
|
|
268
|
+
|
|
269
|
+
- 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)]:
|
|
270
|
+
- @mastra/core@0.15.0
|
|
271
|
+
|
|
272
|
+
## 0.2.8-alpha.0
|
|
273
|
+
|
|
274
|
+
### Patch Changes
|
|
275
|
+
|
|
276
|
+
- [#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
|
|
277
|
+
|
|
278
|
+
- 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)]:
|
|
279
|
+
- @mastra/core@0.14.2-alpha.1
|
|
280
|
+
|
|
281
|
+
## 0.2.7
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
|
|
286
|
+
|
|
287
|
+
- Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
|
|
288
|
+
- @mastra/core@0.14.1
|
|
289
|
+
|
|
290
|
+
## 0.2.7-alpha.0
|
|
291
|
+
|
|
292
|
+
### Patch Changes
|
|
293
|
+
|
|
294
|
+
- [#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
|
|
295
|
+
|
|
296
|
+
- Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
|
|
297
|
+
- @mastra/core@0.14.1-alpha.0
|
|
298
|
+
|
|
299
|
+
## 0.2.6
|
|
300
|
+
|
|
301
|
+
### Patch Changes
|
|
302
|
+
|
|
303
|
+
- 03997ae: Update peerdeps
|
|
304
|
+
- Updated dependencies [227c7e6]
|
|
305
|
+
- Updated dependencies [12cae67]
|
|
306
|
+
- Updated dependencies [fd3a3eb]
|
|
307
|
+
- Updated dependencies [6faaee5]
|
|
308
|
+
- Updated dependencies [4232b14]
|
|
309
|
+
- Updated dependencies [a89de7e]
|
|
310
|
+
- Updated dependencies [5a37d0c]
|
|
311
|
+
- Updated dependencies [4bde0cb]
|
|
312
|
+
- Updated dependencies [cf4f357]
|
|
313
|
+
- Updated dependencies [ad888a2]
|
|
314
|
+
- Updated dependencies [481751d]
|
|
315
|
+
- Updated dependencies [2454423]
|
|
316
|
+
- Updated dependencies [194e395]
|
|
317
|
+
- Updated dependencies [a722c0b]
|
|
318
|
+
- Updated dependencies [c30bca8]
|
|
319
|
+
- Updated dependencies [3b5fec7]
|
|
320
|
+
- Updated dependencies [a8f129d]
|
|
321
|
+
- @mastra/core@0.14.0
|
|
322
|
+
|
|
323
|
+
## 0.2.6-alpha.0
|
|
324
|
+
|
|
325
|
+
### Patch Changes
|
|
326
|
+
|
|
327
|
+
- 03997ae: Update peerdeps
|
|
328
|
+
- @mastra/core@0.14.0-alpha.7
|
|
329
|
+
|
|
330
|
+
## 0.2.5
|
|
331
|
+
|
|
332
|
+
### Patch Changes
|
|
333
|
+
|
|
334
|
+
- cc9035c: dependencies updates:
|
|
335
|
+
- Updated dependency [`@lancedb/lancedb@^0.21.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.21.2) (from `^0.18.2`, in `dependencies`)
|
|
336
|
+
- b32c50d: Filter scores by source
|
|
337
|
+
- Updated dependencies [d5330bf]
|
|
338
|
+
- Updated dependencies [2e74797]
|
|
339
|
+
- Updated dependencies [8388649]
|
|
340
|
+
- Updated dependencies [a239d41]
|
|
341
|
+
- Updated dependencies [dd94a26]
|
|
342
|
+
- Updated dependencies [3ba6772]
|
|
343
|
+
- Updated dependencies [b5cf2a3]
|
|
344
|
+
- Updated dependencies [2fff911]
|
|
345
|
+
- Updated dependencies [b32c50d]
|
|
346
|
+
- Updated dependencies [63449d0]
|
|
347
|
+
- Updated dependencies [121a3f8]
|
|
348
|
+
- Updated dependencies [ec510e7]
|
|
349
|
+
- @mastra/core@0.13.2
|
|
350
|
+
|
|
351
|
+
## 0.2.5-alpha.0
|
|
352
|
+
|
|
353
|
+
### Patch Changes
|
|
354
|
+
|
|
355
|
+
- cc9035c: dependencies updates:
|
|
356
|
+
- Updated dependency [`@lancedb/lancedb@^0.21.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.21.2) (from `^0.18.2`, in `dependencies`)
|
|
357
|
+
- b32c50d: Filter scores by source
|
|
358
|
+
- Updated dependencies [d5330bf]
|
|
359
|
+
- Updated dependencies [a239d41]
|
|
360
|
+
- Updated dependencies [b32c50d]
|
|
361
|
+
- Updated dependencies [121a3f8]
|
|
362
|
+
- Updated dependencies [ec510e7]
|
|
363
|
+
- @mastra/core@0.13.2-alpha.2
|
|
364
|
+
|
|
365
|
+
## 0.2.4
|
|
366
|
+
|
|
367
|
+
### Patch Changes
|
|
368
|
+
|
|
369
|
+
- 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
|
|
370
|
+
- Updated dependencies [cb36de0]
|
|
371
|
+
- Updated dependencies [d0496e6]
|
|
372
|
+
- Updated dependencies [a82b851]
|
|
373
|
+
- Updated dependencies [ea0c5f2]
|
|
374
|
+
- Updated dependencies [41a0a0e]
|
|
375
|
+
- Updated dependencies [2871020]
|
|
376
|
+
- Updated dependencies [94f4812]
|
|
377
|
+
- Updated dependencies [e202b82]
|
|
378
|
+
- Updated dependencies [e00f6a0]
|
|
379
|
+
- Updated dependencies [4a406ec]
|
|
380
|
+
- Updated dependencies [b0e43c1]
|
|
381
|
+
- Updated dependencies [5d377e5]
|
|
382
|
+
- Updated dependencies [1fb812e]
|
|
383
|
+
- Updated dependencies [35c5798]
|
|
384
|
+
- @mastra/core@0.13.0
|
|
385
|
+
|
|
386
|
+
## 0.2.4-alpha.0
|
|
387
|
+
|
|
388
|
+
### Patch Changes
|
|
389
|
+
|
|
390
|
+
- 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
|
|
391
|
+
- Updated dependencies [cb36de0]
|
|
392
|
+
- Updated dependencies [a82b851]
|
|
393
|
+
- Updated dependencies [41a0a0e]
|
|
394
|
+
- Updated dependencies [2871020]
|
|
395
|
+
- Updated dependencies [4a406ec]
|
|
396
|
+
- Updated dependencies [5d377e5]
|
|
397
|
+
- @mastra/core@0.13.0-alpha.2
|
|
398
|
+
|
|
399
|
+
## 0.2.3
|
|
400
|
+
|
|
401
|
+
### Patch Changes
|
|
402
|
+
|
|
403
|
+
- f42c4c2: update peer deps for packages to latest core range
|
|
404
|
+
- Updated dependencies [510e2c8]
|
|
405
|
+
- Updated dependencies [2f72fb2]
|
|
406
|
+
- Updated dependencies [27cc97a]
|
|
407
|
+
- Updated dependencies [3f89307]
|
|
408
|
+
- Updated dependencies [9eda7d4]
|
|
409
|
+
- Updated dependencies [9d49408]
|
|
410
|
+
- Updated dependencies [41daa63]
|
|
411
|
+
- Updated dependencies [ad0a58b]
|
|
412
|
+
- Updated dependencies [254a36b]
|
|
413
|
+
- Updated dependencies [2ecf658]
|
|
414
|
+
- Updated dependencies [7a7754f]
|
|
415
|
+
- Updated dependencies [fc92d80]
|
|
416
|
+
- Updated dependencies [e0f73c6]
|
|
417
|
+
- Updated dependencies [0b89602]
|
|
418
|
+
- Updated dependencies [4d37822]
|
|
419
|
+
- Updated dependencies [23a6a7c]
|
|
420
|
+
- Updated dependencies [cda801d]
|
|
421
|
+
- Updated dependencies [a77c823]
|
|
422
|
+
- Updated dependencies [ff9c125]
|
|
423
|
+
- Updated dependencies [09bca64]
|
|
424
|
+
- Updated dependencies [b8efbb9]
|
|
425
|
+
- Updated dependencies [71466e7]
|
|
426
|
+
- Updated dependencies [0c99fbe]
|
|
427
|
+
- @mastra/core@0.12.0
|
|
428
|
+
|
|
429
|
+
## 0.2.3-alpha.0
|
|
430
|
+
|
|
431
|
+
### Patch Changes
|
|
432
|
+
|
|
433
|
+
- f42c4c2: update peer deps for packages to latest core range
|
|
434
|
+
- @mastra/core@0.12.0-alpha.5
|
|
435
|
+
|
|
436
|
+
## 0.2.2
|
|
437
|
+
|
|
438
|
+
### Patch Changes
|
|
439
|
+
|
|
440
|
+
- ce088f5: Update all peerdeps to latest core
|
|
441
|
+
- @mastra/core@0.11.1
|
|
442
|
+
|
|
443
|
+
## 0.2.1
|
|
444
|
+
|
|
445
|
+
### Patch Changes
|
|
446
|
+
|
|
447
|
+
- 7ba91fa: Throw mastra errors methods not implemented yet
|
|
448
|
+
- 5889a31: implement scorers api for lance db
|
|
449
|
+
- Updated dependencies [f248d53]
|
|
450
|
+
- Updated dependencies [2affc57]
|
|
451
|
+
- Updated dependencies [66e13e3]
|
|
452
|
+
- Updated dependencies [edd9482]
|
|
453
|
+
- Updated dependencies [18344d7]
|
|
454
|
+
- Updated dependencies [9d372c2]
|
|
455
|
+
- Updated dependencies [40c2525]
|
|
456
|
+
- Updated dependencies [e473f27]
|
|
457
|
+
- Updated dependencies [032cb66]
|
|
458
|
+
- Updated dependencies [703ac71]
|
|
459
|
+
- Updated dependencies [a723d69]
|
|
460
|
+
- Updated dependencies [7827943]
|
|
461
|
+
- Updated dependencies [5889a31]
|
|
462
|
+
- Updated dependencies [bf1e7e7]
|
|
463
|
+
- Updated dependencies [65e3395]
|
|
464
|
+
- Updated dependencies [4933192]
|
|
465
|
+
- Updated dependencies [d1c77a4]
|
|
466
|
+
- Updated dependencies [bea9dd1]
|
|
467
|
+
- Updated dependencies [dcd4802]
|
|
468
|
+
- Updated dependencies [cbddd18]
|
|
469
|
+
- Updated dependencies [7ba91fa]
|
|
470
|
+
- @mastra/core@0.11.0
|
|
471
|
+
|
|
472
|
+
## 0.2.1-alpha.0
|
|
473
|
+
|
|
474
|
+
### Patch Changes
|
|
475
|
+
|
|
476
|
+
- 7ba91fa: Throw mastra errors methods not implemented yet
|
|
477
|
+
- 5889a31: implement scorers api for lance db
|
|
478
|
+
- Updated dependencies [f248d53]
|
|
479
|
+
- Updated dependencies [2affc57]
|
|
480
|
+
- Updated dependencies [66e13e3]
|
|
481
|
+
- Updated dependencies [edd9482]
|
|
482
|
+
- Updated dependencies [18344d7]
|
|
483
|
+
- Updated dependencies [9d372c2]
|
|
484
|
+
- Updated dependencies [40c2525]
|
|
485
|
+
- Updated dependencies [e473f27]
|
|
486
|
+
- Updated dependencies [032cb66]
|
|
487
|
+
- Updated dependencies [703ac71]
|
|
488
|
+
- Updated dependencies [a723d69]
|
|
489
|
+
- Updated dependencies [5889a31]
|
|
490
|
+
- Updated dependencies [65e3395]
|
|
491
|
+
- Updated dependencies [4933192]
|
|
492
|
+
- Updated dependencies [d1c77a4]
|
|
493
|
+
- Updated dependencies [bea9dd1]
|
|
494
|
+
- Updated dependencies [dcd4802]
|
|
495
|
+
- Updated dependencies [7ba91fa]
|
|
496
|
+
- @mastra/core@0.11.0-alpha.2
|
|
21
497
|
|
|
22
498
|
## 0.2.0
|
|
23
499
|
|
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ const messages = await storage.getMessages({
|
|
|
124
124
|
### Creating Threads
|
|
125
125
|
|
|
126
126
|
```typescript
|
|
127
|
-
import type { StorageThreadType } from '@mastra/core';
|
|
127
|
+
import type { StorageThreadType } from '@mastra/core/storage';
|
|
128
128
|
|
|
129
129
|
// Create a new thread
|
|
130
130
|
const thread: StorageThreadType = {
|
|
@@ -142,7 +142,7 @@ const savedThread = await storage.saveThread({ thread });
|
|
|
142
142
|
### Working with Messages
|
|
143
143
|
|
|
144
144
|
```typescript
|
|
145
|
-
import type { MessageType } from '@mastra/core';
|
|
145
|
+
import type { MessageType } from '@mastra/core/memory';
|
|
146
146
|
|
|
147
147
|
// Create messages
|
|
148
148
|
const messages: MessageType[] = [
|
|
@@ -193,7 +193,7 @@ const retrievedMessages = await storage.getMessages({
|
|
|
193
193
|
Mastra's workflow system uses LanceDB to persist workflow state for continuity across runs:
|
|
194
194
|
|
|
195
195
|
```typescript
|
|
196
|
-
import type { WorkflowRunState } from '@mastra/core';
|
|
196
|
+
import type { WorkflowRunState } from '@mastra/core/storage';
|
|
197
197
|
|
|
198
198
|
// Persist a workflow snapshot
|
|
199
199
|
await storage.persistWorkflowSnapshot({
|