@mastra/inngest 0.0.0-new-scorer-api-20250801075530 → 0.0.0-pgvector-index-fix-20250905222058
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 +300 -3
- package/dist/index.cjs +224 -103
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +23 -24
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +225 -104
- package/dist/index.js.map +1 -1
- package/package.json +26 -12
- package/docker-compose.yaml +0 -10
- package/eslint.config.js +0 -6
- package/src/index.test.ts +0 -7815
- package/src/index.ts +0 -1784
- package/tsconfig.build.json +0 -9
- package/tsconfig.json +0 -5
- package/tsup.config.ts +0 -22
- package/vitest.config.ts +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,308 @@
|
|
|
1
1
|
# @mastra/inngest
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-pgvector-index-fix-20250905222058
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
|
|
7
|
+
- Updated dependencies [0662d02]
|
|
8
|
+
- Updated dependencies [6189844]
|
|
9
|
+
- Updated dependencies [d7a8f59]
|
|
10
|
+
- Updated dependencies [4dda259]
|
|
11
|
+
- Updated dependencies [defed1c]
|
|
12
|
+
- Updated dependencies [6991ced]
|
|
13
|
+
- Updated dependencies [9cb9c42]
|
|
14
|
+
- Updated dependencies [8334859]
|
|
15
|
+
- @mastra/core@0.0.0-pgvector-index-fix-20250905222058
|
|
16
|
+
|
|
17
|
+
## 0.13.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 376913a: Update peerdeps of @mastra/core
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- fd83526: Stream agent events with workflow `.streamVNext()`
|
|
26
|
+
- c9f4e4a: Pass tracing context to scorer run
|
|
27
|
+
- Updated dependencies [8fbf79e]
|
|
28
|
+
- Updated dependencies [fd83526]
|
|
29
|
+
- Updated dependencies [d0b90ab]
|
|
30
|
+
- Updated dependencies [6f5eb7a]
|
|
31
|
+
- Updated dependencies [a01cf14]
|
|
32
|
+
- Updated dependencies [a9e50ee]
|
|
33
|
+
- Updated dependencies [5397eb4]
|
|
34
|
+
- Updated dependencies [c9f4e4a]
|
|
35
|
+
- Updated dependencies [0acbc80]
|
|
36
|
+
- @mastra/core@0.16.0
|
|
37
|
+
|
|
38
|
+
## 0.13.0-alpha.1
|
|
39
|
+
|
|
40
|
+
### Minor Changes
|
|
41
|
+
|
|
42
|
+
- 376913a: Update peerdeps of @mastra/core
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [8fbf79e]
|
|
47
|
+
- @mastra/core@0.16.0-alpha.1
|
|
48
|
+
|
|
49
|
+
## 0.12.4-alpha.0
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- fd83526: Stream agent events with workflow `.streamVNext()`
|
|
54
|
+
- c9f4e4a: Pass tracing context to scorer run
|
|
55
|
+
- Updated dependencies [fd83526]
|
|
56
|
+
- Updated dependencies [d0b90ab]
|
|
57
|
+
- Updated dependencies [6f5eb7a]
|
|
58
|
+
- Updated dependencies [a01cf14]
|
|
59
|
+
- Updated dependencies [a9e50ee]
|
|
60
|
+
- Updated dependencies [5397eb4]
|
|
61
|
+
- Updated dependencies [c9f4e4a]
|
|
62
|
+
- Updated dependencies [0acbc80]
|
|
63
|
+
- @mastra/core@0.16.0-alpha.0
|
|
64
|
+
|
|
65
|
+
## 0.12.3
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- 85ef90b: Return nested workflow steps information in getWorkflowRunExecutionResult
|
|
70
|
+
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
71
|
+
- 4474d04: fix: do not pass tracing context to score run
|
|
72
|
+
- e3d8fea: Support Inngest flow control features for Mastra Inngest workflows
|
|
73
|
+
- ad78bfc: "piped tracingContext through inngest and mcp packages"
|
|
74
|
+
- 7f3b8da: Automatically pipe writer to workflows as a tool.
|
|
75
|
+
Also changed start, finish, step-output events to be workflow-start, workflow-finish and workflow-step-output
|
|
76
|
+
- f210435: Inngest: move zod to peerDependencies
|
|
77
|
+
- 5de1555: Fixed tracingContext on tool executions in AI tracing
|
|
78
|
+
- 1ed5a3e: Support workflows for run experiments
|
|
79
|
+
- Updated dependencies [ab48c97]
|
|
80
|
+
- Updated dependencies [85ef90b]
|
|
81
|
+
- Updated dependencies [aedbbfa]
|
|
82
|
+
- Updated dependencies [ff89505]
|
|
83
|
+
- Updated dependencies [637f323]
|
|
84
|
+
- Updated dependencies [de3cbc6]
|
|
85
|
+
- Updated dependencies [c19bcf7]
|
|
86
|
+
- Updated dependencies [4474d04]
|
|
87
|
+
- Updated dependencies [183dc95]
|
|
88
|
+
- Updated dependencies [a1111e2]
|
|
89
|
+
- Updated dependencies [b42a961]
|
|
90
|
+
- Updated dependencies [61debef]
|
|
91
|
+
- Updated dependencies [9beaeff]
|
|
92
|
+
- Updated dependencies [29de0e1]
|
|
93
|
+
- Updated dependencies [f643c65]
|
|
94
|
+
- Updated dependencies [00c74e7]
|
|
95
|
+
- Updated dependencies [fef7375]
|
|
96
|
+
- Updated dependencies [e3d8fea]
|
|
97
|
+
- Updated dependencies [45e4d39]
|
|
98
|
+
- Updated dependencies [9eee594]
|
|
99
|
+
- Updated dependencies [7149d8d]
|
|
100
|
+
- Updated dependencies [822c2e8]
|
|
101
|
+
- Updated dependencies [979912c]
|
|
102
|
+
- Updated dependencies [7dcf4c0]
|
|
103
|
+
- Updated dependencies [4106a58]
|
|
104
|
+
- Updated dependencies [ad78bfc]
|
|
105
|
+
- Updated dependencies [0302f50]
|
|
106
|
+
- Updated dependencies [6ac697e]
|
|
107
|
+
- Updated dependencies [74db265]
|
|
108
|
+
- Updated dependencies [0ce418a]
|
|
109
|
+
- Updated dependencies [af90672]
|
|
110
|
+
- Updated dependencies [8387952]
|
|
111
|
+
- Updated dependencies [7f3b8da]
|
|
112
|
+
- Updated dependencies [905352b]
|
|
113
|
+
- Updated dependencies [599d04c]
|
|
114
|
+
- Updated dependencies [56041d0]
|
|
115
|
+
- Updated dependencies [3412597]
|
|
116
|
+
- Updated dependencies [5eca5d2]
|
|
117
|
+
- Updated dependencies [f2cda47]
|
|
118
|
+
- Updated dependencies [5de1555]
|
|
119
|
+
- Updated dependencies [cfd377a]
|
|
120
|
+
- Updated dependencies [1ed5a3e]
|
|
121
|
+
- @mastra/core@0.15.3
|
|
122
|
+
|
|
123
|
+
## 0.12.3-alpha.5
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- [#7397](https://github.com/mastra-ai/mastra/pull/7397) [`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - fix: do not pass tracing context to score run
|
|
128
|
+
|
|
129
|
+
- Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
|
|
130
|
+
- @mastra/core@0.15.3-alpha.8
|
|
131
|
+
|
|
132
|
+
## 0.12.3-alpha.4
|
|
133
|
+
|
|
134
|
+
### Patch Changes
|
|
135
|
+
|
|
136
|
+
- [#7355](https://github.com/mastra-ai/mastra/pull/7355) [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92) Thanks [@rase-](https://github.com/rase-)! - Automatically pipe writer to workflows as a tool.
|
|
137
|
+
Also changed start, finish, step-output events to be workflow-start, workflow-finish and workflow-step-output
|
|
138
|
+
- Updated dependencies [[`c19bcf7`](https://github.com/mastra-ai/mastra/commit/c19bcf7b43542b02157b5e17303e519933a153ab), [`b42a961`](https://github.com/mastra-ai/mastra/commit/b42a961a5aefd19d6e938a7705fc0ecc90e8f756), [`45e4d39`](https://github.com/mastra-ai/mastra/commit/45e4d391a2a09fc70c48e4d60f505586ada1ba0e), [`0302f50`](https://github.com/mastra-ai/mastra/commit/0302f50861a53c66ff28801fc371b37c5f97e41e), [`74db265`](https://github.com/mastra-ai/mastra/commit/74db265b96aa01a72ffd91dcae0bc3b346cca0f2), [`7f3b8da`](https://github.com/mastra-ai/mastra/commit/7f3b8da6dd21c35d3672e44b4f5dd3502b8f8f92), [`905352b`](https://github.com/mastra-ai/mastra/commit/905352bcda134552400eb252bca1cb05a7975c14), [`f2cda47`](https://github.com/mastra-ai/mastra/commit/f2cda47ae911038c5d5489f54c36517d6f15bdcc), [`cfd377a`](https://github.com/mastra-ai/mastra/commit/cfd377a3a33a9c88b644f6540feed9cd9832db47)]:
|
|
139
|
+
- @mastra/core@0.15.3-alpha.6
|
|
140
|
+
|
|
141
|
+
## 0.12.3-alpha.3
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- [#7272](https://github.com/mastra-ai/mastra/pull/7272) [`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf) Thanks [@taofeeq-deru](https://github.com/taofeeq-deru)! - Return nested workflow steps information in getWorkflowRunExecutionResult
|
|
146
|
+
|
|
147
|
+
- [#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`.
|
|
148
|
+
|
|
149
|
+
- Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
|
|
150
|
+
- @mastra/core@0.15.3-alpha.5
|
|
151
|
+
|
|
152
|
+
## 0.12.3-alpha.2
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- [#7274](https://github.com/mastra-ai/mastra/pull/7274) [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668) Thanks [@epinzur](https://github.com/epinzur)! - "piped tracingContext through inngest and mcp packages"
|
|
157
|
+
|
|
158
|
+
- Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
|
|
159
|
+
- @mastra/core@0.15.3-alpha.4
|
|
160
|
+
|
|
161
|
+
## 0.12.3-alpha.1
|
|
162
|
+
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
- [#7090](https://github.com/mastra-ai/mastra/pull/7090) [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe) Thanks [@K-Mistele](https://github.com/K-Mistele)! - Support Inngest flow control features for Mastra Inngest workflows
|
|
166
|
+
|
|
167
|
+
- Updated dependencies [[`aedbbfa`](https://github.com/mastra-ai/mastra/commit/aedbbfa064124ddde039111f12629daebfea7e48), [`f643c65`](https://github.com/mastra-ai/mastra/commit/f643c651bdaf57c2343cf9dbfc499010495701fb), [`fef7375`](https://github.com/mastra-ai/mastra/commit/fef737534574f41b432a7361a285f776c3bac42b), [`e3d8fea`](https://github.com/mastra-ai/mastra/commit/e3d8feaacfb8b5c5c03c13604cc06ea2873d45fe), [`3412597`](https://github.com/mastra-ai/mastra/commit/3412597a6644c0b6bf3236d6e319ed1450c5bae8)]:
|
|
168
|
+
- @mastra/core@0.15.3-alpha.3
|
|
169
|
+
|
|
170
|
+
## 0.12.3-alpha.0
|
|
171
|
+
|
|
172
|
+
### Patch Changes
|
|
173
|
+
|
|
174
|
+
- [#7093](https://github.com/mastra-ai/mastra/pull/7093) [`f210435`](https://github.com/mastra-ai/mastra/commit/f210435d0a2b3b946bc054f45f948027d71a8518) Thanks [@rase-](https://github.com/rase-)! - Inngest: move zod to peerDependencies
|
|
175
|
+
|
|
176
|
+
- [#7109](https://github.com/mastra-ai/mastra/pull/7109) [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9) Thanks [@epinzur](https://github.com/epinzur)! - Fixed tracingContext on tool executions in AI tracing
|
|
177
|
+
|
|
178
|
+
- [#7025](https://github.com/mastra-ai/mastra/pull/7025) [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376) Thanks [@YujohnNattrass](https://github.com/YujohnNattrass)! - Support workflows for run experiments
|
|
179
|
+
|
|
180
|
+
- Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
|
|
181
|
+
- @mastra/core@0.15.3-alpha.0
|
|
182
|
+
|
|
183
|
+
## 0.12.2
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
188
|
+
|
|
189
|
+
- Updated dependencies []:
|
|
190
|
+
- @mastra/core@0.15.2
|
|
191
|
+
|
|
192
|
+
## 0.12.1
|
|
193
|
+
|
|
194
|
+
### Patch Changes
|
|
195
|
+
|
|
196
|
+
- [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
|
|
197
|
+
|
|
198
|
+
- Updated dependencies []:
|
|
199
|
+
- @mastra/core@0.15.1
|
|
200
|
+
|
|
201
|
+
## 0.12.0
|
|
202
|
+
|
|
203
|
+
### Minor Changes
|
|
204
|
+
|
|
205
|
+
- [#6971](https://github.com/mastra-ai/mastra/pull/6971) [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246) Thanks [@epinzur](https://github.com/epinzur)! - "updated ai tracing in workflows"
|
|
206
|
+
|
|
207
|
+
- [#7011](https://github.com/mastra-ai/mastra/pull/7011) [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1) Thanks [@epinzur](https://github.com/epinzur)! - Wrapped mastra objects in workflow steps to automatically pass on tracing context
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- [#6996](https://github.com/mastra-ai/mastra/pull/6996) [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
|
|
212
|
+
|
|
213
|
+
- [#6943](https://github.com/mastra-ai/mastra/pull/6943) [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20) Thanks [@taofeeq-deru](https://github.com/taofeeq-deru)! - Persist to snapshot when step starts
|
|
214
|
+
|
|
215
|
+
- 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)]:
|
|
216
|
+
- @mastra/core@0.15.0
|
|
217
|
+
|
|
218
|
+
## 0.12.0-alpha.1
|
|
219
|
+
|
|
220
|
+
### Minor Changes
|
|
221
|
+
|
|
222
|
+
- [#6971](https://github.com/mastra-ai/mastra/pull/6971) [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246) Thanks [@epinzur](https://github.com/epinzur)! - "updated ai tracing in workflows"
|
|
223
|
+
|
|
224
|
+
- [#7011](https://github.com/mastra-ai/mastra/pull/7011) [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1) Thanks [@epinzur](https://github.com/epinzur)! - Wrapped mastra objects in workflow steps to automatically pass on tracing context
|
|
225
|
+
|
|
226
|
+
### Patch Changes
|
|
227
|
+
|
|
228
|
+
- [#6996](https://github.com/mastra-ai/mastra/pull/6996) [`24d9ee3`](https://github.com/mastra-ai/mastra/commit/24d9ee3db1c09d15f27a5d0971b102abcfcf7dfd) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving
|
|
229
|
+
|
|
230
|
+
- 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)]:
|
|
231
|
+
- @mastra/core@0.14.2-alpha.1
|
|
232
|
+
|
|
233
|
+
## 0.11.11-alpha.0
|
|
234
|
+
|
|
235
|
+
### Patch Changes
|
|
236
|
+
|
|
237
|
+
- [#6943](https://github.com/mastra-ai/mastra/pull/6943) [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20) Thanks [@taofeeq-deru](https://github.com/taofeeq-deru)! - Persist to snapshot when step starts
|
|
238
|
+
|
|
239
|
+
- Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
|
|
240
|
+
- @mastra/core@0.14.2-alpha.0
|
|
241
|
+
|
|
242
|
+
## 0.11.10
|
|
243
|
+
|
|
244
|
+
### Patch Changes
|
|
245
|
+
|
|
246
|
+
- 03997ae: Update peerdeps
|
|
247
|
+
- Updated dependencies [227c7e6]
|
|
248
|
+
- Updated dependencies [12cae67]
|
|
249
|
+
- Updated dependencies [fd3a3eb]
|
|
250
|
+
- Updated dependencies [6faaee5]
|
|
251
|
+
- Updated dependencies [4232b14]
|
|
252
|
+
- Updated dependencies [a89de7e]
|
|
253
|
+
- Updated dependencies [5a37d0c]
|
|
254
|
+
- Updated dependencies [4bde0cb]
|
|
255
|
+
- Updated dependencies [cf4f357]
|
|
256
|
+
- Updated dependencies [ad888a2]
|
|
257
|
+
- Updated dependencies [481751d]
|
|
258
|
+
- Updated dependencies [2454423]
|
|
259
|
+
- Updated dependencies [194e395]
|
|
260
|
+
- Updated dependencies [a722c0b]
|
|
261
|
+
- Updated dependencies [c30bca8]
|
|
262
|
+
- Updated dependencies [3b5fec7]
|
|
263
|
+
- Updated dependencies [a8f129d]
|
|
264
|
+
- @mastra/core@0.14.0
|
|
265
|
+
|
|
266
|
+
## 0.11.10-alpha.0
|
|
267
|
+
|
|
268
|
+
### Patch Changes
|
|
269
|
+
|
|
270
|
+
- 03997ae: Update peerdeps
|
|
271
|
+
- @mastra/core@0.14.0-alpha.7
|
|
272
|
+
|
|
273
|
+
## 0.11.9
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
|
|
278
|
+
- Updated dependencies [cb36de0]
|
|
279
|
+
- Updated dependencies [d0496e6]
|
|
280
|
+
- Updated dependencies [a82b851]
|
|
281
|
+
- Updated dependencies [ea0c5f2]
|
|
282
|
+
- Updated dependencies [41a0a0e]
|
|
283
|
+
- Updated dependencies [2871020]
|
|
284
|
+
- Updated dependencies [94f4812]
|
|
285
|
+
- Updated dependencies [e202b82]
|
|
286
|
+
- Updated dependencies [e00f6a0]
|
|
287
|
+
- Updated dependencies [4a406ec]
|
|
288
|
+
- Updated dependencies [b0e43c1]
|
|
289
|
+
- Updated dependencies [5d377e5]
|
|
290
|
+
- Updated dependencies [1fb812e]
|
|
291
|
+
- Updated dependencies [35c5798]
|
|
292
|
+
- @mastra/core@0.13.0
|
|
293
|
+
|
|
294
|
+
## 0.11.9-alpha.0
|
|
295
|
+
|
|
296
|
+
### Patch Changes
|
|
297
|
+
|
|
298
|
+
- 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
|
|
299
|
+
- Updated dependencies [cb36de0]
|
|
300
|
+
- Updated dependencies [a82b851]
|
|
301
|
+
- Updated dependencies [41a0a0e]
|
|
302
|
+
- Updated dependencies [2871020]
|
|
303
|
+
- Updated dependencies [4a406ec]
|
|
304
|
+
- Updated dependencies [5d377e5]
|
|
305
|
+
- @mastra/core@0.13.0-alpha.2
|
|
9
306
|
|
|
10
307
|
## 0.11.8
|
|
11
308
|
|