@mastra/inngest 0.0.0-support-d1-client-20250701191943 → 0.0.0-suspendRuntimeContextTypeFix-20250930142630

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 CHANGED
@@ -1,6 +1,718 @@
1
1
  # @mastra/inngest
2
2
 
3
- ## 0.0.0-support-d1-client-20250701191943
3
+ ## 0.0.0-suspendRuntimeContextTypeFix-20250930142630
4
+
5
+ ### Patch Changes
6
+
7
+ - Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
8
+
9
+ - add register options to serve function ([#8139](https://github.com/mastra-ai/mastra/pull/8139))
10
+
11
+ - Add input data validation to workflow step execution ([#7779](https://github.com/mastra-ai/mastra/pull/7779))
12
+ Add resume data validation to resume workflow method
13
+ Add input data validation to start workflow method
14
+ Use default value from inputSchema/resumeSchema
15
+
16
+ - When step is created from agent or tool, add the description and component key to show that ([#8151](https://github.com/mastra-ai/mastra/pull/8151))
17
+
18
+ - 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), [`7fceb0a`](https://github.com/mastra-ai/mastra/commit/7fceb0a327d678e812f90f5387c5bc4f38bd039e), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`c7db3e0`](https://github.com/mastra-ai/mastra/commit/c7db3e057c4b2858a630a7c3f3d3aae571e3e5b7), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`809eea0`](https://github.com/mastra-ai/mastra/commit/809eea092fa80c3f69b9eaf078d843b57fd2a88e), [`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), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`c2a4919`](https://github.com/mastra-ai/mastra/commit/c2a4919ba6797d8bdb1509e02287496eef69303e), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5)]:
19
+ - @mastra/core@0.0.0-suspendRuntimeContextTypeFix-20250930142630
20
+
21
+ ## 0.14.2-alpha.0
22
+
23
+ ### Patch Changes
24
+
25
+ - add register options to serve function ([#8139](https://github.com/mastra-ai/mastra/pull/8139))
26
+
27
+ - Add input data validation to workflow step execution ([#7779](https://github.com/mastra-ai/mastra/pull/7779))
28
+ Add resume data validation to resume workflow method
29
+ Add input data validation to start workflow method
30
+ Use default value from inputSchema/resumeSchema
31
+
32
+ - When step is created from agent or tool, add the description and component key to show that ([#8151](https://github.com/mastra-ai/mastra/pull/8151))
33
+
34
+ - Updated dependencies [[`dc099b4`](https://github.com/mastra-ai/mastra/commit/dc099b40fb31147ba3f362f98d991892033c4c67), [`b342a68`](https://github.com/mastra-ai/mastra/commit/b342a68e1399cf1ece9ba11bda112db89d21118c), [`303a9c0`](https://github.com/mastra-ai/mastra/commit/303a9c0d7dd58795915979f06a0512359e4532fb), [`370f8a6`](https://github.com/mastra-ai/mastra/commit/370f8a6480faec70fef18d72e5f7538f27004301), [`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), [`3e292ba`](https://github.com/mastra-ai/mastra/commit/3e292ba00837886d5d68a34cbc0d9b703c991883), [`418c136`](https://github.com/mastra-ai/mastra/commit/418c1366843d88e491bca3f87763899ce855ca29), [`c84b7d0`](https://github.com/mastra-ai/mastra/commit/c84b7d093c4657772140cbfd2b15ef72f3315ed5)]:
35
+ - @mastra/core@0.18.1-alpha.0
36
+
37
+ ## 0.14.1
38
+
39
+ ### Patch Changes
40
+
41
+ - Fixes for `getStepResult` in workflow steps ([#8065](https://github.com/mastra-ai/mastra/pull/8065))
42
+
43
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
44
+
45
+ - 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)]:
46
+ - @mastra/core@0.18.0
47
+
48
+ ## 0.14.1-alpha.0
49
+
50
+ ### Patch Changes
51
+
52
+ - Fixes for `getStepResult` in workflow steps ([#8065](https://github.com/mastra-ai/mastra/pull/8065))
53
+
54
+ - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
55
+
56
+ - 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)]:
57
+ - @mastra/core@0.18.0-alpha.2
58
+
59
+ ## 0.14.0
60
+
61
+ ### Minor Changes
62
+
63
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
64
+
65
+ ### Patch Changes
66
+
67
+ - dependencies updates: ([#7865](https://github.com/mastra-ai/mastra/pull/7865))
68
+ - Updated dependency [`inngest@^3.40.3` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.3) (from `^3.40.2`, in `dependencies`)
69
+
70
+ - Added the ability to hide internal ai tracing spans (enabled by default) ([#7764](https://github.com/mastra-ai/mastra/pull/7764))
71
+
72
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
73
+
74
+ - refactored handling of internal ai spans to be more intelligent ([#7876](https://github.com/mastra-ai/mastra/pull/7876))
75
+
76
+ - fix(workflows/inngest): handle Date serialization in sleepUntil execution ([#7863](https://github.com/mastra-ai/mastra/pull/7863))
77
+
78
+ - add resourceId support to inngest workflow execution engine for workflow snapshot persistance ([#7792](https://github.com/mastra-ai/mastra/pull/7792))
79
+
80
+ - feat(inngest): add support for user-supplied functions in `serve` / `inngestServe` ([#7900](https://github.com/mastra-ai/mastra/pull/7900))
81
+
82
+ - 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)]:
83
+ - @mastra/core@0.17.0
84
+
85
+ ## 0.14.0-alpha.2
86
+
87
+ ### Minor Changes
88
+
89
+ - Fully deprecated createRun (now throws an error) in favour of createRunAsync ([#7897](https://github.com/mastra-ai/mastra/pull/7897))
90
+
91
+ ### Patch Changes
92
+
93
+ - refactored handling of internal ai spans to be more intelligent ([#7876](https://github.com/mastra-ai/mastra/pull/7876))
94
+
95
+ - feat(inngest): add support for user-supplied functions in `serve` / `inngestServe` ([#7900](https://github.com/mastra-ai/mastra/pull/7900))
96
+
97
+ - Updated dependencies [[`fb84c21`](https://github.com/mastra-ai/mastra/commit/fb84c21859d09bdc8f158bd5412bdc4b5835a61c), [`9d4fc09`](https://github.com/mastra-ai/mastra/commit/9d4fc09b2ad55caa7738c7ceb3a905e454f74cdd), [`d75ccf0`](https://github.com/mastra-ai/mastra/commit/d75ccf06dfd2582b916aa12624e3cd61b279edf1), [`0fed8f2`](https://github.com/mastra-ai/mastra/commit/0fed8f2aa84b167b3415ea6f8f70755775132c8d), [`87fd07f`](https://github.com/mastra-ai/mastra/commit/87fd07ff35387a38728967163460231b5d33ae3b)]:
98
+ - @mastra/core@0.17.0-alpha.4
99
+
100
+ ## 0.13.3-alpha.1
101
+
102
+ ### Patch Changes
103
+
104
+ - dependencies updates: ([#7865](https://github.com/mastra-ai/mastra/pull/7865))
105
+ - Updated dependency [`inngest@^3.40.3` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.3) (from `^3.40.2`, in `dependencies`)
106
+
107
+ - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
108
+
109
+ - fix(workflows/inngest): handle Date serialization in sleepUntil execution ([#7863](https://github.com/mastra-ai/mastra/pull/7863))
110
+
111
+ - add resourceId support to inngest workflow execution engine for workflow snapshot persistance ([#7792](https://github.com/mastra-ai/mastra/pull/7792))
112
+
113
+ - 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)]:
114
+ - @mastra/core@0.17.0-alpha.3
115
+
116
+ ## 0.13.3-alpha.0
117
+
118
+ ### Patch Changes
119
+
120
+ - Added the ability to hide internal ai tracing spans (enabled by default) ([#7764](https://github.com/mastra-ai/mastra/pull/7764))
121
+
122
+ - Updated dependencies [[`5802bf5`](https://github.com/mastra-ai/mastra/commit/5802bf57f6182e4b67c28d7d91abed349a8d14f3), [`5bda53a`](https://github.com/mastra-ai/mastra/commit/5bda53a9747bfa7d876d754fc92c83a06e503f62), [`f26a8fd`](https://github.com/mastra-ai/mastra/commit/f26a8fd99fcb0497a5d86c28324430d7f6a5fb83), [`1a1fbe6`](https://github.com/mastra-ai/mastra/commit/1a1fbe66efb7d94abc373ed0dd9676adb8122454), [`36f39c0`](https://github.com/mastra-ai/mastra/commit/36f39c00dc794952dc3c11aab91c2fa8bca74b11)]:
123
+ - @mastra/core@0.16.4-alpha.0
124
+
125
+ ## 0.13.2
126
+
127
+ ### Patch Changes
128
+
129
+ - various improvements to input & output data on ai spans ([#7636](https://github.com/mastra-ai/mastra/pull/7636))
130
+
131
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`2a6585f`](https://github.com/mastra-ai/mastra/commit/2a6585f7cb71f023f805d521d1c3c95fb9a3aa59), [`3d26e83`](https://github.com/mastra-ai/mastra/commit/3d26e8353a945719028f087cc6ac4b06f0ce27d2), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`56e55d1`](https://github.com/mastra-ai/mastra/commit/56e55d1e9eb63e7d9e41aa46e012aae471256812), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
132
+ - @mastra/core@0.16.3
133
+
134
+ ## 0.13.2-alpha.0
135
+
136
+ ### Patch Changes
137
+
138
+ - various improvements to input & output data on ai spans ([#7636](https://github.com/mastra-ai/mastra/pull/7636))
139
+
140
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
141
+ - @mastra/core@0.16.3-alpha.0
142
+
143
+ ## 0.13.1
144
+
145
+ ### Patch Changes
146
+
147
+ - dependencies updates: ([#7612](https://github.com/mastra-ai/mastra/pull/7612))
148
+ - Updated dependency [`inngest@^3.40.2` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.2) (from `^3.40.1`, in `dependencies`)
149
+ - Updated dependencies [[`47b6dc9`](https://github.com/mastra-ai/mastra/commit/47b6dc94f4976d4f3d3882e8f19eb365bbc5976c), [`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`565d65f`](https://github.com/mastra-ai/mastra/commit/565d65fc16314a99f081975ec92f2636dff0c86d), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`4da3d68`](https://github.com/mastra-ai/mastra/commit/4da3d68a778e5c4d5a17351ef223289fe2f45a45), [`fd9bbfe`](https://github.com/mastra-ai/mastra/commit/fd9bbfee22484f8493582325f53e8171bf8e682b), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`6f046b5`](https://github.com/mastra-ai/mastra/commit/6f046b5ccc5c8721302a9a61d5d16c12374cc8d7), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`0b0bbb2`](https://github.com/mastra-ai/mastra/commit/0b0bbb24f4198ead69792e92b68a350f52b45cf3), [`d951f41`](https://github.com/mastra-ai/mastra/commit/d951f41771e4e5da8da4b9f870949f9509e38756), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`8049e2e`](https://github.com/mastra-ai/mastra/commit/8049e2e8cce80a00353c64894c62b695ac34e35e), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
150
+ - @mastra/core@0.16.1
151
+
152
+ ## 0.13.1-alpha.0
153
+
154
+ ### Patch Changes
155
+
156
+ - dependencies updates: ([#7612](https://github.com/mastra-ai/mastra/pull/7612))
157
+ - Updated dependency [`inngest@^3.40.2` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.2) (from `^3.40.1`, in `dependencies`)
158
+ - Updated dependencies [[`827d876`](https://github.com/mastra-ai/mastra/commit/827d8766f36a900afcaf64a040f7ba76249009b3), [`7eaf1d1`](https://github.com/mastra-ai/mastra/commit/7eaf1d1cec7e828d7a98efc2a748ac395bbdba3b), [`f3427cd`](https://github.com/mastra-ai/mastra/commit/f3427cdaf9eecd63360dfc897a4acbf5f4143a4e), [`05f13b8`](https://github.com/mastra-ai/mastra/commit/05f13b8fb269ccfc4de98e9db58dbe16eae55a5e)]:
159
+ - @mastra/core@0.16.1-alpha.2
160
+
161
+ ## 0.13.0
162
+
163
+ ### Minor Changes
164
+
165
+ - 376913a: Update peerdeps of @mastra/core
166
+
167
+ ### Patch Changes
168
+
169
+ - fd83526: Stream agent events with workflow `.streamVNext()`
170
+ - c9f4e4a: Pass tracing context to scorer run
171
+ - Updated dependencies [8fbf79e]
172
+ - Updated dependencies [fd83526]
173
+ - Updated dependencies [d0b90ab]
174
+ - Updated dependencies [6f5eb7a]
175
+ - Updated dependencies [a01cf14]
176
+ - Updated dependencies [a9e50ee]
177
+ - Updated dependencies [5397eb4]
178
+ - Updated dependencies [c9f4e4a]
179
+ - Updated dependencies [0acbc80]
180
+ - @mastra/core@0.16.0
181
+
182
+ ## 0.13.0-alpha.1
183
+
184
+ ### Minor Changes
185
+
186
+ - 376913a: Update peerdeps of @mastra/core
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies [8fbf79e]
191
+ - @mastra/core@0.16.0-alpha.1
192
+
193
+ ## 0.12.4-alpha.0
194
+
195
+ ### Patch Changes
196
+
197
+ - fd83526: Stream agent events with workflow `.streamVNext()`
198
+ - c9f4e4a: Pass tracing context to scorer run
199
+ - Updated dependencies [fd83526]
200
+ - Updated dependencies [d0b90ab]
201
+ - Updated dependencies [6f5eb7a]
202
+ - Updated dependencies [a01cf14]
203
+ - Updated dependencies [a9e50ee]
204
+ - Updated dependencies [5397eb4]
205
+ - Updated dependencies [c9f4e4a]
206
+ - Updated dependencies [0acbc80]
207
+ - @mastra/core@0.16.0-alpha.0
208
+
209
+ ## 0.12.3
210
+
211
+ ### Patch Changes
212
+
213
+ - 85ef90b: Return nested workflow steps information in getWorkflowRunExecutionResult
214
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
215
+ - 4474d04: fix: do not pass tracing context to score run
216
+ - e3d8fea: Support Inngest flow control features for Mastra Inngest workflows
217
+ - ad78bfc: "piped tracingContext through inngest and mcp packages"
218
+ - 7f3b8da: Automatically pipe writer to workflows as a tool.
219
+ Also changed start, finish, step-output events to be workflow-start, workflow-finish and workflow-step-output
220
+ - f210435: Inngest: move zod to peerDependencies
221
+ - 5de1555: Fixed tracingContext on tool executions in AI tracing
222
+ - 1ed5a3e: Support workflows for run experiments
223
+ - Updated dependencies [ab48c97]
224
+ - Updated dependencies [85ef90b]
225
+ - Updated dependencies [aedbbfa]
226
+ - Updated dependencies [ff89505]
227
+ - Updated dependencies [637f323]
228
+ - Updated dependencies [de3cbc6]
229
+ - Updated dependencies [c19bcf7]
230
+ - Updated dependencies [4474d04]
231
+ - Updated dependencies [183dc95]
232
+ - Updated dependencies [a1111e2]
233
+ - Updated dependencies [b42a961]
234
+ - Updated dependencies [61debef]
235
+ - Updated dependencies [9beaeff]
236
+ - Updated dependencies [29de0e1]
237
+ - Updated dependencies [f643c65]
238
+ - Updated dependencies [00c74e7]
239
+ - Updated dependencies [fef7375]
240
+ - Updated dependencies [e3d8fea]
241
+ - Updated dependencies [45e4d39]
242
+ - Updated dependencies [9eee594]
243
+ - Updated dependencies [7149d8d]
244
+ - Updated dependencies [822c2e8]
245
+ - Updated dependencies [979912c]
246
+ - Updated dependencies [7dcf4c0]
247
+ - Updated dependencies [4106a58]
248
+ - Updated dependencies [ad78bfc]
249
+ - Updated dependencies [0302f50]
250
+ - Updated dependencies [6ac697e]
251
+ - Updated dependencies [74db265]
252
+ - Updated dependencies [0ce418a]
253
+ - Updated dependencies [af90672]
254
+ - Updated dependencies [8387952]
255
+ - Updated dependencies [7f3b8da]
256
+ - Updated dependencies [905352b]
257
+ - Updated dependencies [599d04c]
258
+ - Updated dependencies [56041d0]
259
+ - Updated dependencies [3412597]
260
+ - Updated dependencies [5eca5d2]
261
+ - Updated dependencies [f2cda47]
262
+ - Updated dependencies [5de1555]
263
+ - Updated dependencies [cfd377a]
264
+ - Updated dependencies [1ed5a3e]
265
+ - @mastra/core@0.15.3
266
+
267
+ ## 0.12.3-alpha.5
268
+
269
+ ### Patch Changes
270
+
271
+ - [#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
272
+
273
+ - Updated dependencies [[`4474d04`](https://github.com/mastra-ai/mastra/commit/4474d0489b1e152e0985c33a4f529207317d27b5), [`4106a58`](https://github.com/mastra-ai/mastra/commit/4106a58b15b4c0a060a4a9ccab52d119d00d8edb)]:
274
+ - @mastra/core@0.15.3-alpha.8
275
+
276
+ ## 0.12.3-alpha.4
277
+
278
+ ### Patch Changes
279
+
280
+ - [#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.
281
+ Also changed start, finish, step-output events to be workflow-start, workflow-finish and workflow-step-output
282
+ - 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)]:
283
+ - @mastra/core@0.15.3-alpha.6
284
+
285
+ ## 0.12.3-alpha.3
286
+
287
+ ### Patch Changes
288
+
289
+ - [#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
290
+
291
+ - [#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`.
292
+
293
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
294
+ - @mastra/core@0.15.3-alpha.5
295
+
296
+ ## 0.12.3-alpha.2
297
+
298
+ ### Patch Changes
299
+
300
+ - [#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"
301
+
302
+ - 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)]:
303
+ - @mastra/core@0.15.3-alpha.4
304
+
305
+ ## 0.12.3-alpha.1
306
+
307
+ ### Patch Changes
308
+
309
+ - [#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
310
+
311
+ - 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)]:
312
+ - @mastra/core@0.15.3-alpha.3
313
+
314
+ ## 0.12.3-alpha.0
315
+
316
+ ### Patch Changes
317
+
318
+ - [#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
319
+
320
+ - [#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
321
+
322
+ - [#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
323
+
324
+ - 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)]:
325
+ - @mastra/core@0.15.3-alpha.0
326
+
327
+ ## 0.12.2
328
+
329
+ ### Patch Changes
330
+
331
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
332
+
333
+ - Updated dependencies []:
334
+ - @mastra/core@0.15.2
335
+
336
+ ## 0.12.1
337
+
338
+ ### Patch Changes
339
+
340
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
341
+
342
+ - Updated dependencies []:
343
+ - @mastra/core@0.15.1
344
+
345
+ ## 0.12.0
346
+
347
+ ### Minor Changes
348
+
349
+ - [#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"
350
+
351
+ - [#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
352
+
353
+ ### Patch Changes
354
+
355
+ - [#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
356
+
357
+ - [#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
358
+
359
+ - 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)]:
360
+ - @mastra/core@0.15.0
361
+
362
+ ## 0.12.0-alpha.1
363
+
364
+ ### Minor Changes
365
+
366
+ - [#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"
367
+
368
+ - [#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
369
+
370
+ ### Patch Changes
371
+
372
+ - [#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
373
+
374
+ - 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)]:
375
+ - @mastra/core@0.14.2-alpha.1
376
+
377
+ ## 0.11.11-alpha.0
378
+
379
+ ### Patch Changes
380
+
381
+ - [#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
382
+
383
+ - 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)]:
384
+ - @mastra/core@0.14.2-alpha.0
385
+
386
+ ## 0.11.10
387
+
388
+ ### Patch Changes
389
+
390
+ - 03997ae: Update peerdeps
391
+ - Updated dependencies [227c7e6]
392
+ - Updated dependencies [12cae67]
393
+ - Updated dependencies [fd3a3eb]
394
+ - Updated dependencies [6faaee5]
395
+ - Updated dependencies [4232b14]
396
+ - Updated dependencies [a89de7e]
397
+ - Updated dependencies [5a37d0c]
398
+ - Updated dependencies [4bde0cb]
399
+ - Updated dependencies [cf4f357]
400
+ - Updated dependencies [ad888a2]
401
+ - Updated dependencies [481751d]
402
+ - Updated dependencies [2454423]
403
+ - Updated dependencies [194e395]
404
+ - Updated dependencies [a722c0b]
405
+ - Updated dependencies [c30bca8]
406
+ - Updated dependencies [3b5fec7]
407
+ - Updated dependencies [a8f129d]
408
+ - @mastra/core@0.14.0
409
+
410
+ ## 0.11.10-alpha.0
411
+
412
+ ### Patch Changes
413
+
414
+ - 03997ae: Update peerdeps
415
+ - @mastra/core@0.14.0-alpha.7
416
+
417
+ ## 0.11.9
418
+
419
+ ### Patch Changes
420
+
421
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
422
+ - Updated dependencies [cb36de0]
423
+ - Updated dependencies [d0496e6]
424
+ - Updated dependencies [a82b851]
425
+ - Updated dependencies [ea0c5f2]
426
+ - Updated dependencies [41a0a0e]
427
+ - Updated dependencies [2871020]
428
+ - Updated dependencies [94f4812]
429
+ - Updated dependencies [e202b82]
430
+ - Updated dependencies [e00f6a0]
431
+ - Updated dependencies [4a406ec]
432
+ - Updated dependencies [b0e43c1]
433
+ - Updated dependencies [5d377e5]
434
+ - Updated dependencies [1fb812e]
435
+ - Updated dependencies [35c5798]
436
+ - @mastra/core@0.13.0
437
+
438
+ ## 0.11.9-alpha.0
439
+
440
+ ### Patch Changes
441
+
442
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
443
+ - Updated dependencies [cb36de0]
444
+ - Updated dependencies [a82b851]
445
+ - Updated dependencies [41a0a0e]
446
+ - Updated dependencies [2871020]
447
+ - Updated dependencies [4a406ec]
448
+ - Updated dependencies [5d377e5]
449
+ - @mastra/core@0.13.0-alpha.2
450
+
451
+ ## 0.11.8
452
+
453
+ ### Patch Changes
454
+
455
+ - 7257912: dependencies updates:
456
+ - Updated dependency [`inngest@^3.40.1` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.1) (from `^3.40.0`, in `dependencies`)
457
+ - Updated dependencies [33dcb07]
458
+ - Updated dependencies [d0d9500]
459
+ - Updated dependencies [d30b1a0]
460
+ - Updated dependencies [bff87f7]
461
+ - Updated dependencies [b4a8df0]
462
+ - @mastra/core@0.12.1
463
+
464
+ ## 0.11.8-alpha.0
465
+
466
+ ### Patch Changes
467
+
468
+ - 7257912: dependencies updates:
469
+ - Updated dependency [`inngest@^3.40.1` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.1) (from `^3.40.0`, in `dependencies`)
470
+ - Updated dependencies [33dcb07]
471
+ - Updated dependencies [d30b1a0]
472
+ - Updated dependencies [bff87f7]
473
+ - Updated dependencies [b4a8df0]
474
+ - @mastra/core@0.12.1-alpha.0
475
+
476
+ ## 0.11.7
477
+
478
+ ### Patch Changes
479
+
480
+ - f42c4c2: update peer deps for packages to latest core range
481
+ - Updated dependencies [510e2c8]
482
+ - Updated dependencies [2f72fb2]
483
+ - Updated dependencies [27cc97a]
484
+ - Updated dependencies [3f89307]
485
+ - Updated dependencies [9eda7d4]
486
+ - Updated dependencies [9d49408]
487
+ - Updated dependencies [41daa63]
488
+ - Updated dependencies [ad0a58b]
489
+ - Updated dependencies [254a36b]
490
+ - Updated dependencies [2ecf658]
491
+ - Updated dependencies [7a7754f]
492
+ - Updated dependencies [fc92d80]
493
+ - Updated dependencies [e0f73c6]
494
+ - Updated dependencies [0b89602]
495
+ - Updated dependencies [4d37822]
496
+ - Updated dependencies [23a6a7c]
497
+ - Updated dependencies [cda801d]
498
+ - Updated dependencies [a77c823]
499
+ - Updated dependencies [ff9c125]
500
+ - Updated dependencies [09bca64]
501
+ - Updated dependencies [b8efbb9]
502
+ - Updated dependencies [71466e7]
503
+ - Updated dependencies [0c99fbe]
504
+ - @mastra/core@0.12.0
505
+
506
+ ## 0.11.7-alpha.0
507
+
508
+ ### Patch Changes
509
+
510
+ - f42c4c2: update peer deps for packages to latest core range
511
+ - @mastra/core@0.12.0-alpha.5
512
+
513
+ ## 0.11.6
514
+
515
+ ### Patch Changes
516
+
517
+ - ce088f5: Update all peerdeps to latest core
518
+ - @mastra/core@0.11.1
519
+
520
+ ## 0.11.5
521
+
522
+ ### Patch Changes
523
+
524
+ - a723d69: Pass workflowId through
525
+ - Updated dependencies [f248d53]
526
+ - Updated dependencies [2affc57]
527
+ - Updated dependencies [66e13e3]
528
+ - Updated dependencies [edd9482]
529
+ - Updated dependencies [18344d7]
530
+ - Updated dependencies [9d372c2]
531
+ - Updated dependencies [40c2525]
532
+ - Updated dependencies [e473f27]
533
+ - Updated dependencies [032cb66]
534
+ - Updated dependencies [703ac71]
535
+ - Updated dependencies [a723d69]
536
+ - Updated dependencies [7827943]
537
+ - Updated dependencies [5889a31]
538
+ - Updated dependencies [bf1e7e7]
539
+ - Updated dependencies [65e3395]
540
+ - Updated dependencies [4933192]
541
+ - Updated dependencies [d1c77a4]
542
+ - Updated dependencies [bea9dd1]
543
+ - Updated dependencies [dcd4802]
544
+ - Updated dependencies [cbddd18]
545
+ - Updated dependencies [7ba91fa]
546
+ - @mastra/core@0.11.0
547
+
548
+ ## 0.11.5-alpha.0
549
+
550
+ ### Patch Changes
551
+
552
+ - a723d69: Pass workflowId through
553
+ - Updated dependencies [f248d53]
554
+ - Updated dependencies [2affc57]
555
+ - Updated dependencies [66e13e3]
556
+ - Updated dependencies [edd9482]
557
+ - Updated dependencies [18344d7]
558
+ - Updated dependencies [9d372c2]
559
+ - Updated dependencies [40c2525]
560
+ - Updated dependencies [e473f27]
561
+ - Updated dependencies [032cb66]
562
+ - Updated dependencies [703ac71]
563
+ - Updated dependencies [a723d69]
564
+ - Updated dependencies [5889a31]
565
+ - Updated dependencies [65e3395]
566
+ - Updated dependencies [4933192]
567
+ - Updated dependencies [d1c77a4]
568
+ - Updated dependencies [bea9dd1]
569
+ - Updated dependencies [dcd4802]
570
+ - Updated dependencies [7ba91fa]
571
+ - @mastra/core@0.11.0-alpha.2
572
+
573
+ ## 0.11.4
574
+
575
+ ### Patch Changes
576
+
577
+ - 0b56518: Ensure removed runtimeContext values are not saved in snapshot
578
+ - Updated dependencies [0b56518]
579
+ - Updated dependencies [db5cc15]
580
+ - Updated dependencies [2ba5b76]
581
+ - Updated dependencies [5237998]
582
+ - Updated dependencies [c3a30de]
583
+ - Updated dependencies [37c1acd]
584
+ - Updated dependencies [1aa60b1]
585
+ - Updated dependencies [89ec9d4]
586
+ - Updated dependencies [cf3a184]
587
+ - Updated dependencies [d6bfd60]
588
+ - Updated dependencies [626b0f4]
589
+ - Updated dependencies [c22a91f]
590
+ - Updated dependencies [f7403ab]
591
+ - Updated dependencies [6c89d7f]
592
+ - @mastra/core@0.10.15
593
+
594
+ ## 0.11.4-alpha.0
595
+
596
+ ### Patch Changes
597
+
598
+ - 0b56518: Ensure removed runtimeContext values are not saved in snapshot
599
+ - Updated dependencies [0b56518]
600
+ - Updated dependencies [2ba5b76]
601
+ - Updated dependencies [c3a30de]
602
+ - Updated dependencies [cf3a184]
603
+ - Updated dependencies [d6bfd60]
604
+ - @mastra/core@0.10.15-alpha.1
605
+
606
+ ## 0.11.3
607
+
608
+ ### Patch Changes
609
+
610
+ - 515488a: dependencies updates:
611
+ - Updated dependency [`inngest@^3.39.2` ↗︎](https://www.npmjs.com/package/inngest/v/3.39.2) (from `^3.39.1`, in `dependencies`)
612
+ - defb5ae: dependencies updates:
613
+ - Updated dependency [`inngest@^3.40.0` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.0) (from `^3.39.2`, in `dependencies`)
614
+ - b790fd1: Ability to pass a function to .sleep()/.sleepUntil()
615
+ - c1cceea: Bump peerdeps of @matra/core
616
+ - Updated dependencies [2873c7f]
617
+ - Updated dependencies [1c1c6a1]
618
+ - Updated dependencies [f8ce2cc]
619
+ - Updated dependencies [8c846b6]
620
+ - Updated dependencies [c7bbf1e]
621
+ - Updated dependencies [8722d53]
622
+ - Updated dependencies [565cc0c]
623
+ - Updated dependencies [b790fd1]
624
+ - Updated dependencies [132027f]
625
+ - Updated dependencies [0c85311]
626
+ - Updated dependencies [d7ed04d]
627
+ - Updated dependencies [cb16baf]
628
+ - Updated dependencies [f36e4f1]
629
+ - Updated dependencies [7f6e403]
630
+ - @mastra/core@0.10.11
631
+
632
+ ## 0.11.3-alpha.3
633
+
634
+ ### Patch Changes
635
+
636
+ - c1cceea: Bump peerdeps of @matra/core
637
+ - @mastra/core@0.10.11-alpha.4
638
+
639
+ ## 0.11.3-alpha.2
640
+
641
+ ### Patch Changes
642
+
643
+ - defb5ae: dependencies updates:
644
+ - Updated dependency [`inngest@^3.40.0` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.0) (from `^3.39.2`, in `dependencies`)
645
+ - Updated dependencies [c7bbf1e]
646
+ - Updated dependencies [8722d53]
647
+ - Updated dependencies [132027f]
648
+ - Updated dependencies [0c85311]
649
+ - Updated dependencies [cb16baf]
650
+ - @mastra/core@0.10.11-alpha.3
651
+
652
+ ## 0.11.3-alpha.1
653
+
654
+ ### Patch Changes
655
+
656
+ - 515488a: dependencies updates:
657
+ - Updated dependency [`inngest@^3.39.2` ↗︎](https://www.npmjs.com/package/inngest/v/3.39.2) (from `^3.39.1`, in `dependencies`)
658
+ - Updated dependencies [7f6e403]
659
+ - @mastra/core@0.10.11-alpha.1
660
+
661
+ ## 0.11.3-alpha.0
662
+
663
+ ### Patch Changes
664
+
665
+ - b790fd1: Ability to pass a function to .sleep()/.sleepUntil()
666
+ - Updated dependencies [f8ce2cc]
667
+ - Updated dependencies [8c846b6]
668
+ - Updated dependencies [b790fd1]
669
+ - Updated dependencies [d7ed04d]
670
+ - Updated dependencies [f36e4f1]
671
+ - @mastra/core@0.10.11-alpha.0
672
+
673
+ ## 0.11.2
674
+
675
+ ### Patch Changes
676
+
677
+ - 48d9738: Fix inngest sleep stream events
678
+ - Updated dependencies [4d3fbdf]
679
+ - @mastra/core@0.10.10
680
+
681
+ ## 0.11.2-alpha.0
682
+
683
+ ### Patch Changes
684
+
685
+ - 48d9738: Fix inngest sleep stream events
686
+ - Updated dependencies [4d3fbdf]
687
+ - @mastra/core@0.10.10-alpha.0
688
+
689
+ ## 0.11.1
690
+
691
+ ### Patch Changes
692
+
693
+ - e423a31: Fix bug where nested workflows would cause Inngest duplicate key error
694
+ - 764f86a: Introduces the runCount property in the execution parameters for the steps execute function
695
+ - 1760a1c: Use workflow stream in playground instead of watch
696
+ - 038e5ae: Add cancel workflow run
697
+ - 81a1b3b: Update peerdeps
698
+ - Updated dependencies [9dda1ac]
699
+ - Updated dependencies [c984582]
700
+ - Updated dependencies [7e801dd]
701
+ - Updated dependencies [a606c75]
702
+ - Updated dependencies [7aa70a4]
703
+ - Updated dependencies [764f86a]
704
+ - Updated dependencies [1760a1c]
705
+ - Updated dependencies [038e5ae]
706
+ - Updated dependencies [7dda16a]
707
+ - Updated dependencies [5ebfcdd]
708
+ - Updated dependencies [b2d0c91]
709
+ - Updated dependencies [4e809ad]
710
+ - Updated dependencies [57929df]
711
+ - Updated dependencies [b7852ed]
712
+ - Updated dependencies [6320a61]
713
+ - @mastra/core@0.10.9
714
+
715
+ ## 0.11.1-alpha.0
4
716
 
5
717
  ### Patch Changes
6
718
 
@@ -8,7 +720,9 @@
8
720
  - 764f86a: Introduces the runCount property in the execution parameters for the steps execute function
9
721
  - 1760a1c: Use workflow stream in playground instead of watch
10
722
  - 038e5ae: Add cancel workflow run
723
+ - 81a1b3b: Update peerdeps
11
724
  - Updated dependencies [9dda1ac]
725
+ - Updated dependencies [c984582]
12
726
  - Updated dependencies [7e801dd]
13
727
  - Updated dependencies [a606c75]
14
728
  - Updated dependencies [7aa70a4]
@@ -16,11 +730,13 @@
16
730
  - Updated dependencies [1760a1c]
17
731
  - Updated dependencies [038e5ae]
18
732
  - Updated dependencies [7dda16a]
733
+ - Updated dependencies [5ebfcdd]
734
+ - Updated dependencies [b2d0c91]
19
735
  - Updated dependencies [4e809ad]
20
736
  - Updated dependencies [57929df]
21
737
  - Updated dependencies [b7852ed]
22
738
  - Updated dependencies [6320a61]
23
- - @mastra/core@0.0.0-support-d1-client-20250701191943
739
+ - @mastra/core@0.10.9-alpha.0
24
740
 
25
741
  ## 0.11.0
26
742