@mastra/loggers 1.3.0-alpha.0 → 1.3.1-alpha.0

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 DELETED
@@ -1,2519 +0,0 @@
1
- # @mastra/loggers
2
-
3
- ## 1.3.0-alpha.0
4
-
5
- ### Minor Changes
6
-
7
- - `PinoLogger` now implements the Mastra logger adapter contract. During traced operations, a pino mixin injects `trace_id` and `span_id` into every native log record (stdout, files, and custom transports), and the observability log export is derived from the same record. User-supplied `mixin` fields are preserved, with trace fields taking precedence on conflict. ([#21753](https://github.com/mastra-ai/mastra/pull/21753))
8
-
9
- ```typescript
10
- import { Mastra } from '@mastra/core/mastra';
11
- import { PinoLogger } from '@mastra/loggers';
12
-
13
- export const mastra = new Mastra({
14
- logger: new PinoLogger({ name: 'Mastra', level: 'info' }),
15
- });
16
-
17
- // During a traced run, stdout lines carry matching trace context:
18
- // {"level":30,"name":"Mastra","trace_id":"0af7651916cd43dd8448eb211c80319c","span_id":"b7ad6b7169203331","msg":"tool executed"}
19
- ```
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies [[`7176362`](https://github.com/mastra-ai/mastra/commit/717636281a3339911a05ea2cc8ae38afe4fd2cef), [`e3b796d`](https://github.com/mastra-ai/mastra/commit/e3b796d29a63f0d5c97dd815aadec40687346d70), [`49ccd14`](https://github.com/mastra-ai/mastra/commit/49ccd142268a61fb55ea75bc76287643a21f3677), [`3855b38`](https://github.com/mastra-ai/mastra/commit/3855b38c4c25af32ab8e298e148becc963abe92c)]:
24
- - @mastra/core@1.63.0-alpha.0
25
-
26
- ## 1.2.0
27
-
28
- ### Minor Changes
29
-
30
- - Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
31
-
32
- ### Patch Changes
33
-
34
- - Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
35
- - @mastra/core@1.45.0
36
-
37
- ## 1.2.0-alpha.0
38
-
39
- ### Minor Changes
40
-
41
- - Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
42
-
43
- ### Patch Changes
44
-
45
- - Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
46
- - @mastra/core@1.45.0-alpha.0
47
-
48
- ## 1.1.3
49
-
50
- ### Patch Changes
51
-
52
- - Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
53
-
54
- - Updated dependencies [[`339c57c`](https://github.com/mastra-ai/mastra/commit/339c57c5b2c6dbe75a125e138228e0556528976f), [`1dd4117`](https://github.com/mastra-ai/mastra/commit/1dd4117dcbd8e031ede9f0489436bfbc6f0315b8), [`2b11d1f`](https://github.com/mastra-ai/mastra/commit/2b11d1f6ac7024c5dd2b2dd12a48a956ac9d63bd), [`77a2351`](https://github.com/mastra-ai/mastra/commit/77a2351ee79296e360bce822cb3391f7cfd6489d), [`b7dff0a`](https://github.com/mastra-ai/mastra/commit/b7dff0a3d1022eb6868f48dc40a2b1febd5c277f), [`02087e1`](https://github.com/mastra-ai/mastra/commit/02087e1fbc54aa07f3071f7a200df1bf5be601a8), [`49af8df`](https://github.com/mastra-ai/mastra/commit/49af8df589c4ff71a5015a4553b377b32704b691), [`30ce559`](https://github.com/mastra-ai/mastra/commit/30ce55902ecf819b8ab8697398dd68b108228063), [`c241b92`](https://github.com/mastra-ai/mastra/commit/c241b929dc8c8d6a7b7219c99ed13ac1f3124a77), [`7d6ff70`](https://github.com/mastra-ai/mastra/commit/7d6ff708727297a0526ca0e26e93eeb5bbaaa187), [`ab975d4`](https://github.com/mastra-ai/mastra/commit/ab975d4dd9488752f05bda7afa03166d207e3e2a), [`9d6aa1b`](https://github.com/mastra-ai/mastra/commit/9d6aa1bae407e2afa6a089abc2a6accbbcb287b8)]:
55
- - @mastra/core@1.44.0
56
-
57
- ## 1.1.3-alpha.0
58
-
59
- ### Patch Changes
60
-
61
- - Security remediation for the 2026-06-17 "easy-day-js" supply-chain incident. Patch bump to publish clean versions and move the `latest` dist-tag forward, superseding the compromised versions that declared the malicious `easy-day-js` dependency. ([#18056](https://github.com/mastra-ai/mastra/pull/18056))
62
-
63
- - Updated dependencies [[`77a2351`](https://github.com/mastra-ai/mastra/commit/77a2351ee79296e360bce822cb3391f7cfd6489d)]:
64
- - @mastra/core@1.43.1-alpha.0
65
-
66
- ## 1.1.2
67
-
68
- ### Patch Changes
69
-
70
- - Added messageKey option to PinoLogger for compatibility with structured-log aggregators. Set messageKey: 'message' to emit log messages under the message field expected by Google Cloud Logging, Datadog, ECS, and AWS CloudWatch. ([#17450](https://github.com/mastra-ai/mastra/pull/17450))
71
-
72
- - Updated dependencies [[`fa63872`](https://github.com/mastra-ai/mastra/commit/fa6387280954e6b667bec5714b55ba082bc627ff), [`d779de3`](https://github.com/mastra-ai/mastra/commit/d779de3cd9d2e7ed8110547190e2f15e786a0e41), [`1750c97`](https://github.com/mastra-ai/mastra/commit/1750c975d6179fbf6db2813b15229d4f8f23fc55), [`9283971`](https://github.com/mastra-ai/mastra/commit/928397157009b4aef4d5fdf3a0a273cb371beb55), [`f07b646`](https://github.com/mastra-ai/mastra/commit/f07b64604ab7d25391179790b7fd4823df9e2dff), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`40f9297`](https://github.com/mastra-ai/mastra/commit/40f9297003b921c62373d3e8d3a4bda76c9f6de3), [`19a8658`](https://github.com/mastra-ai/mastra/commit/19a86589c788ef48bb6c1b0612cc82a201857379), [`850af77`](https://github.com/mastra-ai/mastra/commit/850af7779cb87c350804488734544a5b1843de25), [`0f0d1ba`](https://github.com/mastra-ai/mastra/commit/0f0d1ba67bfcb2204e571401662f1eceefc03357), [`a18775a`](https://github.com/mastra-ai/mastra/commit/a18775a693172546ee2378d39b67d4e32895b251), [`1baf2d1`](https://github.com/mastra-ai/mastra/commit/1baf2d152c6881338ff8f114633d5316fe13dd15), [`8c31bcd`](https://github.com/mastra-ai/mastra/commit/8c31bcdb00e597880d5939b1b7d7566fbe5dacae), [`0e32507`](https://github.com/mastra-ai/mastra/commit/0e32507962cdfa5569b7bda5bc6fb3dd34e40b03), [`95b14cd`](https://github.com/mastra-ai/mastra/commit/95b14cdd820e86d97ac05fe568424c513a252e31), [`07c3de7`](https://github.com/mastra-ai/mastra/commit/07c3de7f7bc418beccaea3b5e6b7f7cdda79d492), [`0bf2d93`](https://github.com/mastra-ai/mastra/commit/0bf2d932d20e2936f2d9abb8c0a86e24fbc97ec6), [`7b0d34c`](https://github.com/mastra-ai/mastra/commit/7b0d34cfe4a2fce22ac86ae17404685ff67a2ddb), [`a659a77`](https://github.com/mastra-ai/mastra/commit/a659a779bdebe3a52a518c56d2260592d0240fe0), [`aa36be2`](https://github.com/mastra-ai/mastra/commit/aa36be23aa513b7dc53cb8ca16b7fab8f20e43ad), [`3332be9`](https://github.com/mastra-ai/mastra/commit/3332be9701ecd77aba840959d9a1d1ce7aef02d3), [`212c635`](https://github.com/mastra-ai/mastra/commit/212c635203e61d036ab41db8ff86c3893dc795b3), [`d8838ae`](https://github.com/mastra-ai/mastra/commit/d8838ae80b69780361693d27098f7f6684af12fe), [`9aa5a73`](https://github.com/mastra-ai/mastra/commit/9aa5a73e7e110f6e9365eec69364a33d5f03bb56), [`f73c789`](https://github.com/mastra-ai/mastra/commit/f73c789e8ef21561580395d2c410119cab5848c8), [`8bd16da`](https://github.com/mastra-ai/mastra/commit/8bd16da73a4cb874d739373643dbd6a6e7f88684), [`c8630f8`](https://github.com/mastra-ai/mastra/commit/c8630f80d4f40cb5d22e60ab162b618b1907167a), [`94dfef6`](https://github.com/mastra-ai/mastra/commit/94dfef6e2bf19a88467ea3940afcbce88a433f0f), [`47f71dc`](https://github.com/mastra-ai/mastra/commit/47f71dc6fbcbd12d71e21a979e676e20a02bd77d), [`50ceae2`](https://github.com/mastra-ai/mastra/commit/50ceae270878e2f8fb2b2c6c2faab09df0007c8a), [`a122f79`](https://github.com/mastra-ai/mastra/commit/a122f79427ae225ec79c7b2ed46278da48d04b17), [`8cdde58`](https://github.com/mastra-ai/mastra/commit/8cdde5875bbba6702d9df226f2b20232b8d75d6c), [`3a081c1`](https://github.com/mastra-ai/mastra/commit/3a081c1255c5ae8c99f6dad91cc612934ef6f2bd), [`49f8abc`](https://github.com/mastra-ai/mastra/commit/49f8abce8258e4f2f87bd326acfbdb641264a47c), [`847ff1e`](https://github.com/mastra-ai/mastra/commit/847ff1e0d94368d94b2e173e4e0908e115568ef3), [`0c1ed1d`](https://github.com/mastra-ai/mastra/commit/0c1ed1d00c7d87b5ac99ca95896211a2fa9189fa), [`259d409`](https://github.com/mastra-ai/mastra/commit/259d409a514174299dbde1ff5e1121209b3ba850), [`9e16c68`](https://github.com/mastra-ai/mastra/commit/9e16c6818b6485ccb43df28aba6f3a2219d28662), [`cefca33`](https://github.com/mastra-ai/mastra/commit/cefca33ae666e69810c935fedf95a929c173d1d7), [`d00e8c5`](https://github.com/mastra-ai/mastra/commit/d00e8c50daebe5bce5bf2f48bde39c86fc3d2fe4), [`36fa7e2`](https://github.com/mastra-ai/mastra/commit/36fa7e24d14e58a1eb46147097b32f583e5b8775), [`87e9774`](https://github.com/mastra-ai/mastra/commit/87e97741c1e493cd6d62f478eb810b49bda4d57c), [`65a72e7`](https://github.com/mastra-ai/mastra/commit/65a72e70c25eedea8ff985a6624b96be2850236b), [`fe9eacd`](https://github.com/mastra-ai/mastra/commit/fe9eacd9545a0a9d64aad31c9fa90294a425289e), [`4c02027`](https://github.com/mastra-ai/mastra/commit/4c020277235eaa6b1dc957c90ad0639eef213992), [`0f77241`](https://github.com/mastra-ai/mastra/commit/0f7724108806703799a8ba80ad0f09414afd5066), [`849efb9`](https://github.com/mastra-ai/mastra/commit/849efb9fca6dc976589c1f90a303fea618769109), [`92ff509`](https://github.com/mastra-ai/mastra/commit/92ff5098ef8a990438ca038077021a5f7541ec1d), [`3fce5e7`](https://github.com/mastra-ai/mastra/commit/3fce5e70d011d289043e75003ef3336ed4aa43c3), [`a763592`](https://github.com/mastra-ai/mastra/commit/a763592c3db46963ef1011cfe16fe372816e775e), [`db79c86`](https://github.com/mastra-ai/mastra/commit/db79c86c60723d57e02f9636ca2611bd4515f194), [`6855012`](https://github.com/mastra-ai/mastra/commit/685501247cc4717506f3e89beed03509d63a5370), [`80c7737`](https://github.com/mastra-ai/mastra/commit/80c7737e32d7917b5f356957d67c169d01744fd3), [`7fef31c`](https://github.com/mastra-ai/mastra/commit/7fef31c0d2a6d362a43a647a8a4f6ab893758a23), [`7fef31c`](https://github.com/mastra-ai/mastra/commit/7fef31c0d2a6d362a43a647a8a4f6ab893758a23), [`3f1cf47`](https://github.com/mastra-ai/mastra/commit/3f1cf476f74c1e4cc2df908837e05853a5347e31)]:
73
- - @mastra/core@1.38.0
74
-
75
- ## 1.1.2-alpha.0
76
-
77
- ### Patch Changes
78
-
79
- - Added messageKey option to PinoLogger for compatibility with structured-log aggregators. Set messageKey: 'message' to emit log messages under the message field expected by Google Cloud Logging, Datadog, ECS, and AWS CloudWatch. ([#17450](https://github.com/mastra-ai/mastra/pull/17450))
80
-
81
- - Updated dependencies:
82
- - @mastra/core@1.38.0-alpha.7
83
-
84
- ## 1.1.1
85
-
86
- ### Patch Changes
87
-
88
- - Removed 'component' field from pino-pretty log output to reduce noise in CLI logs ([#15146](https://github.com/mastra-ai/mastra/pull/15146))
89
-
90
- - Updated dependencies [[`8db7663`](https://github.com/mastra-ai/mastra/commit/8db7663c9a9c735828094c359d2e327fd4f8fba3), [`153e864`](https://github.com/mastra-ai/mastra/commit/153e86476b425db7cd0dc8490050096e92964a38), [`715710d`](https://github.com/mastra-ai/mastra/commit/715710d12fa47cf88e09d41f13843eddc29327b0), [`378c6c4`](https://github.com/mastra-ai/mastra/commit/378c6c4755726e8d8cf83a14809b350b90d46c62), [`9f91fd5`](https://github.com/mastra-ai/mastra/commit/9f91fd538ab2a44f8cc740bcad8e51205f74fbea), [`ba6fa9c`](https://github.com/mastra-ai/mastra/commit/ba6fa9cc0f3e1912c49fd70d4c3bb8c44903ddaa)]:
91
- - @mastra/core@1.24.0
92
-
93
- ## 1.1.1-alpha.0
94
-
95
- ### Patch Changes
96
-
97
- - Removed 'component' field from pino-pretty log output to reduce noise in CLI logs ([#15146](https://github.com/mastra-ai/mastra/pull/15146))
98
-
99
- - Updated dependencies [[`8db7663`](https://github.com/mastra-ai/mastra/commit/8db7663c9a9c735828094c359d2e327fd4f8fba3), [`715710d`](https://github.com/mastra-ai/mastra/commit/715710d12fa47cf88e09d41f13843eddc29327b0), [`378c6c4`](https://github.com/mastra-ai/mastra/commit/378c6c4755726e8d8cf83a14809b350b90d46c62), [`9f91fd5`](https://github.com/mastra-ai/mastra/commit/9f91fd538ab2a44f8cc740bcad8e51205f74fbea), [`ba6fa9c`](https://github.com/mastra-ai/mastra/commit/ba6fa9cc0f3e1912c49fd70d4c3bb8c44903ddaa)]:
100
- - @mastra/core@1.24.0-alpha.1
101
-
102
- ## 1.1.0
103
-
104
- ### Minor Changes
105
-
106
- - Added `mixin` and `customLevels` options to `PinoLogger`. ([#14726](https://github.com/mastra-ai/mastra/pull/14726))
107
-
108
- You can now attach shared fields to every log entry with `mixin`, which is useful for values like trace IDs, request IDs, or service metadata.
109
-
110
- You can also define custom log levels when you need to match an existing Pino logging setup.
111
-
112
- **Example**
113
-
114
- ```ts
115
- import { PinoLogger } from '@mastra/loggers';
116
-
117
- const logger = new PinoLogger({
118
- name: 'Mastra',
119
- level: 'info',
120
- mixin() {
121
- return { traceId: 'abc-123' };
122
- },
123
- customLevels: {
124
- audit: 35,
125
- },
126
- });
127
-
128
- logger.info('User signed in');`
129
- ```
130
-
131
- ### Patch Changes
132
-
133
- - Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067), [`e333b77`](https://github.com/mastra-ai/mastra/commit/e333b77e2d76ba57ccec1818e08cebc1993469ff), [`dc9fc19`](https://github.com/mastra-ai/mastra/commit/dc9fc19da4437f6b508cc355f346a8856746a76b), [`60a224d`](https://github.com/mastra-ai/mastra/commit/60a224dd497240e83698cfa5bfd02e3d1d854844), [`fbf22a7`](https://github.com/mastra-ai/mastra/commit/fbf22a7ad86bcb50dcf30459f0d075e51ddeb468), [`f16d92c`](https://github.com/mastra-ai/mastra/commit/f16d92c677a119a135cebcf7e2b9f51ada7a9df4), [`949b7bf`](https://github.com/mastra-ai/mastra/commit/949b7bfd4e40f2b2cba7fef5eb3f108a02cfe938), [`404fea1`](https://github.com/mastra-ai/mastra/commit/404fea13042181f0b0c73a101392ac87c79ceae2), [`ebf5047`](https://github.com/mastra-ai/mastra/commit/ebf5047e825c38a1a356f10b214c1d4260dfcd8d), [`12c647c`](https://github.com/mastra-ai/mastra/commit/12c647cf3a26826eb72d40b42e3c8356ceae16ed), [`d084b66`](https://github.com/mastra-ai/mastra/commit/d084b6692396057e83c086b954c1857d20b58a14), [`79c699a`](https://github.com/mastra-ai/mastra/commit/79c699acf3cd8a77e11c55530431f48eb48456e9), [`62757b6`](https://github.com/mastra-ai/mastra/commit/62757b6db6e8bb86569d23ad0b514178f57053f8), [`675f15b`](https://github.com/mastra-ai/mastra/commit/675f15b7eaeea649158d228ea635be40480c584d), [`b174c63`](https://github.com/mastra-ai/mastra/commit/b174c63a093108d4e53b9bc89a078d9f66202b3f), [`819f03c`](https://github.com/mastra-ai/mastra/commit/819f03c25823373b32476413bd76be28a5d8705a), [`04160ee`](https://github.com/mastra-ai/mastra/commit/04160eedf3130003cf842ad08428c8ff69af4cc1), [`2c27503`](https://github.com/mastra-ai/mastra/commit/2c275032510d131d2cde47f99953abf0fe02c081), [`424a1df`](https://github.com/mastra-ai/mastra/commit/424a1df7bee59abb5c83717a54807fdd674a6224), [`3d70b0b`](https://github.com/mastra-ai/mastra/commit/3d70b0b3524d817173ad870768f259c06d61bd23), [`eef7cb2`](https://github.com/mastra-ai/mastra/commit/eef7cb2abe7ef15951e2fdf792a5095c6c643333), [`260fe12`](https://github.com/mastra-ai/mastra/commit/260fe1295fe7354e39d6def2775e0797a7a277f0), [`12c88a6`](https://github.com/mastra-ai/mastra/commit/12c88a6e32bf982c2fe0c6af62e65a3414519a75), [`43595bf`](https://github.com/mastra-ai/mastra/commit/43595bf7b8df1a6edce7a23b445b5124d2a0b473), [`78670e9`](https://github.com/mastra-ai/mastra/commit/78670e97e76d7422cf7025faf371b2aeafed860d), [`e8a5b0b`](https://github.com/mastra-ai/mastra/commit/e8a5b0b9bc94d12dee4150095512ca27a288d778), [`3b45a13`](https://github.com/mastra-ai/mastra/commit/3b45a138d09d040779c0aba1edbbfc1b57442d23), [`d400e7c`](https://github.com/mastra-ai/mastra/commit/d400e7c8b8d7afa6ba2c71769eace4048e3cef8e), [`f58d1a7`](https://github.com/mastra-ai/mastra/commit/f58d1a7a457588a996c3ecb53201a68f3d28c432), [`a49a929`](https://github.com/mastra-ai/mastra/commit/a49a92904968b4fc67e01effee8c7c8d0464ba85), [`8127d96`](https://github.com/mastra-ai/mastra/commit/8127d96280492e335d49b244501088dfdd59a8f1)]:
134
- - @mastra/core@1.18.0
135
-
136
- ## 1.1.0-alpha.0
137
-
138
- ### Minor Changes
139
-
140
- - Added `mixin` and `customLevels` options to `PinoLogger`. ([#14726](https://github.com/mastra-ai/mastra/pull/14726))
141
-
142
- You can now attach shared fields to every log entry with `mixin`, which is useful for values like trace IDs, request IDs, or service metadata.
143
-
144
- You can also define custom log levels when you need to match an existing Pino logging setup.
145
-
146
- **Example**
147
-
148
- ```ts
149
- import { PinoLogger } from '@mastra/loggers';
150
-
151
- const logger = new PinoLogger({
152
- name: 'Mastra',
153
- level: 'info',
154
- mixin() {
155
- return { traceId: 'abc-123' };
156
- },
157
- customLevels: {
158
- audit: 35,
159
- },
160
- });
161
-
162
- logger.info('User signed in');`
163
- ```
164
-
165
- ### Patch Changes
166
-
167
- - Updated dependencies [[`f16d92c`](https://github.com/mastra-ai/mastra/commit/f16d92c677a119a135cebcf7e2b9f51ada7a9df4)]:
168
- - @mastra/core@1.18.0-alpha.2
169
-
170
- ## 1.0.3
171
-
172
- ### Patch Changes
173
-
174
- - Fixed: PinoLogger now supports JSON output for log aggregators ([#14306](https://github.com/mastra-ai/mastra/pull/14306))
175
-
176
- Previously, PinoLogger always used pino-pretty which produced multiline
177
- colored output, breaking log aggregators like Datadog, Loki, and CloudWatch.
178
- A new prettyPrint option allows switching to single-line JSON output.
179
-
180
- - Updated dependencies [[`51970b3`](https://github.com/mastra-ai/mastra/commit/51970b3828494d59a8dd4df143b194d37d31e3f5), [`4444280`](https://github.com/mastra-ai/mastra/commit/444428094253e916ec077e66284e685fde67021e), [`085e371`](https://github.com/mastra-ai/mastra/commit/085e3718a7d0fe9a210fe7dd1c867b9bdfe8d16b), [`b77aa19`](https://github.com/mastra-ai/mastra/commit/b77aa1981361c021f2c881bee8f0c703687f00da), [`dbb879a`](https://github.com/mastra-ai/mastra/commit/dbb879af0b809c668e9b3a9d8bac97d806caa267), [`8b4ce84`](https://github.com/mastra-ai/mastra/commit/8b4ce84aed0808b9805cc4fd7147c1f8a2ef7a36), [`8d4cfe6`](https://github.com/mastra-ai/mastra/commit/8d4cfe6b9a7157d3876206227ec9f04cde6dbc4a), [`dd6ca1c`](https://github.com/mastra-ai/mastra/commit/dd6ca1cdea3b8b6182f4cf61df41070ba0cc0deb), [`ce26fe2`](https://github.com/mastra-ai/mastra/commit/ce26fe2166dd90254f8bee5776e55977143e97de), [`68a019d`](https://github.com/mastra-ai/mastra/commit/68a019d30d22251ddd628a2947d60215c03c350a), [`4cb4edf`](https://github.com/mastra-ai/mastra/commit/4cb4edf3c909d197ec356c1790d13270514ffef6), [`8de3555`](https://github.com/mastra-ai/mastra/commit/8de355572c6fd838f863a3e7e6fe24d0947b774f), [`b26307f`](https://github.com/mastra-ai/mastra/commit/b26307f050df39629511b0e831b8fc26973ce8b1), [`68a019d`](https://github.com/mastra-ai/mastra/commit/68a019d30d22251ddd628a2947d60215c03c350a)]:
181
- - @mastra/core@1.14.0
182
-
183
- ## 1.0.3-alpha.0
184
-
185
- ### Patch Changes
186
-
187
- - Fixed: PinoLogger now supports JSON output for log aggregators ([#14306](https://github.com/mastra-ai/mastra/pull/14306))
188
-
189
- Previously, PinoLogger always used pino-pretty which produced multiline
190
- colored output, breaking log aggregators like Datadog, Loki, and CloudWatch.
191
- A new prettyPrint option allows switching to single-line JSON output.
192
-
193
- - Updated dependencies [[`51970b3`](https://github.com/mastra-ai/mastra/commit/51970b3828494d59a8dd4df143b194d37d31e3f5), [`085e371`](https://github.com/mastra-ai/mastra/commit/085e3718a7d0fe9a210fe7dd1c867b9bdfe8d16b), [`ce26fe2`](https://github.com/mastra-ai/mastra/commit/ce26fe2166dd90254f8bee5776e55977143e97de), [`b26307f`](https://github.com/mastra-ai/mastra/commit/b26307f050df39629511b0e831b8fc26973ce8b1)]:
194
- - @mastra/core@1.13.3-alpha.0
195
-
196
- ## 1.0.2
197
-
198
- ### Patch Changes
199
-
200
- - dependencies updates: ([#13237](https://github.com/mastra-ai/mastra/pull/13237))
201
- - Updated dependency [`pino-pretty@^13.1.3` ↗︎](https://www.npmjs.com/package/pino-pretty/v/13.1.3) (from `^13.0.0`, in `dependencies`)
202
- - Updated dependencies [[`252580a`](https://github.com/mastra-ai/mastra/commit/252580a71feb0e46d0ccab04a70a79ff6a2ee0ab), [`f8e819f`](https://github.com/mastra-ai/mastra/commit/f8e819fabdfdc43d2da546a3ad81ba23685f603d), [`5c75261`](https://github.com/mastra-ai/mastra/commit/5c7526120d936757d4ffb7b82232e1641ebd45cb), [`e27d832`](https://github.com/mastra-ai/mastra/commit/e27d83281b5e166fd63a13969689e928d8605944), [`e37ef84`](https://github.com/mastra-ai/mastra/commit/e37ef8404043c94ca0c8e35ecdedb093b8087878), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`10cf521`](https://github.com/mastra-ai/mastra/commit/10cf52183344743a0d7babe24cd24fd78870c354), [`efdb682`](https://github.com/mastra-ai/mastra/commit/efdb682887f6522149769383908f9790c188ab88), [`0dee7a0`](https://github.com/mastra-ai/mastra/commit/0dee7a0ff4c2507e6eb6e6ee5f9738877ebd4ad1), [`04c2c8e`](https://github.com/mastra-ai/mastra/commit/04c2c8e888984364194131aecb490a3d6e920e61), [`02dc07a`](https://github.com/mastra-ai/mastra/commit/02dc07acc4ad42d93335825e3308f5b42266eba2), [`bb7262b`](https://github.com/mastra-ai/mastra/commit/bb7262b7c0ca76320d985b40510b6ffbbb936582), [`cf1c6e7`](https://github.com/mastra-ai/mastra/commit/cf1c6e789b131f55638fed52183a89d5078b4876), [`5ffadfe`](https://github.com/mastra-ai/mastra/commit/5ffadfefb1468ac2612b20bb84d24c39de6961c0), [`1e1339c`](https://github.com/mastra-ai/mastra/commit/1e1339cc276e571a48cfff5014487877086bfe68), [`d03df73`](https://github.com/mastra-ai/mastra/commit/d03df73f8fe9496064a33e1c3b74ba0479bf9ee6), [`79b8f45`](https://github.com/mastra-ai/mastra/commit/79b8f45a6767e1a5c3d56cd3c5b1214326b81661), [`9bbf08e`](https://github.com/mastra-ai/mastra/commit/9bbf08e3c20731c79dea13a765895b9fcf29cbf1), [`0a25952`](https://github.com/mastra-ai/mastra/commit/0a259526b5e1ac11e6efa53db1f140272962af2d), [`ffa5468`](https://github.com/mastra-ai/mastra/commit/ffa546857fc4821753979b3a34e13b4d76fbbcd4), [`3264a04`](https://github.com/mastra-ai/mastra/commit/3264a04e30340c3c5447433300a035ea0878df85), [`6fdd3d4`](https://github.com/mastra-ai/mastra/commit/6fdd3d451a07a8e7e216c62ac364f8dd8e36c2af), [`088d9ba`](https://github.com/mastra-ai/mastra/commit/088d9ba2577518703c52b0dccd617178d9ee6b0d), [`74fbebd`](https://github.com/mastra-ai/mastra/commit/74fbebd918a03832a2864965a8bea59bf617d3a2), [`aea6217`](https://github.com/mastra-ai/mastra/commit/aea621790bfb2291431b08da0cc5e6e150303ae7), [`b6a855e`](https://github.com/mastra-ai/mastra/commit/b6a855edc056e088279075506442ba1d6fa6def9), [`ae408ea`](https://github.com/mastra-ai/mastra/commit/ae408ea7128f0d2710b78d8623185198e7cb19c1), [`17e942e`](https://github.com/mastra-ai/mastra/commit/17e942eee2ba44985b1f807e6208cdde672f82f9), [`2015cf9`](https://github.com/mastra-ai/mastra/commit/2015cf921649f44c3f5bcd32a2c052335f8e49b4), [`7ef454e`](https://github.com/mastra-ai/mastra/commit/7ef454eaf9dcec6de60021c8f42192052dd490d6), [`2be1d99`](https://github.com/mastra-ai/mastra/commit/2be1d99564ce79acc4846071082bff353035a87a), [`2708fa1`](https://github.com/mastra-ai/mastra/commit/2708fa1055ac91c03e08b598869f6b8fb51fa37f), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ba74aef`](https://github.com/mastra-ai/mastra/commit/ba74aef5716142dbbe931351f5243c9c6e4128a9), [`ec53e89`](https://github.com/mastra-ai/mastra/commit/ec53e8939c76c638991e21af762e51378eff7543), [`9b5a8cb`](https://github.com/mastra-ai/mastra/commit/9b5a8cb13e120811b0bf14140ada314f1c067894), [`607e66b`](https://github.com/mastra-ai/mastra/commit/607e66b02dc7f531ee37799f3456aa2dc0ca7ac5), [`a215d06`](https://github.com/mastra-ai/mastra/commit/a215d06758dcf590eabfe0b7afd4ae39bdbf082c), [`6909c74`](https://github.com/mastra-ai/mastra/commit/6909c74a7781e0447d475e9dbc1dc871b700f426), [`192438f`](https://github.com/mastra-ai/mastra/commit/192438f8a90c4f375e955f8ff179bf8dc6821a83)]:
203
- - @mastra/core@1.5.0
204
-
205
- ## 1.0.2-alpha.0
206
-
207
- ### Patch Changes
208
-
209
- - dependencies updates: ([#13237](https://github.com/mastra-ai/mastra/pull/13237))
210
- - Updated dependency [`pino-pretty@^13.1.3` ↗︎](https://www.npmjs.com/package/pino-pretty/v/13.1.3) (from `^13.0.0`, in `dependencies`)
211
- - Updated dependencies:
212
- - @mastra/core@1.5.0-alpha.1
213
-
214
- ## 1.0.1
215
-
216
- ### Patch Changes
217
-
218
- - Force alpha version bump for @mastra/evals, @mastra/loggers, @mastra/observability, and @mastra/memory ([#12505](https://github.com/mastra-ai/mastra/pull/12505))
219
-
220
- - Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`b99ceac`](https://github.com/mastra-ai/mastra/commit/b99ceace2c830dbdef47c8692d56a91954aefea2), [`deea43e`](https://github.com/mastra-ai/mastra/commit/deea43eb1366d03a864c5e597d16a48592b9893f), [`833ae96`](https://github.com/mastra-ai/mastra/commit/833ae96c3e34370e58a1e979571c41f39a720592), [`943772b`](https://github.com/mastra-ai/mastra/commit/943772b4378f625f0f4e19ea2b7c392bd8e71786), [`b5c711b`](https://github.com/mastra-ai/mastra/commit/b5c711b281dd1fb81a399a766bc9f86c55efc13e), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`1e49e7a`](https://github.com/mastra-ai/mastra/commit/1e49e7ab5f173582154cb26b29d424de67d09aef), [`751eaab`](https://github.com/mastra-ai/mastra/commit/751eaab4e0d3820a94e4c3d39a2ff2663ded3d91), [`69d8156`](https://github.com/mastra-ai/mastra/commit/69d81568bcf062557c24471ce26812446bec465d), [`60d9d89`](https://github.com/mastra-ai/mastra/commit/60d9d899e44b35bc43f1bcd967a74e0ce010b1af), [`5c544c8`](https://github.com/mastra-ai/mastra/commit/5c544c8d12b08ab40d64d8f37b3c4215bee95b87), [`771ad96`](https://github.com/mastra-ai/mastra/commit/771ad962441996b5c43549391a3e6a02c6ddedc2), [`2b0936b`](https://github.com/mastra-ai/mastra/commit/2b0936b0c9a43eeed9bef63e614d7e02ee803f7e), [`3b04f30`](https://github.com/mastra-ai/mastra/commit/3b04f3010604f3cdfc8a0674731700ad66471cee), [`97e26de`](https://github.com/mastra-ai/mastra/commit/97e26deaebd9836647a67b96423281d66421ca07), [`ac9ec66`](https://github.com/mastra-ai/mastra/commit/ac9ec6672779b2e6d4344e415481d1a6a7d4911a), [`10523f4`](https://github.com/mastra-ai/mastra/commit/10523f4882d9b874b40ce6e3715f66dbcd4947d2), [`cb72d20`](https://github.com/mastra-ai/mastra/commit/cb72d2069d7339bda8a0e76d4f35615debb07b84), [`42856b1`](https://github.com/mastra-ai/mastra/commit/42856b1c8aeea6371c9ee77ae2f5f5fe34400933), [`66f33ff`](https://github.com/mastra-ai/mastra/commit/66f33ff68620018513e499c394411d1d39b3aa5c), [`ab3c190`](https://github.com/mastra-ai/mastra/commit/ab3c1901980a99910ca9b96a7090c22e24060113), [`d4f06c8`](https://github.com/mastra-ai/mastra/commit/d4f06c85ffa5bb0da38fb82ebf3b040cc6b4ec4e), [`0350626`](https://github.com/mastra-ai/mastra/commit/03506267ec41b67add80d994c0c0fcce93bbc75f), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`f46a478`](https://github.com/mastra-ai/mastra/commit/f46a4782f595949c696569e891f81c8d26338508), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`f05a3a5`](https://github.com/mastra-ai/mastra/commit/f05a3a5cf2b9a9c2d40c09cb8c762a4b6cd5d565), [`a291da9`](https://github.com/mastra-ai/mastra/commit/a291da9363efd92dafd8775dccb4f2d0511ece7a), [`c5d71da`](https://github.com/mastra-ai/mastra/commit/c5d71da1c680ce5640b1a7f8ca0e024a4ab1cfed), [`07042f9`](https://github.com/mastra-ai/mastra/commit/07042f9f89080f38b8f72713ba1c972d5b1905b8), [`0423442`](https://github.com/mastra-ai/mastra/commit/0423442b7be2dfacba95890bea8f4a810db4d603)]:
221
- - @mastra/core@1.1.0
222
-
223
- ## 1.0.1-alpha.0
224
-
225
- ### Patch Changes
226
-
227
- - Force alpha version bump for @mastra/evals, @mastra/loggers, @mastra/observability, and @mastra/memory ([#12505](https://github.com/mastra-ai/mastra/pull/12505))
228
-
229
- - Updated dependencies:
230
- - @mastra/core@1.1.0-alpha.2
231
-
232
- ## 1.0.0
233
-
234
- ### Major Changes
235
-
236
- - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
237
-
238
- - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
239
-
240
- ### Minor Changes
241
-
242
- - Add redact option to PinoLogger for PII protection ([#10919](https://github.com/mastra-ai/mastra/pull/10919))
243
-
244
- Exposes Pino's native `redact` option in `PinoLogger`, allowing sensitive data to be automatically redacted from logs.
245
-
246
- ```typescript
247
- import { PinoLogger } from '@mastra/loggers';
248
-
249
- const logger = new PinoLogger({
250
- name: 'MyApp',
251
- redact: {
252
- paths: ['*.password', '*.token', '*.apiKey', '*.email'],
253
- censor: '[REDACTED]',
254
- },
255
- });
256
-
257
- logger.info('User login', { username: 'john', password: 'secret123' });
258
- // Output: { username: "john", password: "[REDACTED]", msg: "User login" }
259
- ```
260
-
261
- - Add child() method to PinoLogger for creating child loggers with bound context ([#10900](https://github.com/mastra-ai/mastra/pull/10900))
262
-
263
- ### Patch Changes
264
-
265
- - dependencies updates: ([#10111](https://github.com/mastra-ai/mastra/pull/10111))
266
- - Updated dependency [`pino@^10.1.0` ↗︎](https://www.npmjs.com/package/pino/v/10.1.0) (from `^9.7.0`, in `dependencies`)
267
-
268
- - Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
269
-
270
- Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
271
-
272
- Each package includes:
273
- - **SKILL.md** - Entry point explaining the package's purpose and capabilities
274
- - **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
275
- - **Topic folders** - Conceptual documentation organized by feature area
276
-
277
- Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
278
-
279
- - Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
280
-
281
- - Updated dependencies [[`ac0d2f4`](https://github.com/mastra-ai/mastra/commit/ac0d2f4ff8831f72c1c66c2be809706d17f65789), [`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d2d3e22`](https://github.com/mastra-ai/mastra/commit/d2d3e22a419ee243f8812a84e3453dd44365ecb0), [`08766f1`](https://github.com/mastra-ai/mastra/commit/08766f15e13ac0692fde2a8bd366c2e16e4321df), [`72df8ae`](https://github.com/mastra-ai/mastra/commit/72df8ae595584cdd7747d5c39ffaca45e4507227), [`ebae12a`](https://github.com/mastra-ai/mastra/commit/ebae12a2dd0212e75478981053b148a2c246962d), [`c8417b4`](https://github.com/mastra-ai/mastra/commit/c8417b41d9f3486854dc7842d977fbe5e2166264), [`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`1dbd8c7`](https://github.com/mastra-ai/mastra/commit/1dbd8c729fb6536ec52f00064d76b80253d346e9), [`c61a0a5`](https://github.com/mastra-ai/mastra/commit/c61a0a5de4904c88fd8b3718bc26d1be1c2ec6e7), [`05b8bee`](https://github.com/mastra-ai/mastra/commit/05b8bee9e50e6c2a4a2bf210eca25ee212ca24fa), [`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`3d93a15`](https://github.com/mastra-ai/mastra/commit/3d93a15796b158c617461c8b98bede476ebb43e2), [`9198899`](https://github.com/mastra-ai/mastra/commit/91988995c427b185c33714b7f3be955367911324), [`ed3e3dd`](https://github.com/mastra-ai/mastra/commit/ed3e3ddec69d564fe2b125e083437f76331f1283), [`c59e13c`](https://github.com/mastra-ai/mastra/commit/c59e13c7688284bd96b2baee3e314335003548de), [`c042bd0`](https://github.com/mastra-ai/mastra/commit/c042bd0b743e0e86199d0cb83344ca7690e34a9c), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`21a15de`](https://github.com/mastra-ai/mastra/commit/21a15de369fe82aac26bb642ed7be73505475e8b), [`e54953e`](https://github.com/mastra-ai/mastra/commit/e54953ed8ce1b28c0d62a19950163039af7834b4), [`ae8baf7`](https://github.com/mastra-ai/mastra/commit/ae8baf7d8adcb0ff9dac11880400452bc49b33ff), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`940a2b2`](https://github.com/mastra-ai/mastra/commit/940a2b27480626ed7e74f55806dcd2181c1dd0c2), [`1a0d3fc`](https://github.com/mastra-ai/mastra/commit/1a0d3fc811482c9c376cdf79ee615c23bae9b2d6), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`d5ed981`](https://github.com/mastra-ai/mastra/commit/d5ed981c8701c1b8a27a5f35a9a2f7d9244e695f), [`85a628b`](https://github.com/mastra-ai/mastra/commit/85a628b1224a8f64cd82ea7f033774bf22df7a7e), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`33a4d2e`](https://github.com/mastra-ai/mastra/commit/33a4d2e4ed8af51f69256232f00c34d6b6b51d48), [`9650cce`](https://github.com/mastra-ai/mastra/commit/9650cce52a1d917ff9114653398e2a0f5c3ba808), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`910db9e`](https://github.com/mastra-ai/mastra/commit/910db9e0312888495eb5617b567f247d03303814), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`4f94ed8`](https://github.com/mastra-ai/mastra/commit/4f94ed8177abfde3ec536e3574883e075423350c), [`feb7ee4`](https://github.com/mastra-ai/mastra/commit/feb7ee4d09a75edb46c6669a3beaceec78811747), [`4aaa844`](https://github.com/mastra-ai/mastra/commit/4aaa844a4f19d054490f43638a990cc57bda8d2f), [`c237233`](https://github.com/mastra-ai/mastra/commit/c23723399ccedf7f5744b3f40997b79246bfbe64), [`38380b6`](https://github.com/mastra-ai/mastra/commit/38380b60fca905824bdf6b43df307a58efb1aa15), [`6833c69`](https://github.com/mastra-ai/mastra/commit/6833c69607418d257750bbcdd84638993d343539), [`932d63d`](https://github.com/mastra-ai/mastra/commit/932d63dd51be9c8bf1e00e3671fe65606c6fb9cd), [`4a1a6cb`](https://github.com/mastra-ai/mastra/commit/4a1a6cb3facad54b2bb6780b00ce91d6de1edc08), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`919a22b`](https://github.com/mastra-ai/mastra/commit/919a22b25876f9ed5891efe5facbe682c30ff497), [`15f9e21`](https://github.com/mastra-ai/mastra/commit/15f9e216177201ea6e3f6d0bfb063fcc0953444f), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`69136e7`](https://github.com/mastra-ai/mastra/commit/69136e748e32f57297728a4e0f9a75988462f1a7), [`b0e2ea5`](https://github.com/mastra-ai/mastra/commit/b0e2ea5b52c40fae438b9e2f7baee6f0f89c5442), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`ff94dea`](https://github.com/mastra-ai/mastra/commit/ff94dea935f4e34545c63bcb6c29804732698809), [`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`b760b73`](https://github.com/mastra-ai/mastra/commit/b760b731aca7c8a3f041f61d57a7f125ae9cb215), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`449aed2`](https://github.com/mastra-ai/mastra/commit/449aed2ba9d507b75bf93d427646ea94f734dfd1), [`eb648a2`](https://github.com/mastra-ai/mastra/commit/eb648a2cc1728f7678768dd70cd77619b448dab9), [`695a621`](https://github.com/mastra-ai/mastra/commit/695a621528bdabeb87f83c2277cf2bb084c7f2b4), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ac3cc23`](https://github.com/mastra-ai/mastra/commit/ac3cc2397d1966bc0fc2736a223abc449d3c7719), [`c456e01`](https://github.com/mastra-ai/mastra/commit/c456e0149e3c176afcefdbd9bb1d2c5917723725), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`a86f4df`](https://github.com/mastra-ai/mastra/commit/a86f4df0407311e0d2ea49b9a541f0938810d6a9), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`5b2ff46`](https://github.com/mastra-ai/mastra/commit/5b2ff4651df70c146523a7fca773f8eb0a2272f8), [`edb07e4`](https://github.com/mastra-ai/mastra/commit/edb07e49283e0c28bd094a60e03439bf6ecf0221), [`e0941c3`](https://github.com/mastra-ai/mastra/commit/e0941c3d7fc75695d5d258e7008fd5d6e650800c), [`db41688`](https://github.com/mastra-ai/mastra/commit/db4168806d007417e2e60b4f68656dca4e5f40c9), [`2b459f4`](https://github.com/mastra-ai/mastra/commit/2b459f466fd91688eeb2a44801dc23f7f8a887ab), [`798d0c7`](https://github.com/mastra-ai/mastra/commit/798d0c740232653b1d754870e6b43a55c364ffe2), [`0c0580a`](https://github.com/mastra-ai/mastra/commit/0c0580a42f697cd2a7d5973f25bfe7da9055038a), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`ab035c2`](https://github.com/mastra-ai/mastra/commit/ab035c2ef6d8cc7bb25f06f1a38508bd9e6f126b), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`0131105`](https://github.com/mastra-ai/mastra/commit/0131105532e83bdcbb73352fc7d0879eebf140dc), [`5ca599d`](https://github.com/mastra-ai/mastra/commit/5ca599d0bb59a1595f19f58473fcd67cc71cef58), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`47b1c16`](https://github.com/mastra-ai/mastra/commit/47b1c16a01c7ffb6765fe1e499b49092f8b7eba3), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`bff1145`](https://github.com/mastra-ai/mastra/commit/bff114556b3cbadad9b2768488708f8ad0e91475), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`9d5059e`](https://github.com/mastra-ai/mastra/commit/9d5059eae810829935fb08e81a9bb7ecd5b144a7), [`ffe84d5`](https://github.com/mastra-ai/mastra/commit/ffe84d54f3b0f85167fe977efd027dba027eb998), [`5c8ca24`](https://github.com/mastra-ai/mastra/commit/5c8ca247094e0cc2cdbd7137822fb47241f86e77), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`24b76d8`](https://github.com/mastra-ai/mastra/commit/24b76d8e17656269c8ed09a0c038adb9cc2ae95a), [`31d13d5`](https://github.com/mastra-ai/mastra/commit/31d13d5fdc2e2380e2e3ee3ec9fb29d2a00f265d), [`ef756c6`](https://github.com/mastra-ai/mastra/commit/ef756c65f82d16531c43f49a27290a416611e526), [`e191844`](https://github.com/mastra-ai/mastra/commit/e1918444ca3f80e82feef1dad506cd4ec6e2875f), [`243a823`](https://github.com/mastra-ai/mastra/commit/243a8239c5906f5c94e4f78b54676793f7510ae3), [`b00ccd3`](https://github.com/mastra-ai/mastra/commit/b00ccd325ebd5d9e37e34dd0a105caae67eb568f), [`28f5f89`](https://github.com/mastra-ai/mastra/commit/28f5f89705f2409921e3c45178796c0e0d0bbb64), [`22553f1`](https://github.com/mastra-ai/mastra/commit/22553f11c63ee5e966a9c034a349822249584691), [`4c62166`](https://github.com/mastra-ai/mastra/commit/4c621669f4a29b1f443eca3ba70b814afa286266), [`e601b27`](https://github.com/mastra-ai/mastra/commit/e601b272c70f3a5ecca610373aa6223012704892), [`7d56d92`](https://github.com/mastra-ai/mastra/commit/7d56d9213886e8353956d7d40df10045fd12b299), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7bcbf10`](https://github.com/mastra-ai/mastra/commit/7bcbf10133516e03df964b941f9a34e9e4ab4177), [`029540c`](https://github.com/mastra-ai/mastra/commit/029540ca1e582fc2dd8d288ecd4a9b0f31a954ef), [`7237163`](https://github.com/mastra-ai/mastra/commit/72371635dbf96a87df4b073cc48fc655afbdce3d), [`2500740`](https://github.com/mastra-ai/mastra/commit/2500740ea23da067d6e50ec71c625ab3ce275e64), [`4353600`](https://github.com/mastra-ai/mastra/commit/43536005a65988a8eede236f69122e7f5a284ba2), [`653e65a`](https://github.com/mastra-ai/mastra/commit/653e65ae1f9502c2958a32f47a5a2df11e612a92), [`873ecbb`](https://github.com/mastra-ai/mastra/commit/873ecbb517586aa17d2f1e99283755b3ebb2863f), [`6986fb0`](https://github.com/mastra-ai/mastra/commit/6986fb064f5db6ecc24aa655e1d26529087b43b3), [`3d3366f`](https://github.com/mastra-ai/mastra/commit/3d3366f31683e7137d126a3a57174a222c5801fb), [`5a4953f`](https://github.com/mastra-ai/mastra/commit/5a4953f7d25bb15ca31ed16038092a39cb3f98b3), [`4f9bbe5`](https://github.com/mastra-ai/mastra/commit/4f9bbe5968f42c86f4930b8193de3c3c17e5bd36), [`efe406a`](https://github.com/mastra-ai/mastra/commit/efe406a1353c24993280ebc2ed61dd9f65b84b26), [`eb9e522`](https://github.com/mastra-ai/mastra/commit/eb9e522ce3070a405e5b949b7bf5609ca51d7fe2), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`20e6f19`](https://github.com/mastra-ai/mastra/commit/20e6f1971d51d3ff6dd7accad8aaaae826d540ed), [`053e979`](https://github.com/mastra-ai/mastra/commit/053e9793b28e970086b0507f7f3b76ea32c1e838), [`02e51fe`](https://github.com/mastra-ai/mastra/commit/02e51feddb3d4155cfbcc42624fd0d0970d032c0), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`3bdfa75`](https://github.com/mastra-ai/mastra/commit/3bdfa7507a91db66f176ba8221aa28dd546e464a), [`119e5c6`](https://github.com/mastra-ai/mastra/commit/119e5c65008f3e5cfca954eefc2eb85e3bf40da4), [`c6fd6fe`](https://github.com/mastra-ai/mastra/commit/c6fd6fedd09e9cf8004b03a80925f5e94826ad7e), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`fdac646`](https://github.com/mastra-ai/mastra/commit/fdac646033a0930a1a4e00d13aa64c40bb7f1e02), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`8f3fa3a`](https://github.com/mastra-ai/mastra/commit/8f3fa3a652bb77da092f913ec51ae46e3a7e27dc), [`d07b568`](https://github.com/mastra-ai/mastra/commit/d07b5687819ea8cb1dffa776d0c1765faf4aa1ae), [`e770de9`](https://github.com/mastra-ai/mastra/commit/e770de941a287a49b1964d44db5a5763d19890a6), [`e26dc9c`](https://github.com/mastra-ai/mastra/commit/e26dc9c3ccfec54ae3dc3e2b2589f741f9ae60a6), [`55edf73`](https://github.com/mastra-ai/mastra/commit/55edf7302149d6c964fbb7908b43babfc2b52145), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`486352b`](https://github.com/mastra-ai/mastra/commit/486352b66c746602b68a95839f830de14c7fb8c0), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`1a46a56`](https://github.com/mastra-ai/mastra/commit/1a46a566f45a3fcbadc1cf36bf86d351f264bfa3), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`b5dc973`](https://github.com/mastra-ai/mastra/commit/b5dc9733a5158850298dfb103acb3babdba8a318), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`52e2716`](https://github.com/mastra-ai/mastra/commit/52e2716b42df6eff443de72360ae83e86ec23993), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`4f0b3c6`](https://github.com/mastra-ai/mastra/commit/4f0b3c66f196c06448487f680ccbb614d281e2f7), [`27b4040`](https://github.com/mastra-ai/mastra/commit/27b4040bfa1a95d92546f420a02a626b1419a1d6), [`c61fac3`](https://github.com/mastra-ai/mastra/commit/c61fac3add96f0dcce0208c07415279e2537eb62), [`6f14f70`](https://github.com/mastra-ai/mastra/commit/6f14f706ccaaf81b69544b6c1b75ab66a41e5317), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`cd29ad2`](https://github.com/mastra-ai/mastra/commit/cd29ad23a255534e8191f249593849ed29160886), [`bdf4d8c`](https://github.com/mastra-ai/mastra/commit/bdf4d8cdc656d8a2c21d81834bfa3bfa70f56c16), [`854e3da`](https://github.com/mastra-ai/mastra/commit/854e3dad5daac17a91a20986399d3a51f54bf68b), [`ce18d38`](https://github.com/mastra-ai/mastra/commit/ce18d38678c65870350d123955014a8432075fd9), [`3cf540b`](https://github.com/mastra-ai/mastra/commit/3cf540b9fbfea8f4fc8d3a2319a4e6c0b0cbfd52), [`352a5d6`](https://github.com/mastra-ai/mastra/commit/352a5d625cfe09849b21e8f52a24c9f0366759d5), [`1c6ce51`](https://github.com/mastra-ai/mastra/commit/1c6ce51f875915ab57fd36873623013699a2a65d), [`74c4f22`](https://github.com/mastra-ai/mastra/commit/74c4f22ed4c71e72598eacc346ba95cdbc00294f), [`3a76a80`](https://github.com/mastra-ai/mastra/commit/3a76a80284cb71a0faa975abb3d4b2a9631e60cd), [`898a972`](https://github.com/mastra-ai/mastra/commit/898a9727d286c2510d6b702dfd367e6aaf5c6b0f), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`09e4bae`](https://github.com/mastra-ai/mastra/commit/09e4bae18dd5357d2ae078a4a95a2af32168ab08), [`026b848`](https://github.com/mastra-ai/mastra/commit/026b8483fbf5b6d977be8f7e6aac8d15c75558ac), [`2c212e7`](https://github.com/mastra-ai/mastra/commit/2c212e704c90e2db83d4109e62c03f0f6ebd2667), [`a97003a`](https://github.com/mastra-ai/mastra/commit/a97003aa1cf2f4022a41912324a1e77263b326b8), [`f9a2509`](https://github.com/mastra-ai/mastra/commit/f9a25093ea72d210a5e52cfcb3bcc8b5e02dc25c), [`66741d1`](https://github.com/mastra-ai/mastra/commit/66741d1a99c4f42cf23a16109939e8348ac6852e), [`ccc141e`](https://github.com/mastra-ai/mastra/commit/ccc141ed27da0abc3a3fc28e9e5128152e8e37f4), [`27c0009`](https://github.com/mastra-ai/mastra/commit/27c0009777a6073d7631b0eb7b481d94e165b5ca), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`dee388d`](https://github.com/mastra-ai/mastra/commit/dee388dde02f2e63c53385ae69252a47ab6825cc), [`610a70b`](https://github.com/mastra-ai/mastra/commit/610a70bdad282079f0c630e0d7bb284578f20151), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`b7e17d3`](https://github.com/mastra-ai/mastra/commit/b7e17d3f5390bb5a71efc112204413656fcdc18d), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`fe3b897`](https://github.com/mastra-ai/mastra/commit/fe3b897c2ccbcd2b10e81b099438c7337feddf89), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`00123ba`](https://github.com/mastra-ai/mastra/commit/00123ba96dc9e5cd0b110420ebdba56d8f237b25), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`4ca4306`](https://github.com/mastra-ai/mastra/commit/4ca430614daa5fa04730205a302a43bf4accfe9f), [`cccf9c8`](https://github.com/mastra-ai/mastra/commit/cccf9c8b2d2dfc1a5e63919395b83d78c89682a0), [`74e504a`](https://github.com/mastra-ai/mastra/commit/74e504a3b584eafd2f198001c6a113bbec589fd3), [`29c4309`](https://github.com/mastra-ai/mastra/commit/29c4309f818b24304c041bcb4a8f19b5f13f6b62), [`16785ce`](https://github.com/mastra-ai/mastra/commit/16785ced928f6f22638f4488cf8a125d99211799), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`61a5705`](https://github.com/mastra-ai/mastra/commit/61a570551278b6743e64243b3ce7d73de915ca8a), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`3f3fc30`](https://github.com/mastra-ai/mastra/commit/3f3fc3096f24c4a26cffeecfe73085928f72aa63), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`e33fdbd`](https://github.com/mastra-ai/mastra/commit/e33fdbd07b33920d81e823122331b0c0bee0bb59), [`4524734`](https://github.com/mastra-ai/mastra/commit/45247343e384717a7c8404296275c56201d6470f), [`7a010c5`](https://github.com/mastra-ai/mastra/commit/7a010c56b846a313a49ae42fccd3d8de2b9f292d), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`2a53598`](https://github.com/mastra-ai/mastra/commit/2a53598c6d8cfeb904a7fc74e57e526d751c8fa6), [`81b6a8f`](https://github.com/mastra-ai/mastra/commit/81b6a8ff79f49a7549d15d66624ac1a0b8f5f971), [`8538a0d`](https://github.com/mastra-ai/mastra/commit/8538a0d232619bf55dad7ddc2a8b0ca77c679a87), [`d90ea65`](https://github.com/mastra-ai/mastra/commit/d90ea6536f7aa51c6545a4e9215b55858e98e16d), [`db70a48`](https://github.com/mastra-ai/mastra/commit/db70a48aeeeeb8e5f92007e8ede52c364ce15287), [`261473a`](https://github.com/mastra-ai/mastra/commit/261473ac637e633064a22076671e2e02b002214d), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`de8239b`](https://github.com/mastra-ai/mastra/commit/de8239bdcb1d8c0cfa06da21f1569912a66bbc8a), [`e4d366a`](https://github.com/mastra-ai/mastra/commit/e4d366aeb500371dd4210d6aa8361a4c21d87034), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`b5e6cd7`](https://github.com/mastra-ai/mastra/commit/b5e6cd77fc8c8e64e0494c1d06cee3d84e795d1e), [`d171e55`](https://github.com/mastra-ai/mastra/commit/d171e559ead9f52ec728d424844c8f7b164c4510), [`f0fdc14`](https://github.com/mastra-ai/mastra/commit/f0fdc14ee233d619266b3d2bbdeea7d25cfc6d13), [`a4f010b`](https://github.com/mastra-ai/mastra/commit/a4f010b22e4355a5fdee70a1fe0f6e4a692cc29e), [`c7cd3c7`](https://github.com/mastra-ai/mastra/commit/c7cd3c7a187d7aaf79e2ca139de328bf609a14b4), [`db18bc9`](https://github.com/mastra-ai/mastra/commit/db18bc9c3825e2c1a0ad9a183cc9935f6691bfa1), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`68ec97d`](https://github.com/mastra-ai/mastra/commit/68ec97d4c07c6393fcf95c2481fc5d73da99f8c8), [`8dc7f55`](https://github.com/mastra-ai/mastra/commit/8dc7f55900395771da851dc7d78d53ae84fe34ec), [`cfabdd4`](https://github.com/mastra-ai/mastra/commit/cfabdd4aae7a726b706942d6836eeca110fb6267), [`9b37b56`](https://github.com/mastra-ai/mastra/commit/9b37b565e1f2a76c24f728945cc740c2b09be9da), [`01b20fe`](https://github.com/mastra-ai/mastra/commit/01b20fefb7c67c2b7d79417598ef4e60256d1225), [`dd4f34c`](https://github.com/mastra-ai/mastra/commit/dd4f34c78cbae24063463475b0619575c415f9b8), [`8379099`](https://github.com/mastra-ai/mastra/commit/8379099fc467af6bef54dd7f80c9bd75bf8bbddf), [`0dbf199`](https://github.com/mastra-ai/mastra/commit/0dbf199110f22192ce5c95b1c8148d4872b4d119), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`41a23c3`](https://github.com/mastra-ai/mastra/commit/41a23c32f9877d71810f37e24930515df2ff7a0f), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`a0a5b4b`](https://github.com/mastra-ai/mastra/commit/a0a5b4bbebe6c701ebbadf744873aa0d5ca01371), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`5d171ad`](https://github.com/mastra-ai/mastra/commit/5d171ad9ef340387276b77c2bb3e83e83332d729), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`3759cb0`](https://github.com/mastra-ai/mastra/commit/3759cb064935b5f74c65ac2f52a1145f7352899d), [`929f69c`](https://github.com/mastra-ai/mastra/commit/929f69c3436fa20dd0f0e2f7ebe8270bd82a1529), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`10c2735`](https://github.com/mastra-ai/mastra/commit/10c27355edfdad1ee2b826b897df74125eb81fb8), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`8c0ec25`](https://github.com/mastra-ai/mastra/commit/8c0ec25646c8a7df253ed1e5ff4863a0d3f1316c), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`69ea758`](https://github.com/mastra-ai/mastra/commit/69ea758358edd7117f191c2e69c8bb5fc79e7a1a), [`73b0bb3`](https://github.com/mastra-ai/mastra/commit/73b0bb394dba7c9482eb467a97ab283dbc0ef4db), [`651e772`](https://github.com/mastra-ai/mastra/commit/651e772eb1475fb13e126d3fcc01751297a88214), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`f03ae60`](https://github.com/mastra-ai/mastra/commit/f03ae60500fe350c9d828621006cdafe1975fdd8), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`993ad98`](https://github.com/mastra-ai/mastra/commit/993ad98d7ad3bebda9ecef5fec5c94349a0d04bc), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`3ff2c17`](https://github.com/mastra-ai/mastra/commit/3ff2c17a58e312fad5ea37377262c12d92ca0908), [`a0e437f`](https://github.com/mastra-ai/mastra/commit/a0e437fac561b28ee719e0302d72b2f9b4c138f0), [`d1e74a0`](https://github.com/mastra-ai/mastra/commit/d1e74a0a293866dece31022047f5dbab65a304d0), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`5627a8c`](https://github.com/mastra-ai/mastra/commit/5627a8c6dc11fe3711b3fa7a6ffd6eb34100a306), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`3ff45d1`](https://github.com/mastra-ai/mastra/commit/3ff45d10e0c80c5335a957ab563da72feb623520), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`b61b93f`](https://github.com/mastra-ai/mastra/commit/b61b93f9e058b11dd2eec169853175d31dbdd567), [`bae33d9`](https://github.com/mastra-ai/mastra/commit/bae33d91a63fbb64d1e80519e1fc1acaed1e9013), [`39e7869`](https://github.com/mastra-ai/mastra/commit/39e7869bc7d0ee391077ce291474d8a84eedccff), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`251df45`](https://github.com/mastra-ai/mastra/commit/251df4531407dfa46d805feb40ff3fb49769f455), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`f894d14`](https://github.com/mastra-ai/mastra/commit/f894d148946629af7b1f452d65a9cf864cec3765), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`1924cf0`](https://github.com/mastra-ai/mastra/commit/1924cf06816e5e4d4d5333065ec0f4bb02a97799), [`c0b731f`](https://github.com/mastra-ai/mastra/commit/c0b731fb27d712dc8582e846df5c0332a6a0c5ba), [`5761926`](https://github.com/mastra-ai/mastra/commit/57619260c4a2cdd598763abbacd90de594c6bc76), [`c2b9547`](https://github.com/mastra-ai/mastra/commit/c2b9547bf435f56339f23625a743b2147ab1c7a6), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`c900fdd`](https://github.com/mastra-ai/mastra/commit/c900fdd504c41348efdffb205cfe80d48c38fa33), [`9312dcd`](https://github.com/mastra-ai/mastra/commit/9312dcd1c6f5b321929e7d382e763d95fdc030f5), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`5d7000f`](https://github.com/mastra-ai/mastra/commit/5d7000f757cd65ea9dc5b05e662fd83dfd44e932), [`43ca8f2`](https://github.com/mastra-ai/mastra/commit/43ca8f2c7334851cc7b4d3d2f037d8784bfbdd5f), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`580b592`](https://github.com/mastra-ai/mastra/commit/580b5927afc82fe460dfdf9a38a902511b6b7e7f), [`604a79f`](https://github.com/mastra-ai/mastra/commit/604a79fecf276e26a54a3fe01bb94e65315d2e0e), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`ff4d9a6`](https://github.com/mastra-ai/mastra/commit/ff4d9a6704fc87b31a380a76ed22736fdedbba5a), [`50fd320`](https://github.com/mastra-ai/mastra/commit/50fd320003d0d93831c230ef531bef41f5ba7b3a), [`847c212`](https://github.com/mastra-ai/mastra/commit/847c212caba7df0d6f2fc756b494ac3c75c3720d), [`69821ef`](https://github.com/mastra-ai/mastra/commit/69821ef806482e2c44e2197ac0b050c3fe3a5285), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`ffa553a`](https://github.com/mastra-ai/mastra/commit/ffa553a3edc1bd17d73669fba66d6b6f4ac10897), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`58e3931`](https://github.com/mastra-ai/mastra/commit/58e3931af9baa5921688566210f00fb0c10479fa), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`0bed332`](https://github.com/mastra-ai/mastra/commit/0bed332843f627202c6520eaf671771313cd20f3), [`887f0b4`](https://github.com/mastra-ai/mastra/commit/887f0b4746cdbd7cb7d6b17ac9f82aeb58037ea5), [`2562143`](https://github.com/mastra-ai/mastra/commit/256214336b4faa78646c9c1776612393790d8784), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`a7ce182`](https://github.com/mastra-ai/mastra/commit/a7ce1822a8785ce45d62dd5c911af465e144f7d7), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`bec5efd`](https://github.com/mastra-ai/mastra/commit/bec5efde96653ccae6604e68c696d1bc6c1a0bf5), [`5947fcd`](https://github.com/mastra-ai/mastra/commit/5947fcdd425531f29f9422026d466c2ee3113c93), [`4aa55b3`](https://github.com/mastra-ai/mastra/commit/4aa55b383cf06043943359ea316572fd969861a7), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b), [`1ed5716`](https://github.com/mastra-ai/mastra/commit/1ed5716830867b3774c4a1b43cc0d82935f32b96), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`2ca67cc`](https://github.com/mastra-ai/mastra/commit/2ca67cc3bb1f6a617353fdcab197d9efebe60d6f), [`9eedf7d`](https://github.com/mastra-ai/mastra/commit/9eedf7de1d6e0022a2f4e5e9e6fe1ec468f9b43c), [`b339816`](https://github.com/mastra-ai/mastra/commit/b339816df0984d0243d944ac2655d6ba5f809cde), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`6f941c4`](https://github.com/mastra-ai/mastra/commit/6f941c438ca5f578619788acc7608fc2e23bd176), [`4186bdd`](https://github.com/mastra-ai/mastra/commit/4186bdd00731305726fa06adba0b076a1d50b49f), [`08bb631`](https://github.com/mastra-ai/mastra/commit/08bb631ae2b14684b2678e3549d0b399a6f0561e), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`4f0331a`](https://github.com/mastra-ai/mastra/commit/4f0331a79bf6eb5ee598a5086e55de4b5a0ada03), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`9e67002`](https://github.com/mastra-ai/mastra/commit/9e67002b52c9be19936c420a489dbee9c5fd6a78), [`7aaf973`](https://github.com/mastra-ai/mastra/commit/7aaf973f83fbbe9521f1f9e7a4fd99b8de464617), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`35edc49`](https://github.com/mastra-ai/mastra/commit/35edc49ac0556db609189641d6341e76771b81fc), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`ef11a61`](https://github.com/mastra-ai/mastra/commit/ef11a61920fa0ed08a5b7ceedd192875af119749), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4), [`8a73529`](https://github.com/mastra-ai/mastra/commit/8a73529ca01187f604b1f3019d0a725ac63ae55f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`4fba91b`](https://github.com/mastra-ai/mastra/commit/4fba91bec7c95911dc28e369437596b152b04cd0), [`465ac05`](https://github.com/mastra-ai/mastra/commit/465ac0526a91d175542091c675181f1a96c98c46), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`8a000da`](https://github.com/mastra-ai/mastra/commit/8a000da0c09c679a2312f6b3aa05b2ca78ca7393), [`e7266a2`](https://github.com/mastra-ai/mastra/commit/e7266a278db02035c97a5e9cd9d1669a6b7a535d), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019), [`12b0cc4`](https://github.com/mastra-ai/mastra/commit/12b0cc4077d886b1a552637dedb70a7ade93528c), [`3bf6c5f`](https://github.com/mastra-ai/mastra/commit/3bf6c5f104c25226cd84e0c77f9dec15f2cac2db)]:
282
- - @mastra/core@1.0.0
283
-
284
- ## 1.0.0-beta.4
285
-
286
- ### Patch Changes
287
-
288
- - Add embedded documentation support for Mastra packages ([#11472](https://github.com/mastra-ai/mastra/pull/11472))
289
-
290
- Mastra packages now include embedded documentation in the published npm package under `dist/docs/`. This enables coding agents and AI assistants to understand and use the framework by reading documentation directly from `node_modules`.
291
-
292
- Each package includes:
293
- - **SKILL.md** - Entry point explaining the package's purpose and capabilities
294
- - **SOURCE_MAP.json** - Machine-readable index mapping exports to types and implementation files
295
- - **Topic folders** - Conceptual documentation organized by feature area
296
-
297
- Documentation is driven by the `packages` frontmatter field in MDX files, which maps docs to their corresponding packages. CI validation ensures all docs include this field.
298
-
299
- - Updated dependencies [[`d2d3e22`](https://github.com/mastra-ai/mastra/commit/d2d3e22a419ee243f8812a84e3453dd44365ecb0), [`bc72b52`](https://github.com/mastra-ai/mastra/commit/bc72b529ee4478fe89ecd85a8be47ce0127b82a0), [`05b8bee`](https://github.com/mastra-ai/mastra/commit/05b8bee9e50e6c2a4a2bf210eca25ee212ca24fa), [`c042bd0`](https://github.com/mastra-ai/mastra/commit/c042bd0b743e0e86199d0cb83344ca7690e34a9c), [`940a2b2`](https://github.com/mastra-ai/mastra/commit/940a2b27480626ed7e74f55806dcd2181c1dd0c2), [`e0941c3`](https://github.com/mastra-ai/mastra/commit/e0941c3d7fc75695d5d258e7008fd5d6e650800c), [`0c0580a`](https://github.com/mastra-ai/mastra/commit/0c0580a42f697cd2a7d5973f25bfe7da9055038a), [`28f5f89`](https://github.com/mastra-ai/mastra/commit/28f5f89705f2409921e3c45178796c0e0d0bbb64), [`e601b27`](https://github.com/mastra-ai/mastra/commit/e601b272c70f3a5ecca610373aa6223012704892), [`3d3366f`](https://github.com/mastra-ai/mastra/commit/3d3366f31683e7137d126a3a57174a222c5801fb), [`5a4953f`](https://github.com/mastra-ai/mastra/commit/5a4953f7d25bb15ca31ed16038092a39cb3f98b3), [`eb9e522`](https://github.com/mastra-ai/mastra/commit/eb9e522ce3070a405e5b949b7bf5609ca51d7fe2), [`20e6f19`](https://github.com/mastra-ai/mastra/commit/20e6f1971d51d3ff6dd7accad8aaaae826d540ed), [`4f0b3c6`](https://github.com/mastra-ai/mastra/commit/4f0b3c66f196c06448487f680ccbb614d281e2f7), [`74c4f22`](https://github.com/mastra-ai/mastra/commit/74c4f22ed4c71e72598eacc346ba95cdbc00294f), [`81b6a8f`](https://github.com/mastra-ai/mastra/commit/81b6a8ff79f49a7549d15d66624ac1a0b8f5f971), [`e4d366a`](https://github.com/mastra-ai/mastra/commit/e4d366aeb500371dd4210d6aa8361a4c21d87034), [`a4f010b`](https://github.com/mastra-ai/mastra/commit/a4f010b22e4355a5fdee70a1fe0f6e4a692cc29e), [`73b0bb3`](https://github.com/mastra-ai/mastra/commit/73b0bb394dba7c9482eb467a97ab283dbc0ef4db), [`5627a8c`](https://github.com/mastra-ai/mastra/commit/5627a8c6dc11fe3711b3fa7a6ffd6eb34100a306), [`3ff45d1`](https://github.com/mastra-ai/mastra/commit/3ff45d10e0c80c5335a957ab563da72feb623520), [`251df45`](https://github.com/mastra-ai/mastra/commit/251df4531407dfa46d805feb40ff3fb49769f455), [`f894d14`](https://github.com/mastra-ai/mastra/commit/f894d148946629af7b1f452d65a9cf864cec3765), [`c2b9547`](https://github.com/mastra-ai/mastra/commit/c2b9547bf435f56339f23625a743b2147ab1c7a6), [`580b592`](https://github.com/mastra-ai/mastra/commit/580b5927afc82fe460dfdf9a38a902511b6b7e7f), [`58e3931`](https://github.com/mastra-ai/mastra/commit/58e3931af9baa5921688566210f00fb0c10479fa), [`08bb631`](https://github.com/mastra-ai/mastra/commit/08bb631ae2b14684b2678e3549d0b399a6f0561e), [`4fba91b`](https://github.com/mastra-ai/mastra/commit/4fba91bec7c95911dc28e369437596b152b04cd0), [`12b0cc4`](https://github.com/mastra-ai/mastra/commit/12b0cc4077d886b1a552637dedb70a7ade93528c)]:
300
- - @mastra/core@1.0.0-beta.20
301
-
302
- ## 1.0.0-beta.3
303
-
304
- ### Minor Changes
305
-
306
- - Add redact option to PinoLogger for PII protection ([#10919](https://github.com/mastra-ai/mastra/pull/10919))
307
-
308
- Exposes Pino's native `redact` option in `PinoLogger`, allowing sensitive data to be automatically redacted from logs.
309
-
310
- ```typescript
311
- import { PinoLogger } from '@mastra/loggers';
312
-
313
- const logger = new PinoLogger({
314
- name: 'MyApp',
315
- redact: {
316
- paths: ['*.password', '*.token', '*.apiKey', '*.email'],
317
- censor: '[REDACTED]',
318
- },
319
- });
320
-
321
- logger.info('User login', { username: 'john', password: 'secret123' });
322
- // Output: { username: "john", password: "[REDACTED]", msg: "User login" }
323
- ```
324
-
325
- ### Patch Changes
326
-
327
- - Updated dependencies [[`0d41fe2`](https://github.com/mastra-ai/mastra/commit/0d41fe245355dfc66d61a0d9c85d9400aac351ff), [`6b3ba91`](https://github.com/mastra-ai/mastra/commit/6b3ba91494cc10394df96782f349a4f7b1e152cc), [`7907fd1`](https://github.com/mastra-ai/mastra/commit/7907fd1c5059813b7b870b81ca71041dc807331b)]:
328
- - @mastra/core@1.0.0-beta.8
329
-
330
- ## 1.0.0-beta.2
331
-
332
- ### Minor Changes
333
-
334
- - Add child() method to PinoLogger for creating child loggers with bound context ([#10900](https://github.com/mastra-ai/mastra/pull/10900))
335
-
336
- ### Patch Changes
337
-
338
- - Updated dependencies [[`3076c67`](https://github.com/mastra-ai/mastra/commit/3076c6778b18988ae7d5c4c5c466366974b2d63f), [`85d7ee1`](https://github.com/mastra-ai/mastra/commit/85d7ee18ff4e14d625a8a30ec6656bb49804989b), [`c6c1092`](https://github.com/mastra-ai/mastra/commit/c6c1092f8fbf76109303f69e000e96fd1960c4ce), [`81dc110`](https://github.com/mastra-ai/mastra/commit/81dc11008d147cf5bdc8996ead1aa61dbdebb6fc), [`7aedb74`](https://github.com/mastra-ai/mastra/commit/7aedb74883adf66af38e270e4068fd42e7a37036), [`8f02d80`](https://github.com/mastra-ai/mastra/commit/8f02d800777397e4b45d7f1ad041988a8b0c6630), [`d7aad50`](https://github.com/mastra-ai/mastra/commit/d7aad501ce61646b76b4b511e558ac4eea9884d0), [`ce0a73a`](https://github.com/mastra-ai/mastra/commit/ce0a73abeaa75b10ca38f9e40a255a645d50ebfb), [`a02e542`](https://github.com/mastra-ai/mastra/commit/a02e542d23179bad250b044b17ff023caa61739f), [`a372c64`](https://github.com/mastra-ai/mastra/commit/a372c640ad1fd12e8f0613cebdc682fc156b4d95), [`8846867`](https://github.com/mastra-ai/mastra/commit/8846867ffa9a3746767618e314bebac08eb77d87), [`42a42cf`](https://github.com/mastra-ai/mastra/commit/42a42cf3132b9786feecbb8c13c583dce5b0e198), [`ae08bf0`](https://github.com/mastra-ai/mastra/commit/ae08bf0ebc6a4e4da992b711c4a389c32ba84cf4), [`21735a7`](https://github.com/mastra-ai/mastra/commit/21735a7ef306963554a69a89b44f06c3bcd85141), [`1d877b8`](https://github.com/mastra-ai/mastra/commit/1d877b8d7b536a251c1a7a18db7ddcf4f68d6f8b)]:
339
- - @mastra/core@1.0.0-beta.7
340
-
341
- ## 1.0.0-beta.1
342
-
343
- ### Patch Changes
344
-
345
- - dependencies updates: ([#10111](https://github.com/mastra-ai/mastra/pull/10111))
346
- - Updated dependency [`pino@^10.1.0` ↗︎](https://www.npmjs.com/package/pino/v/10.1.0) (from `^9.7.0`, in `dependencies`)
347
- - Updated dependencies [[`2319326`](https://github.com/mastra-ai/mastra/commit/2319326f8c64e503a09bbcf14be2dd65405445e0), [`d629361`](https://github.com/mastra-ai/mastra/commit/d629361a60f6565b5bfb11976fdaf7308af858e2), [`08c31c1`](https://github.com/mastra-ai/mastra/commit/08c31c188ebccd598acaf55e888b6397d01f7eae), [`fd3d338`](https://github.com/mastra-ai/mastra/commit/fd3d338a2c362174ed5b383f1f011ad9fb0302aa), [`c30400a`](https://github.com/mastra-ai/mastra/commit/c30400a49b994b1b97256fe785eb6c906fc2b232), [`69e0a87`](https://github.com/mastra-ai/mastra/commit/69e0a878896a2da9494945d86e056a5f8f05b851), [`01f8878`](https://github.com/mastra-ai/mastra/commit/01f88783de25e4de048c1c8aace43e26373c6ea5), [`4c77209`](https://github.com/mastra-ai/mastra/commit/4c77209e6c11678808b365d545845918c40045c8), [`d827d08`](https://github.com/mastra-ai/mastra/commit/d827d0808ffe1f3553a84e975806cc989b9735dd), [`23c10a1`](https://github.com/mastra-ai/mastra/commit/23c10a1efdd9a693c405511ab2dc8a1236603162), [`676ccc7`](https://github.com/mastra-ai/mastra/commit/676ccc7fe92468d2d45d39c31a87825c89fd1ea0), [`c10398d`](https://github.com/mastra-ai/mastra/commit/c10398d5b88f1d4af556f4267ff06f1d11e89179), [`00c2387`](https://github.com/mastra-ai/mastra/commit/00c2387f5f04a365316f851e58666ac43f8c4edf), [`ad6250d`](https://github.com/mastra-ai/mastra/commit/ad6250dbdaad927e29f74a27b83f6c468b50a705), [`3a73998`](https://github.com/mastra-ai/mastra/commit/3a73998fa4ebeb7f3dc9301afe78095fc63e7999), [`e16d553`](https://github.com/mastra-ai/mastra/commit/e16d55338403c7553531cc568125c63d53653dff), [`4d59f58`](https://github.com/mastra-ai/mastra/commit/4d59f58de2d90d6e2810a19d4518e38ddddb9038), [`e1bb9c9`](https://github.com/mastra-ai/mastra/commit/e1bb9c94b4eb68b019ae275981be3feb769b5365), [`351a11f`](https://github.com/mastra-ai/mastra/commit/351a11fcaf2ed1008977fa9b9a489fc422e51cd4)]:
348
- - @mastra/core@1.0.0-beta.3
349
-
350
- ## 1.0.0-beta.0
351
-
352
- ### Major Changes
353
-
354
- - Bump minimum required Node.js version to 22.13.0 ([#9706](https://github.com/mastra-ai/mastra/pull/9706))
355
-
356
- - Mark as stable ([`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc))
357
-
358
- ### Patch Changes
359
-
360
- - Update peer dependencies to match core package version bump (1.0.0) ([#9237](https://github.com/mastra-ai/mastra/pull/9237))
361
-
362
- - Updated dependencies [[`39c9743`](https://github.com/mastra-ai/mastra/commit/39c97432d084294f8ba85fbf3ef28098ff21459e), [`f743dbb`](https://github.com/mastra-ai/mastra/commit/f743dbb8b40d1627b5c10c0e6fc154f4ebb6e394), [`fec5129`](https://github.com/mastra-ai/mastra/commit/fec5129de7fc64423ea03661a56cef31dc747a0d), [`0491e7c`](https://github.com/mastra-ai/mastra/commit/0491e7c9b714cb0ba22187ee062147ec2dd7c712), [`f6f4903`](https://github.com/mastra-ai/mastra/commit/f6f4903397314f73362061dc5a3e8e7c61ea34aa), [`0e8ed46`](https://github.com/mastra-ai/mastra/commit/0e8ed467c54d6901a6a365f270ec15d6faadb36c), [`6c049d9`](https://github.com/mastra-ai/mastra/commit/6c049d94063fdcbd5b81c4912a2bf82a92c9cc0b), [`2f897df`](https://github.com/mastra-ai/mastra/commit/2f897df208508f46f51b7625e5dd20c37f93e0e3), [`3443770`](https://github.com/mastra-ai/mastra/commit/3443770662df8eb24c9df3589b2792d78cfcb811), [`f0a07e0`](https://github.com/mastra-ai/mastra/commit/f0a07e0111b3307c5fabfa4094c5c2cfb734fbe6), [`aaa40e7`](https://github.com/mastra-ai/mastra/commit/aaa40e788628b319baa8e889407d11ad626547fa), [`1521d71`](https://github.com/mastra-ai/mastra/commit/1521d716e5daedc74690c983fbd961123c56756b), [`9e1911d`](https://github.com/mastra-ai/mastra/commit/9e1911db2b4db85e0e768c3f15e0d61e319869f6), [`ebac155`](https://github.com/mastra-ai/mastra/commit/ebac15564a590117db7078233f927a7e28a85106), [`dd1c38d`](https://github.com/mastra-ai/mastra/commit/dd1c38d1b75f1b695c27b40d8d9d6ed00d5e0f6f), [`5948e6a`](https://github.com/mastra-ai/mastra/commit/5948e6a5146c83666ba3f294b2be576c82a513fb), [`8940859`](https://github.com/mastra-ai/mastra/commit/89408593658199b4ad67f7b65e888f344e64a442), [`e629310`](https://github.com/mastra-ai/mastra/commit/e629310f1a73fa236d49ec7a1d1cceb6229dc7cc), [`4c6b492`](https://github.com/mastra-ai/mastra/commit/4c6b492c4dd591c6a592520c1f6855d6e936d71f), [`dff01d8`](https://github.com/mastra-ai/mastra/commit/dff01d81ce1f4e4087cfac20fa868e6db138dd14), [`9d819d5`](https://github.com/mastra-ai/mastra/commit/9d819d54b61481639f4008e4694791bddf187edd), [`71c8d6c`](https://github.com/mastra-ai/mastra/commit/71c8d6c161253207b2b9588bdadb7eed604f7253), [`6179a9b`](https://github.com/mastra-ai/mastra/commit/6179a9ba36ffac326de3cc3c43cdc8028d37c251), [`00f4921`](https://github.com/mastra-ai/mastra/commit/00f4921dd2c91a1e5446799599ef7116a8214a1a), [`ca8041c`](https://github.com/mastra-ai/mastra/commit/ca8041cce0379fda22ed293a565bcb5b6ddca68a), [`7051bf3`](https://github.com/mastra-ai/mastra/commit/7051bf38b3b122a069008f861f7bfc004a6d9f6e), [`a8f1494`](https://github.com/mastra-ai/mastra/commit/a8f1494f4bbdc2770bcf327d4c7d869e332183f1), [`0793497`](https://github.com/mastra-ai/mastra/commit/079349753620c40246ffd673e3f9d7d9820beff3), [`5df9cce`](https://github.com/mastra-ai/mastra/commit/5df9cce1a753438413f64c11eeef8f845745c2a8), [`a854ede`](https://github.com/mastra-ai/mastra/commit/a854ede62bf5ac0945a624ac48913dd69c73aabf), [`c576fc0`](https://github.com/mastra-ai/mastra/commit/c576fc0b100b2085afded91a37c97a0ea0ec09c7), [`3defc80`](https://github.com/mastra-ai/mastra/commit/3defc80cf2b88a1b7fc1cc4ddcb91e982a614609), [`16153fe`](https://github.com/mastra-ai/mastra/commit/16153fe7eb13c99401f48e6ca32707c965ee28b9), [`9f4a683`](https://github.com/mastra-ai/mastra/commit/9f4a6833e88b52574665c028fd5508ad5c2f6004), [`bc94344`](https://github.com/mastra-ai/mastra/commit/bc943444a1342d8a662151b7bce1df7dae32f59c), [`57d157f`](https://github.com/mastra-ai/mastra/commit/57d157f0b163a95c3e6c9eae31bdb11d1bfc64f9), [`903f67d`](https://github.com/mastra-ai/mastra/commit/903f67d184504a273893818c02b961f5423a79ad), [`2a90c55`](https://github.com/mastra-ai/mastra/commit/2a90c55a86a9210697d5adaab5ee94584b079adc), [`eb09742`](https://github.com/mastra-ai/mastra/commit/eb09742197f66c4c38154c3beec78313e69760b2), [`96d35f6`](https://github.com/mastra-ai/mastra/commit/96d35f61376bc2b1bf148648a2c1985bd51bef55), [`5cbe88a`](https://github.com/mastra-ai/mastra/commit/5cbe88aefbd9f933bca669fd371ea36bf939ac6d), [`a1bd7b8`](https://github.com/mastra-ai/mastra/commit/a1bd7b8571db16b94eb01588f451a74758c96d65), [`d78b38d`](https://github.com/mastra-ai/mastra/commit/d78b38d898fce285260d3bbb4befade54331617f), [`0633100`](https://github.com/mastra-ai/mastra/commit/0633100a911ad22f5256471bdf753da21c104742), [`c710c16`](https://github.com/mastra-ai/mastra/commit/c710c1652dccfdc4111c8412bca7a6bb1d48b441), [`354ad0b`](https://github.com/mastra-ai/mastra/commit/354ad0b7b1b8183ac567f236a884fc7ede6d7138), [`cfae733`](https://github.com/mastra-ai/mastra/commit/cfae73394f4920635e6c919c8e95ff9a0788e2e5), [`e3dfda7`](https://github.com/mastra-ai/mastra/commit/e3dfda7b11bf3b8c4bb55637028befb5f387fc74), [`844ea5d`](https://github.com/mastra-ai/mastra/commit/844ea5dc0c248961e7bf73629ae7dcff503e853c), [`398fde3`](https://github.com/mastra-ai/mastra/commit/398fde3f39e707cda79372cdae8f9870e3b57c8d), [`f0f8f12`](https://github.com/mastra-ai/mastra/commit/f0f8f125c308f2d0fd36942ef652fd852df7522f), [`0d7618b`](https://github.com/mastra-ai/mastra/commit/0d7618bc650bf2800934b243eca5648f4aeed9c2), [`7b763e5`](https://github.com/mastra-ai/mastra/commit/7b763e52fc3eaf699c2a99f2adf418dd46e4e9a5), [`d36cfbb`](https://github.com/mastra-ai/mastra/commit/d36cfbbb6565ba5f827883cc9bb648eb14befdc1), [`3697853`](https://github.com/mastra-ai/mastra/commit/3697853deeb72017d90e0f38a93c1e29221aeca0), [`b2e45ec`](https://github.com/mastra-ai/mastra/commit/b2e45eca727a8db01a81ba93f1a5219c7183c839), [`d6d49f7`](https://github.com/mastra-ai/mastra/commit/d6d49f7b8714fa19a52ff9c7cf7fb7e73751901e), [`a534e95`](https://github.com/mastra-ai/mastra/commit/a534e9591f83b3cc1ebff99c67edf4cda7bf81d3), [`9d0e7fe`](https://github.com/mastra-ai/mastra/commit/9d0e7feca8ed98de959f53476ee1456073673348), [`53d927c`](https://github.com/mastra-ai/mastra/commit/53d927cc6f03bff33655b7e2b788da445a08731d), [`3f2faf2`](https://github.com/mastra-ai/mastra/commit/3f2faf2e2d685d6c053cc5af1bf9fedf267b2ce5), [`22f64bc`](https://github.com/mastra-ai/mastra/commit/22f64bc1d37149480b58bf2fefe35b79a1e3e7d5), [`83d5942`](https://github.com/mastra-ai/mastra/commit/83d5942669ce7bba4a6ca4fd4da697a10eb5ebdc), [`b7959e6`](https://github.com/mastra-ai/mastra/commit/b7959e6e25a46b480f9ea2217c4c6c588c423791), [`bda6370`](https://github.com/mastra-ai/mastra/commit/bda637009360649aaf579919e7873e33553c273e), [`d7acd8e`](https://github.com/mastra-ai/mastra/commit/d7acd8e987b5d7eff4fd98b0906c17c06a2e83d5), [`c7f1f7d`](https://github.com/mastra-ai/mastra/commit/c7f1f7d24f61f247f018cc2d1f33bf63212959a7), [`0bddc6d`](https://github.com/mastra-ai/mastra/commit/0bddc6d8dbd6f6008c0cba2e4960a2da75a55af1), [`735d8c1`](https://github.com/mastra-ai/mastra/commit/735d8c1c0d19fbc09e6f8b66cf41bc7655993838), [`acf322e`](https://github.com/mastra-ai/mastra/commit/acf322e0f1fd0189684cf529d91c694bea918a45), [`c942802`](https://github.com/mastra-ai/mastra/commit/c942802a477a925b01859a7b8688d4355715caaa), [`a0c8c1b`](https://github.com/mastra-ai/mastra/commit/a0c8c1b87d4fee252aebda73e8637fbe01d761c9), [`cc34739`](https://github.com/mastra-ai/mastra/commit/cc34739c34b6266a91bea561119240a7acf47887), [`c218bd3`](https://github.com/mastra-ai/mastra/commit/c218bd3759e32423735b04843a09404572631014), [`2c4438b`](https://github.com/mastra-ai/mastra/commit/2c4438b87817ab7eed818c7990fef010475af1a3), [`2b8893c`](https://github.com/mastra-ai/mastra/commit/2b8893cb108ef9acb72ee7835cd625610d2c1a4a), [`8e5c75b`](https://github.com/mastra-ai/mastra/commit/8e5c75bdb1d08a42d45309a4c72def4b6890230f), [`e59e0d3`](https://github.com/mastra-ai/mastra/commit/e59e0d32afb5fcf2c9f3c00c8f81f6c21d3a63fa), [`fa8409b`](https://github.com/mastra-ai/mastra/commit/fa8409bc39cfd8ba6643b9db5269b90b22e2a2f7), [`173c535`](https://github.com/mastra-ai/mastra/commit/173c535c0645b0da404fe09f003778f0b0d4e019)]:
363
- - @mastra/core@1.0.0-beta.0
364
-
365
- ## 0.10.17
366
-
367
- ### Patch Changes
368
-
369
- - Update peerdeps to 0.23.0-0 ([#9043](https://github.com/mastra-ai/mastra/pull/9043))
370
-
371
- - Updated dependencies [[`c67ca32`](https://github.com/mastra-ai/mastra/commit/c67ca32e3c2cf69bfc146580770c720220ca44ac), [`efb5ed9`](https://github.com/mastra-ai/mastra/commit/efb5ed946ae7f410bc68c9430beb4b010afd25ec), [`dbc9e12`](https://github.com/mastra-ai/mastra/commit/dbc9e1216ba575ba59ead4afb727a01215f7de4f), [`99e41b9`](https://github.com/mastra-ai/mastra/commit/99e41b94957cdd25137d3ac12e94e8b21aa01b68), [`c28833c`](https://github.com/mastra-ai/mastra/commit/c28833c5b6d8e10eeffd7f7d39129d53b8bca240), [`8ea07b4`](https://github.com/mastra-ai/mastra/commit/8ea07b4bdc73e4218437dbb6dcb0f4b23e745a44), [`ba201b8`](https://github.com/mastra-ai/mastra/commit/ba201b8f8feac4c72350f2dbd52c13c7297ba7b0), [`f053e89`](https://github.com/mastra-ai/mastra/commit/f053e89160dbd0bd3333fc3492f68231b5c7c349), [`4fc4136`](https://github.com/mastra-ai/mastra/commit/4fc413652866a8d2240694fddb2562e9edbb70df), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`d10baf5`](https://github.com/mastra-ai/mastra/commit/d10baf5a3c924f2a6654e23a3e318ed03f189b76), [`038c55a`](https://github.com/mastra-ai/mastra/commit/038c55a7090fc1b1513a966386d3072617f836ac), [`182f045`](https://github.com/mastra-ai/mastra/commit/182f0458f25bd70aa774e64fd923c8a483eddbf1), [`9a1a485`](https://github.com/mastra-ai/mastra/commit/9a1a4859b855e37239f652bf14b1ecd1029b8c4e), [`9257233`](https://github.com/mastra-ai/mastra/commit/9257233c4ffce09b2bedc2a9adbd70d7a83fa8e2), [`7620d2b`](https://github.com/mastra-ai/mastra/commit/7620d2bddeb4fae4c3c0a0b4e672969795fca11a), [`b2365f0`](https://github.com/mastra-ai/mastra/commit/b2365f038dd4c5f06400428b224af963f399ad50), [`0f1a4c9`](https://github.com/mastra-ai/mastra/commit/0f1a4c984fb4b104b2f0b63ba18c9fa77f567700), [`9029ba3`](https://github.com/mastra-ai/mastra/commit/9029ba34459c8859fed4c6b73efd8e2d0021e7ba), [`426cc56`](https://github.com/mastra-ai/mastra/commit/426cc561c85ae76a112ded2385532a91f9f9f074), [`00931fb`](https://github.com/mastra-ai/mastra/commit/00931fb1a21aa42c4fbc20c2c40dd62466b8fc8f), [`e473bfe`](https://github.com/mastra-ai/mastra/commit/e473bfe416c0b8e876973c2b6a6f13c394b7a93f), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`2db6160`](https://github.com/mastra-ai/mastra/commit/2db6160e2022ff8827c15d30157e684683b934b5), [`8aeea37`](https://github.com/mastra-ai/mastra/commit/8aeea37efdde347c635a67fed56794943b7f74ec), [`02fe153`](https://github.com/mastra-ai/mastra/commit/02fe15351d6021d214da48ec982a0e9e4150bcee), [`648e2ca`](https://github.com/mastra-ai/mastra/commit/648e2ca42da54838c6ccbdaadc6fadd808fa6b86), [`74567b3`](https://github.com/mastra-ai/mastra/commit/74567b3d237ae3915cd0bca3cf55fa0a64e4e4a4), [`b65c5e0`](https://github.com/mastra-ai/mastra/commit/b65c5e0fe6f3c390a9a8bbcf69304d972c3a4afb), [`15a1733`](https://github.com/mastra-ai/mastra/commit/15a1733074cee8bd37370e1af34cd818e89fa7ac), [`fc2a774`](https://github.com/mastra-ai/mastra/commit/fc2a77468981aaddc3e77f83f0c4ad4a4af140da), [`4e08933`](https://github.com/mastra-ai/mastra/commit/4e08933625464dfde178347af5b6278fcf34188e)]:
372
- - @mastra/core@0.22.0
373
-
374
- ## 0.10.17-alpha.0
375
-
376
- ### Patch Changes
377
-
378
- - Update peerdeps to 0.23.0-0 ([#9043](https://github.com/mastra-ai/mastra/pull/9043))
379
-
380
- - Updated dependencies [[`efb5ed9`](https://github.com/mastra-ai/mastra/commit/efb5ed946ae7f410bc68c9430beb4b010afd25ec), [`8ea07b4`](https://github.com/mastra-ai/mastra/commit/8ea07b4bdc73e4218437dbb6dcb0f4b23e745a44), [`ba201b8`](https://github.com/mastra-ai/mastra/commit/ba201b8f8feac4c72350f2dbd52c13c7297ba7b0), [`4fc4136`](https://github.com/mastra-ai/mastra/commit/4fc413652866a8d2240694fddb2562e9edbb70df), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`d10baf5`](https://github.com/mastra-ai/mastra/commit/d10baf5a3c924f2a6654e23a3e318ed03f189b76), [`038c55a`](https://github.com/mastra-ai/mastra/commit/038c55a7090fc1b1513a966386d3072617f836ac), [`182f045`](https://github.com/mastra-ai/mastra/commit/182f0458f25bd70aa774e64fd923c8a483eddbf1), [`7620d2b`](https://github.com/mastra-ai/mastra/commit/7620d2bddeb4fae4c3c0a0b4e672969795fca11a), [`b2365f0`](https://github.com/mastra-ai/mastra/commit/b2365f038dd4c5f06400428b224af963f399ad50), [`9029ba3`](https://github.com/mastra-ai/mastra/commit/9029ba34459c8859fed4c6b73efd8e2d0021e7ba), [`426cc56`](https://github.com/mastra-ai/mastra/commit/426cc561c85ae76a112ded2385532a91f9f9f074), [`00931fb`](https://github.com/mastra-ai/mastra/commit/00931fb1a21aa42c4fbc20c2c40dd62466b8fc8f), [`e473bfe`](https://github.com/mastra-ai/mastra/commit/e473bfe416c0b8e876973c2b6a6f13c394b7a93f), [`b78e04d`](https://github.com/mastra-ai/mastra/commit/b78e04d935a16ecb1e59c5c96e564903527edddd), [`648e2ca`](https://github.com/mastra-ai/mastra/commit/648e2ca42da54838c6ccbdaadc6fadd808fa6b86), [`b65c5e0`](https://github.com/mastra-ai/mastra/commit/b65c5e0fe6f3c390a9a8bbcf69304d972c3a4afb)]:
381
- - @mastra/core@0.22.0-alpha.1
382
-
383
- ## 0.10.16
384
-
385
- ### Patch Changes
386
-
387
- - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
388
-
389
- - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
390
-
391
- - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
392
-
393
- - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
394
-
395
- - Updated dependencies [[`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`f59fc1e`](https://github.com/mastra-ai/mastra/commit/f59fc1e406b8912e692f6bff6cfd4754cc8d165c), [`158381d`](https://github.com/mastra-ai/mastra/commit/158381d39335be934b81ef8a1947bccace492c25), [`a1799bc`](https://github.com/mastra-ai/mastra/commit/a1799bcc1b5a1cdc188f2ac0165f17a1c4ac6f7b), [`6ff6094`](https://github.com/mastra-ai/mastra/commit/6ff60946f4ecfebdeef6e21d2b230c2204f2c9b8), [`fb703b9`](https://github.com/mastra-ai/mastra/commit/fb703b9634eeaff1a6eb2b5531ce0f9e8fb04727), [`37a2314`](https://github.com/mastra-ai/mastra/commit/37a23148e0e5a3b40d4f9f098b194671a8a49faf), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`05a9dee`](https://github.com/mastra-ai/mastra/commit/05a9dee3d355694d28847bfffb6289657fcf7dfa), [`e3c1077`](https://github.com/mastra-ai/mastra/commit/e3c107763aedd1643d3def5df450c235da9ff76c), [`1908ca0`](https://github.com/mastra-ai/mastra/commit/1908ca0521f90e43779cc29ab590173ca560443c), [`1bccdb3`](https://github.com/mastra-ai/mastra/commit/1bccdb33eb90cbeba2dc5ece1c2561fb774b26b6), [`5ef944a`](https://github.com/mastra-ai/mastra/commit/5ef944a3721d93105675cac2b2311432ff8cc393), [`d6b186f`](https://github.com/mastra-ai/mastra/commit/d6b186fb08f1caf1b86f73d3a5ee88fb999ca3be), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`65493b3`](https://github.com/mastra-ai/mastra/commit/65493b31c36f6fdb78f9679f7e1ecf0c250aa5ee), [`a998b8f`](https://github.com/mastra-ai/mastra/commit/a998b8f858091c2ec47683e60766cf12d03001e4), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`8a37bdd`](https://github.com/mastra-ai/mastra/commit/8a37bddb6d8614a32c5b70303d583d80c620ea61), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb)]:
396
- - @mastra/core@0.21.0
397
-
398
- ## 0.10.16-alpha.0
399
-
400
- ### Patch Changes
401
-
402
- - Update peer dependencies to match core package version bump (0.21.0) ([#8619](https://github.com/mastra-ai/mastra/pull/8619))
403
-
404
- - Update peer dependencies to match core package version bump (0.21.0) ([#8557](https://github.com/mastra-ai/mastra/pull/8557))
405
-
406
- - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
407
-
408
- - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
409
-
410
- - 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)]:
411
- - @mastra/core@0.21.0-alpha.0
412
-
413
- ## 0.10.15
414
-
415
- ### Patch Changes
416
-
417
- - 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))
418
-
419
- - 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)]:
420
- - @mastra/core@0.20.0
421
-
422
- ## 0.10.15-alpha.0
423
-
424
- ### Patch Changes
425
-
426
- - 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))
427
-
428
- - 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)]:
429
- - @mastra/core@0.20.0-alpha.0
430
-
431
- ## 0.10.14
432
-
433
- ### Patch Changes
434
-
435
- - Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
436
-
437
- - 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)]:
438
- - @mastra/core@0.19.0
439
-
440
- ## 0.10.14-alpha.0
441
-
442
- ### Patch Changes
443
-
444
- - Update peer deps ([#8154](https://github.com/mastra-ai/mastra/pull/8154))
445
-
446
- - 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)]:
447
- - @mastra/core@0.19.0-alpha.1
448
-
449
- ## 0.10.13
450
-
451
- ### Patch Changes
452
-
453
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
454
-
455
- - 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)]:
456
- - @mastra/core@0.18.0
457
-
458
- ## 0.10.13-alpha.0
459
-
460
- ### Patch Changes
461
-
462
- - Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
463
-
464
- - 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)]:
465
- - @mastra/core@0.18.0-alpha.2
466
-
467
- ## 0.10.12
468
-
469
- ### Patch Changes
470
-
471
- - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
472
-
473
- - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
474
-
475
- - 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)]:
476
- - @mastra/core@0.17.0
477
-
478
- ## 0.10.12-alpha.1
479
-
480
- ### Patch Changes
481
-
482
- - clean up console logs in monorepo ([#7926](https://github.com/mastra-ai/mastra/pull/7926))
483
-
484
- - 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)]:
485
- - @mastra/core@0.17.0-alpha.6
486
-
487
- ## 0.10.12-alpha.0
488
-
489
- ### Patch Changes
490
-
491
- - Update peerdep of @mastra/core ([#7619](https://github.com/mastra-ai/mastra/pull/7619))
492
-
493
- - 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)]:
494
- - @mastra/core@0.17.0-alpha.3
495
-
496
- ## 0.10.11
497
-
498
- ### Patch Changes
499
-
500
- - 376913a: Update peerdeps
501
- - Updated dependencies [8fbf79e]
502
- - Updated dependencies [fd83526]
503
- - Updated dependencies [d0b90ab]
504
- - Updated dependencies [6f5eb7a]
505
- - Updated dependencies [a01cf14]
506
- - Updated dependencies [a9e50ee]
507
- - Updated dependencies [5397eb4]
508
- - Updated dependencies [c9f4e4a]
509
- - Updated dependencies [0acbc80]
510
- - @mastra/core@0.16.0
511
-
512
- ## 0.10.11-alpha.0
513
-
514
- ### Patch Changes
515
-
516
- - 376913a: Update peerdeps
517
- - Updated dependencies [8fbf79e]
518
- - @mastra/core@0.16.0-alpha.1
519
-
520
- ## 0.10.10
521
-
522
- ### Patch Changes
523
-
524
- - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
525
- - f0dfcac: updated core peerdep
526
- - Updated dependencies [ab48c97]
527
- - Updated dependencies [85ef90b]
528
- - Updated dependencies [aedbbfa]
529
- - Updated dependencies [ff89505]
530
- - Updated dependencies [637f323]
531
- - Updated dependencies [de3cbc6]
532
- - Updated dependencies [c19bcf7]
533
- - Updated dependencies [4474d04]
534
- - Updated dependencies [183dc95]
535
- - Updated dependencies [a1111e2]
536
- - Updated dependencies [b42a961]
537
- - Updated dependencies [61debef]
538
- - Updated dependencies [9beaeff]
539
- - Updated dependencies [29de0e1]
540
- - Updated dependencies [f643c65]
541
- - Updated dependencies [00c74e7]
542
- - Updated dependencies [fef7375]
543
- - Updated dependencies [e3d8fea]
544
- - Updated dependencies [45e4d39]
545
- - Updated dependencies [9eee594]
546
- - Updated dependencies [7149d8d]
547
- - Updated dependencies [822c2e8]
548
- - Updated dependencies [979912c]
549
- - Updated dependencies [7dcf4c0]
550
- - Updated dependencies [4106a58]
551
- - Updated dependencies [ad78bfc]
552
- - Updated dependencies [0302f50]
553
- - Updated dependencies [6ac697e]
554
- - Updated dependencies [74db265]
555
- - Updated dependencies [0ce418a]
556
- - Updated dependencies [af90672]
557
- - Updated dependencies [8387952]
558
- - Updated dependencies [7f3b8da]
559
- - Updated dependencies [905352b]
560
- - Updated dependencies [599d04c]
561
- - Updated dependencies [56041d0]
562
- - Updated dependencies [3412597]
563
- - Updated dependencies [5eca5d2]
564
- - Updated dependencies [f2cda47]
565
- - Updated dependencies [5de1555]
566
- - Updated dependencies [cfd377a]
567
- - Updated dependencies [1ed5a3e]
568
- - @mastra/core@0.15.3
569
-
570
- ## 0.10.10-alpha.1
571
-
572
- ### Patch Changes
573
-
574
- - [#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
575
-
576
- - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
577
- - @mastra/core@0.15.3-alpha.7
578
-
579
- ## 0.10.10-alpha.0
580
-
581
- ### Patch Changes
582
-
583
- - [#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`.
584
-
585
- - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
586
- - @mastra/core@0.15.3-alpha.5
587
-
588
- ## 0.10.9
589
-
590
- ### Patch Changes
591
-
592
- - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
593
-
594
- - Updated dependencies []:
595
- - @mastra/core@0.15.2
596
-
597
- ## 0.10.8
598
-
599
- ### Patch Changes
600
-
601
- - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
602
-
603
- - Updated dependencies []:
604
- - @mastra/core@0.15.1
605
-
606
- ## 0.10.7
607
-
608
- ### Patch Changes
609
-
610
- - 03997ae: Update peerdeps
611
- - Updated dependencies [227c7e6]
612
- - Updated dependencies [12cae67]
613
- - Updated dependencies [fd3a3eb]
614
- - Updated dependencies [6faaee5]
615
- - Updated dependencies [4232b14]
616
- - Updated dependencies [a89de7e]
617
- - Updated dependencies [5a37d0c]
618
- - Updated dependencies [4bde0cb]
619
- - Updated dependencies [cf4f357]
620
- - Updated dependencies [ad888a2]
621
- - Updated dependencies [481751d]
622
- - Updated dependencies [2454423]
623
- - Updated dependencies [194e395]
624
- - Updated dependencies [a722c0b]
625
- - Updated dependencies [c30bca8]
626
- - Updated dependencies [3b5fec7]
627
- - Updated dependencies [a8f129d]
628
- - @mastra/core@0.14.0
629
-
630
- ## 0.10.7-alpha.0
631
-
632
- ### Patch Changes
633
-
634
- - 03997ae: Update peerdeps
635
- - @mastra/core@0.14.0-alpha.7
636
-
637
- ## 0.10.6
638
-
639
- ### Patch Changes
640
-
641
- - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
642
- - Updated dependencies [cb36de0]
643
- - Updated dependencies [d0496e6]
644
- - Updated dependencies [a82b851]
645
- - Updated dependencies [ea0c5f2]
646
- - Updated dependencies [41a0a0e]
647
- - Updated dependencies [2871020]
648
- - Updated dependencies [94f4812]
649
- - Updated dependencies [e202b82]
650
- - Updated dependencies [e00f6a0]
651
- - Updated dependencies [4a406ec]
652
- - Updated dependencies [b0e43c1]
653
- - Updated dependencies [5d377e5]
654
- - Updated dependencies [1fb812e]
655
- - Updated dependencies [35c5798]
656
- - @mastra/core@0.13.0
657
-
658
- ## 0.10.6-alpha.0
659
-
660
- ### Patch Changes
661
-
662
- - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
663
- - Updated dependencies [cb36de0]
664
- - Updated dependencies [a82b851]
665
- - Updated dependencies [41a0a0e]
666
- - Updated dependencies [2871020]
667
- - Updated dependencies [4a406ec]
668
- - Updated dependencies [5d377e5]
669
- - @mastra/core@0.13.0-alpha.2
670
-
671
- ## 0.10.5
672
-
673
- ### Patch Changes
674
-
675
- - f42c4c2: update peer deps for packages to latest core range
676
- - Updated dependencies [510e2c8]
677
- - Updated dependencies [2f72fb2]
678
- - Updated dependencies [27cc97a]
679
- - Updated dependencies [3f89307]
680
- - Updated dependencies [9eda7d4]
681
- - Updated dependencies [9d49408]
682
- - Updated dependencies [41daa63]
683
- - Updated dependencies [ad0a58b]
684
- - Updated dependencies [254a36b]
685
- - Updated dependencies [2ecf658]
686
- - Updated dependencies [7a7754f]
687
- - Updated dependencies [fc92d80]
688
- - Updated dependencies [e0f73c6]
689
- - Updated dependencies [0b89602]
690
- - Updated dependencies [4d37822]
691
- - Updated dependencies [23a6a7c]
692
- - Updated dependencies [cda801d]
693
- - Updated dependencies [a77c823]
694
- - Updated dependencies [ff9c125]
695
- - Updated dependencies [09bca64]
696
- - Updated dependencies [b8efbb9]
697
- - Updated dependencies [71466e7]
698
- - Updated dependencies [0c99fbe]
699
- - @mastra/core@0.12.0
700
-
701
- ## 0.10.5-alpha.0
702
-
703
- ### Patch Changes
704
-
705
- - f42c4c2: update peer deps for packages to latest core range
706
- - @mastra/core@0.12.0-alpha.5
707
-
708
- ## 0.10.4
709
-
710
- ### Patch Changes
711
-
712
- - ce088f5: Update all peerdeps to latest core
713
- - @mastra/core@0.11.1
714
-
715
- ## 0.10.3
716
-
717
- ### Patch Changes
718
-
719
- - 25bf999: Implemented http transport
720
- - Updated dependencies [4d3fbdf]
721
- - @mastra/core@0.10.10
722
-
723
- ## 0.10.3-alpha.0
724
-
725
- ### Patch Changes
726
-
727
- - 25bf999: Implemented http transport
728
-
729
- ## 0.10.2
730
-
731
- ### Patch Changes
732
-
733
- - f1f1f1b: Add basic filtering capabilities to logs
734
- - 82090c1: Add pagination to logs
735
- - 66f4424: Update peerdeps
736
- - Updated dependencies [d1ed912]
737
- - Updated dependencies [f6fd25f]
738
- - Updated dependencies [dffb67b]
739
- - Updated dependencies [f1f1f1b]
740
- - Updated dependencies [925ab94]
741
- - Updated dependencies [f9816ae]
742
- - Updated dependencies [82090c1]
743
- - Updated dependencies [1b443fd]
744
- - Updated dependencies [ce97900]
745
- - Updated dependencies [f1309d3]
746
- - Updated dependencies [14a2566]
747
- - Updated dependencies [f7f8293]
748
- - Updated dependencies [48eddb9]
749
- - @mastra/core@0.10.4
750
-
751
- ## 0.10.2-alpha.1
752
-
753
- ### Patch Changes
754
-
755
- - 66f4424: Update peerdeps
756
-
757
- ## 0.10.2-alpha.0
758
-
759
- ### Patch Changes
760
-
761
- - f1f1f1b: Add basic filtering capabilities to logs
762
- - 82090c1: Add pagination to logs
763
- - Updated dependencies [d1ed912]
764
- - Updated dependencies [f1f1f1b]
765
- - Updated dependencies [f9816ae]
766
- - Updated dependencies [82090c1]
767
- - Updated dependencies [1b443fd]
768
- - Updated dependencies [ce97900]
769
- - Updated dependencies [14a2566]
770
- - @mastra/core@0.10.4-alpha.0
771
-
772
- ## 0.10.1
773
-
774
- ### Patch Changes
775
-
776
- - f0d559f: Fix peerdeps for alpha channel
777
- - Updated dependencies [ee77e78]
778
- - Updated dependencies [592a2db]
779
- - Updated dependencies [e5dc18d]
780
- - Updated dependencies [ab5adbe]
781
- - Updated dependencies [1e8bb40]
782
- - Updated dependencies [1b5fc55]
783
- - Updated dependencies [195c428]
784
- - Updated dependencies [f73e11b]
785
- - Updated dependencies [37643b8]
786
- - Updated dependencies [99fd6cf]
787
- - Updated dependencies [c5bf1ce]
788
- - Updated dependencies [add596e]
789
- - Updated dependencies [8dc94d8]
790
- - Updated dependencies [ecebbeb]
791
- - Updated dependencies [79d5145]
792
- - Updated dependencies [12b7002]
793
- - Updated dependencies [2901125]
794
- - @mastra/core@0.10.2
795
-
796
- ## 0.10.1-alpha.0
797
-
798
- ### Patch Changes
799
-
800
- - f0d559f: Fix peerdeps for alpha channel
801
- - Updated dependencies [1e8bb40]
802
- - @mastra/core@0.10.2-alpha.2
803
-
804
- ## 0.10.0
805
-
806
- ### Minor Changes
807
-
808
- - 83da932: Move @mastra/core to peerdeps
809
- - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
810
-
811
- ### Patch Changes
812
-
813
- - 129b5f5: Add pino to loggers package
814
- - Updated dependencies [b3a3d63]
815
- - Updated dependencies [344f453]
816
- - Updated dependencies [0a3ae6d]
817
- - Updated dependencies [95911be]
818
- - Updated dependencies [f53a6ac]
819
- - Updated dependencies [5eb5a99]
820
- - Updated dependencies [7e632c5]
821
- - Updated dependencies [1e9fbfa]
822
- - Updated dependencies [eabdcd9]
823
- - Updated dependencies [90be034]
824
- - Updated dependencies [99f050a]
825
- - Updated dependencies [d0ee3c6]
826
- - Updated dependencies [b2ae5aa]
827
- - Updated dependencies [23f258c]
828
- - Updated dependencies [a7292b0]
829
- - Updated dependencies [0dcb9f0]
830
- - Updated dependencies [2672a05]
831
- - @mastra/core@0.10.0
832
-
833
- ## 0.2.0-alpha.2
834
-
835
- ### Patch Changes
836
-
837
- - 129b5f5: Add pino to loggers package
838
-
839
- ## 0.2.0-alpha.1
840
-
841
- ### Minor Changes
842
-
843
- - 83da932: Move @mastra/core to peerdeps
844
- - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
845
-
846
- ### Patch Changes
847
-
848
- - Updated dependencies [b3a3d63]
849
- - Updated dependencies [344f453]
850
- - Updated dependencies [0a3ae6d]
851
- - Updated dependencies [95911be]
852
- - Updated dependencies [5eb5a99]
853
- - Updated dependencies [7e632c5]
854
- - Updated dependencies [1e9fbfa]
855
- - Updated dependencies [b2ae5aa]
856
- - Updated dependencies [a7292b0]
857
- - Updated dependencies [0dcb9f0]
858
- - @mastra/core@0.10.0-alpha.1
859
-
860
- ## 0.1.24-alpha.0
861
-
862
- ### Patch Changes
863
-
864
- - Updated dependencies [f53a6ac]
865
- - Updated dependencies [eabdcd9]
866
- - Updated dependencies [90be034]
867
- - Updated dependencies [99f050a]
868
- - Updated dependencies [d0ee3c6]
869
- - Updated dependencies [23f258c]
870
- - Updated dependencies [2672a05]
871
- - @mastra/core@0.9.5-alpha.0
872
-
873
- ## 0.1.23
874
-
875
- ### Patch Changes
876
-
877
- - Updated dependencies [396be50]
878
- - Updated dependencies [ab80e7e]
879
- - Updated dependencies [c3bd795]
880
- - Updated dependencies [da082f8]
881
- - Updated dependencies [a5810ce]
882
- - Updated dependencies [3e9c131]
883
- - Updated dependencies [3171b5b]
884
- - Updated dependencies [973e5ac]
885
- - Updated dependencies [daf942f]
886
- - Updated dependencies [0b8b868]
887
- - Updated dependencies [9e1eff5]
888
- - Updated dependencies [6fa1ad1]
889
- - Updated dependencies [c28d7a0]
890
- - Updated dependencies [edf1e88]
891
- - @mastra/core@0.9.4
892
-
893
- ## 0.1.23-alpha.4
894
-
895
- ### Patch Changes
896
-
897
- - Updated dependencies [3e9c131]
898
- - @mastra/core@0.9.4-alpha.4
899
-
900
- ## 0.1.23-alpha.3
901
-
902
- ### Patch Changes
903
-
904
- - Updated dependencies [396be50]
905
- - Updated dependencies [c3bd795]
906
- - Updated dependencies [da082f8]
907
- - Updated dependencies [a5810ce]
908
- - @mastra/core@0.9.4-alpha.3
909
-
910
- ## 0.1.23-alpha.2
911
-
912
- ### Patch Changes
913
-
914
- - Updated dependencies [3171b5b]
915
- - Updated dependencies [973e5ac]
916
- - Updated dependencies [9e1eff5]
917
- - @mastra/core@0.9.4-alpha.2
918
-
919
- ## 0.1.23-alpha.1
920
-
921
- ### Patch Changes
922
-
923
- - Updated dependencies [ab80e7e]
924
- - Updated dependencies [6fa1ad1]
925
- - Updated dependencies [c28d7a0]
926
- - Updated dependencies [edf1e88]
927
- - @mastra/core@0.9.4-alpha.1
928
-
929
- ## 0.1.23-alpha.0
930
-
931
- ### Patch Changes
932
-
933
- - Updated dependencies [daf942f]
934
- - Updated dependencies [0b8b868]
935
- - @mastra/core@0.9.4-alpha.0
936
-
937
- ## 0.1.22
938
-
939
- ### Patch Changes
940
-
941
- - Updated dependencies [e450778]
942
- - Updated dependencies [8902157]
943
- - Updated dependencies [ca0dc88]
944
- - Updated dependencies [526c570]
945
- - Updated dependencies [d7a6a33]
946
- - Updated dependencies [9cd1a46]
947
- - Updated dependencies [b5d2de0]
948
- - Updated dependencies [644f8ad]
949
- - Updated dependencies [70dbf51]
950
- - @mastra/core@0.9.3
951
-
952
- ## 0.1.22-alpha.1
953
-
954
- ### Patch Changes
955
-
956
- - Updated dependencies [e450778]
957
- - Updated dependencies [8902157]
958
- - Updated dependencies [ca0dc88]
959
- - Updated dependencies [9cd1a46]
960
- - Updated dependencies [70dbf51]
961
- - @mastra/core@0.9.3-alpha.1
962
-
963
- ## 0.1.22-alpha.0
964
-
965
- ### Patch Changes
966
-
967
- - Updated dependencies [526c570]
968
- - Updated dependencies [b5d2de0]
969
- - Updated dependencies [644f8ad]
970
- - @mastra/core@0.9.3-alpha.0
971
-
972
- ## 0.1.21
973
-
974
- ### Patch Changes
975
-
976
- - Updated dependencies [6052aa6]
977
- - Updated dependencies [967b41c]
978
- - Updated dependencies [3d2fb5c]
979
- - Updated dependencies [26738f4]
980
- - Updated dependencies [4155f47]
981
- - Updated dependencies [7eeb2bc]
982
- - Updated dependencies [b804723]
983
- - Updated dependencies [8607972]
984
- - Updated dependencies [ccef9f9]
985
- - Updated dependencies [0097d50]
986
- - Updated dependencies [7eeb2bc]
987
- - Updated dependencies [17826a9]
988
- - Updated dependencies [7d8b7c7]
989
- - Updated dependencies [fba031f]
990
- - Updated dependencies [3a5f1e1]
991
- - Updated dependencies [51e6923]
992
- - Updated dependencies [8398d89]
993
- - @mastra/core@0.9.2
994
-
995
- ## 0.1.21-alpha.6
996
-
997
- ### Patch Changes
998
-
999
- - Updated dependencies [6052aa6]
1000
- - Updated dependencies [7d8b7c7]
1001
- - Updated dependencies [3a5f1e1]
1002
- - Updated dependencies [8398d89]
1003
- - @mastra/core@0.9.2-alpha.6
1004
-
1005
- ## 0.1.21-alpha.5
1006
-
1007
- ### Patch Changes
1008
-
1009
- - Updated dependencies [3d2fb5c]
1010
- - Updated dependencies [7eeb2bc]
1011
- - Updated dependencies [8607972]
1012
- - Updated dependencies [7eeb2bc]
1013
- - Updated dependencies [fba031f]
1014
- - @mastra/core@0.9.2-alpha.5
1015
-
1016
- ## 0.1.21-alpha.4
1017
-
1018
- ### Patch Changes
1019
-
1020
- - Updated dependencies [ccef9f9]
1021
- - Updated dependencies [51e6923]
1022
- - @mastra/core@0.9.2-alpha.4
1023
-
1024
- ## 0.1.21-alpha.3
1025
-
1026
- ### Patch Changes
1027
-
1028
- - Updated dependencies [967b41c]
1029
- - Updated dependencies [4155f47]
1030
- - Updated dependencies [17826a9]
1031
- - @mastra/core@0.9.2-alpha.3
1032
-
1033
- ## 0.1.21-alpha.2
1034
-
1035
- ### Patch Changes
1036
-
1037
- - Updated dependencies [26738f4]
1038
- - @mastra/core@0.9.2-alpha.2
1039
-
1040
- ## 0.1.21-alpha.1
1041
-
1042
- ### Patch Changes
1043
-
1044
- - Updated dependencies [b804723]
1045
- - @mastra/core@0.9.2-alpha.1
1046
-
1047
- ## 0.1.21-alpha.0
1048
-
1049
- ### Patch Changes
1050
-
1051
- - Updated dependencies [0097d50]
1052
- - @mastra/core@0.9.2-alpha.0
1053
-
1054
- ## 0.1.20
1055
-
1056
- ### Patch Changes
1057
-
1058
- - Updated dependencies [405b63d]
1059
- - Updated dependencies [81fb7f6]
1060
- - Updated dependencies [20275d4]
1061
- - Updated dependencies [7d1892c]
1062
- - Updated dependencies [a90a082]
1063
- - Updated dependencies [2d17c73]
1064
- - Updated dependencies [61e92f5]
1065
- - Updated dependencies [35955b0]
1066
- - Updated dependencies [6262bd5]
1067
- - Updated dependencies [c1409ef]
1068
- - Updated dependencies [3e7b69d]
1069
- - Updated dependencies [e4943b8]
1070
- - Updated dependencies [11d4485]
1071
- - Updated dependencies [479f490]
1072
- - Updated dependencies [c23a81c]
1073
- - Updated dependencies [2d4001d]
1074
- - Updated dependencies [c71013a]
1075
- - Updated dependencies [1d3b1cd]
1076
- - @mastra/core@0.9.1
1077
-
1078
- ## 0.1.20-alpha.8
1079
-
1080
- ### Patch Changes
1081
-
1082
- - Updated dependencies [2d17c73]
1083
- - @mastra/core@0.9.1-alpha.8
1084
-
1085
- ## 0.1.20-alpha.7
1086
-
1087
- ### Patch Changes
1088
-
1089
- - Updated dependencies [1d3b1cd]
1090
- - @mastra/core@0.9.1-alpha.7
1091
-
1092
- ## 0.1.20-alpha.6
1093
-
1094
- ### Patch Changes
1095
-
1096
- - Updated dependencies [c23a81c]
1097
- - @mastra/core@0.9.1-alpha.6
1098
-
1099
- ## 0.1.20-alpha.5
1100
-
1101
- ### Patch Changes
1102
-
1103
- - Updated dependencies [3e7b69d]
1104
- - @mastra/core@0.9.1-alpha.5
1105
-
1106
- ## 0.1.20-alpha.4
1107
-
1108
- ### Patch Changes
1109
-
1110
- - Updated dependencies [e4943b8]
1111
- - Updated dependencies [479f490]
1112
- - @mastra/core@0.9.1-alpha.4
1113
-
1114
- ## 0.1.20-alpha.3
1115
-
1116
- ### Patch Changes
1117
-
1118
- - Updated dependencies [6262bd5]
1119
- - @mastra/core@0.9.1-alpha.3
1120
-
1121
- ## 0.1.20-alpha.2
1122
-
1123
- ### Patch Changes
1124
-
1125
- - Updated dependencies [405b63d]
1126
- - Updated dependencies [61e92f5]
1127
- - Updated dependencies [c71013a]
1128
- - @mastra/core@0.9.1-alpha.2
1129
-
1130
- ## 0.1.20-alpha.1
1131
-
1132
- ### Patch Changes
1133
-
1134
- - Updated dependencies [20275d4]
1135
- - Updated dependencies [7d1892c]
1136
- - Updated dependencies [a90a082]
1137
- - Updated dependencies [35955b0]
1138
- - Updated dependencies [c1409ef]
1139
- - Updated dependencies [11d4485]
1140
- - Updated dependencies [2d4001d]
1141
- - @mastra/core@0.9.1-alpha.1
1142
-
1143
- ## 0.1.20-alpha.0
1144
-
1145
- ### Patch Changes
1146
-
1147
- - Updated dependencies [81fb7f6]
1148
- - @mastra/core@0.9.1-alpha.0
1149
-
1150
- ## 0.1.19
1151
-
1152
- ### Patch Changes
1153
-
1154
- - Updated dependencies [000a6d4]
1155
- - Updated dependencies [08bb78e]
1156
- - Updated dependencies [ed2f549]
1157
- - Updated dependencies [7e92011]
1158
- - Updated dependencies [9ee4293]
1159
- - Updated dependencies [03f3cd0]
1160
- - Updated dependencies [c0f22b4]
1161
- - Updated dependencies [71d9444]
1162
- - Updated dependencies [157c741]
1163
- - Updated dependencies [8a8a73b]
1164
- - Updated dependencies [0a033fa]
1165
- - Updated dependencies [fe3ae4d]
1166
- - Updated dependencies [9c26508]
1167
- - Updated dependencies [0f4eae3]
1168
- - Updated dependencies [16a8648]
1169
- - Updated dependencies [6f92295]
1170
- - @mastra/core@0.9.0
1171
-
1172
- ## 0.1.19-alpha.8
1173
-
1174
- ### Patch Changes
1175
-
1176
- - Updated dependencies [000a6d4]
1177
- - Updated dependencies [ed2f549]
1178
- - Updated dependencies [c0f22b4]
1179
- - Updated dependencies [0a033fa]
1180
- - Updated dependencies [9c26508]
1181
- - Updated dependencies [0f4eae3]
1182
- - Updated dependencies [16a8648]
1183
- - @mastra/core@0.9.0-alpha.8
1184
-
1185
- ## 0.1.19-alpha.7
1186
-
1187
- ### Patch Changes
1188
-
1189
- - Updated dependencies [71d9444]
1190
- - @mastra/core@0.9.0-alpha.7
1191
-
1192
- ## 0.1.19-alpha.6
1193
-
1194
- ### Patch Changes
1195
-
1196
- - Updated dependencies [157c741]
1197
- - @mastra/core@0.9.0-alpha.6
1198
-
1199
- ## 0.1.19-alpha.5
1200
-
1201
- ### Patch Changes
1202
-
1203
- - Updated dependencies [08bb78e]
1204
- - @mastra/core@0.9.0-alpha.5
1205
-
1206
- ## 0.1.19-alpha.4
1207
-
1208
- ### Patch Changes
1209
-
1210
- - Updated dependencies [7e92011]
1211
- - @mastra/core@0.9.0-alpha.4
1212
-
1213
- ## 0.1.19-alpha.3
1214
-
1215
- ### Patch Changes
1216
-
1217
- - Updated dependencies [fe3ae4d]
1218
- - @mastra/core@0.9.0-alpha.3
1219
-
1220
- ## 0.1.19-alpha.2
1221
-
1222
- ### Patch Changes
1223
-
1224
- - Updated dependencies [9ee4293]
1225
- - @mastra/core@0.8.4-alpha.2
1226
-
1227
- ## 0.1.19-alpha.1
1228
-
1229
- ### Patch Changes
1230
-
1231
- - Updated dependencies [8a8a73b]
1232
- - Updated dependencies [6f92295]
1233
- - @mastra/core@0.8.4-alpha.1
1234
-
1235
- ## 0.1.19-alpha.0
1236
-
1237
- ### Patch Changes
1238
-
1239
- - Updated dependencies [03f3cd0]
1240
- - @mastra/core@0.8.4-alpha.0
1241
-
1242
- ## 0.1.18
1243
-
1244
- ### Patch Changes
1245
-
1246
- - 37bb612: Add Elastic-2.0 licensing for packages
1247
- - Updated dependencies [d72318f]
1248
- - Updated dependencies [0bcc862]
1249
- - Updated dependencies [10a8caf]
1250
- - Updated dependencies [359b089]
1251
- - Updated dependencies [32e7b71]
1252
- - Updated dependencies [37bb612]
1253
- - Updated dependencies [7f1b291]
1254
- - @mastra/core@0.8.3
1255
-
1256
- ## 0.1.18-alpha.5
1257
-
1258
- ### Patch Changes
1259
-
1260
- - Updated dependencies [d72318f]
1261
- - @mastra/core@0.8.3-alpha.5
1262
-
1263
- ## 0.1.18-alpha.4
1264
-
1265
- ### Patch Changes
1266
-
1267
- - Updated dependencies [7f1b291]
1268
- - @mastra/core@0.8.3-alpha.4
1269
-
1270
- ## 0.1.18-alpha.3
1271
-
1272
- ### Patch Changes
1273
-
1274
- - Updated dependencies [10a8caf]
1275
- - @mastra/core@0.8.3-alpha.3
1276
-
1277
- ## 0.1.18-alpha.2
1278
-
1279
- ### Patch Changes
1280
-
1281
- - Updated dependencies [0bcc862]
1282
- - @mastra/core@0.8.3-alpha.2
1283
-
1284
- ## 0.1.18-alpha.1
1285
-
1286
- ### Patch Changes
1287
-
1288
- - 37bb612: Add Elastic-2.0 licensing for packages
1289
- - Updated dependencies [32e7b71]
1290
- - Updated dependencies [37bb612]
1291
- - @mastra/core@0.8.3-alpha.1
1292
-
1293
- ## 0.1.18-alpha.0
1294
-
1295
- ### Patch Changes
1296
-
1297
- - Updated dependencies [359b089]
1298
- - @mastra/core@0.8.3-alpha.0
1299
-
1300
- ## 0.1.17
1301
-
1302
- ### Patch Changes
1303
-
1304
- - Updated dependencies [a06aadc]
1305
- - @mastra/core@0.8.2
1306
-
1307
- ## 0.1.17-alpha.0
1308
-
1309
- ### Patch Changes
1310
-
1311
- - Updated dependencies [a06aadc]
1312
- - @mastra/core@0.8.2-alpha.0
1313
-
1314
- ## 0.1.16
1315
-
1316
- ### Patch Changes
1317
-
1318
- - Updated dependencies [99e2998]
1319
- - Updated dependencies [8fdb414]
1320
- - @mastra/core@0.8.1
1321
-
1322
- ## 0.1.16-alpha.0
1323
-
1324
- ### Patch Changes
1325
-
1326
- - Updated dependencies [99e2998]
1327
- - Updated dependencies [8fdb414]
1328
- - @mastra/core@0.8.1-alpha.0
1329
-
1330
- ## 0.1.15
1331
-
1332
- ### Patch Changes
1333
-
1334
- - Updated dependencies [56c31b7]
1335
- - Updated dependencies [619c39d]
1336
- - Updated dependencies [5ae0180]
1337
- - Updated dependencies [fe56be0]
1338
- - Updated dependencies [93875ed]
1339
- - Updated dependencies [107bcfe]
1340
- - Updated dependencies [9bfa12b]
1341
- - Updated dependencies [515ebfb]
1342
- - Updated dependencies [5b4e19f]
1343
- - Updated dependencies [dbbbf80]
1344
- - Updated dependencies [a0967a0]
1345
- - Updated dependencies [fca3b21]
1346
- - Updated dependencies [88fa727]
1347
- - Updated dependencies [f37f535]
1348
- - Updated dependencies [a3f0e90]
1349
- - Updated dependencies [4d67826]
1350
- - Updated dependencies [6330967]
1351
- - Updated dependencies [8393832]
1352
- - Updated dependencies [6330967]
1353
- - Updated dependencies [99d43b9]
1354
- - Updated dependencies [d7e08e8]
1355
- - Updated dependencies [febc8a6]
1356
- - Updated dependencies [7599d77]
1357
- - Updated dependencies [0118361]
1358
- - Updated dependencies [619c39d]
1359
- - Updated dependencies [cafae83]
1360
- - Updated dependencies [8076ecf]
1361
- - Updated dependencies [8df4a77]
1362
- - Updated dependencies [304397c]
1363
- - @mastra/core@0.8.0
1364
-
1365
- ## 0.1.15-alpha.8
1366
-
1367
- ### Patch Changes
1368
-
1369
- - Updated dependencies [8df4a77]
1370
- - @mastra/core@0.8.0-alpha.8
1371
-
1372
- ## 0.1.15-alpha.7
1373
-
1374
- ### Patch Changes
1375
-
1376
- - Updated dependencies [febc8a6]
1377
- - @mastra/core@0.8.0-alpha.7
1378
-
1379
- ## 0.1.15-alpha.6
1380
-
1381
- ### Patch Changes
1382
-
1383
- - Updated dependencies [a3f0e90]
1384
- - @mastra/core@0.8.0-alpha.6
1385
-
1386
- ## 0.1.15-alpha.5
1387
-
1388
- ### Patch Changes
1389
-
1390
- - Updated dependencies [93875ed]
1391
- - @mastra/core@0.8.0-alpha.5
1392
-
1393
- ## 0.1.15-alpha.4
1394
-
1395
- ### Patch Changes
1396
-
1397
- - Updated dependencies [d7e08e8]
1398
- - @mastra/core@0.8.0-alpha.4
1399
-
1400
- ## 0.1.15-alpha.3
1401
-
1402
- ### Patch Changes
1403
-
1404
- - Updated dependencies [5ae0180]
1405
- - Updated dependencies [9bfa12b]
1406
- - Updated dependencies [515ebfb]
1407
- - Updated dependencies [88fa727]
1408
- - Updated dependencies [f37f535]
1409
- - Updated dependencies [4d67826]
1410
- - Updated dependencies [6330967]
1411
- - Updated dependencies [8393832]
1412
- - Updated dependencies [6330967]
1413
- - @mastra/core@0.8.0-alpha.3
1414
-
1415
- ## 0.1.15-alpha.2
1416
-
1417
- ### Patch Changes
1418
-
1419
- - Updated dependencies [56c31b7]
1420
- - Updated dependencies [dbbbf80]
1421
- - Updated dependencies [99d43b9]
1422
- - @mastra/core@0.8.0-alpha.2
1423
-
1424
- ## 0.1.15-alpha.1
1425
-
1426
- ### Patch Changes
1427
-
1428
- - Updated dependencies [619c39d]
1429
- - Updated dependencies [fe56be0]
1430
- - Updated dependencies [a0967a0]
1431
- - Updated dependencies [fca3b21]
1432
- - Updated dependencies [0118361]
1433
- - Updated dependencies [619c39d]
1434
- - @mastra/core@0.8.0-alpha.1
1435
-
1436
- ## 0.1.15-alpha.0
1437
-
1438
- ### Patch Changes
1439
-
1440
- - Updated dependencies [107bcfe]
1441
- - Updated dependencies [5b4e19f]
1442
- - Updated dependencies [7599d77]
1443
- - Updated dependencies [cafae83]
1444
- - Updated dependencies [8076ecf]
1445
- - Updated dependencies [304397c]
1446
- - @mastra/core@0.7.1-alpha.0
1447
-
1448
- ## 0.1.14
1449
-
1450
- ### Patch Changes
1451
-
1452
- - Updated dependencies [b4fbc59]
1453
- - Updated dependencies [a838fde]
1454
- - Updated dependencies [a8bd4cf]
1455
- - Updated dependencies [7a3eeb0]
1456
- - Updated dependencies [0b54522]
1457
- - Updated dependencies [b3b34f5]
1458
- - Updated dependencies [1af25d5]
1459
- - Updated dependencies [a4686e8]
1460
- - Updated dependencies [6530ad1]
1461
- - Updated dependencies [27439ad]
1462
- - @mastra/core@0.7.0
1463
-
1464
- ## 0.1.14-alpha.3
1465
-
1466
- ### Patch Changes
1467
-
1468
- - Updated dependencies [b3b34f5]
1469
- - Updated dependencies [a4686e8]
1470
- - @mastra/core@0.7.0-alpha.3
1471
-
1472
- ## 0.1.14-alpha.2
1473
-
1474
- ### Patch Changes
1475
-
1476
- - Updated dependencies [a838fde]
1477
- - Updated dependencies [a8bd4cf]
1478
- - Updated dependencies [7a3eeb0]
1479
- - Updated dependencies [6530ad1]
1480
- - @mastra/core@0.7.0-alpha.2
1481
-
1482
- ## 0.1.14-alpha.1
1483
-
1484
- ### Patch Changes
1485
-
1486
- - Updated dependencies [0b54522]
1487
- - Updated dependencies [1af25d5]
1488
- - Updated dependencies [27439ad]
1489
- - @mastra/core@0.7.0-alpha.1
1490
-
1491
- ## 0.1.14-alpha.0
1492
-
1493
- ### Patch Changes
1494
-
1495
- - Updated dependencies [b4fbc59]
1496
- - @mastra/core@0.6.5-alpha.0
1497
-
1498
- ## 0.1.13
1499
-
1500
- ### Patch Changes
1501
-
1502
- - Updated dependencies [6794797]
1503
- - Updated dependencies [fb68a80]
1504
- - Updated dependencies [b56a681]
1505
- - Updated dependencies [248cb07]
1506
- - @mastra/core@0.6.4
1507
-
1508
- ## 0.1.13-alpha.1
1509
-
1510
- ### Patch Changes
1511
-
1512
- - Updated dependencies [6794797]
1513
- - @mastra/core@0.6.4-alpha.1
1514
-
1515
- ## 0.1.13-alpha.0
1516
-
1517
- ### Patch Changes
1518
-
1519
- - Updated dependencies [fb68a80]
1520
- - Updated dependencies [b56a681]
1521
- - Updated dependencies [248cb07]
1522
- - @mastra/core@0.6.4-alpha.0
1523
-
1524
- ## 0.1.12
1525
-
1526
- ### Patch Changes
1527
-
1528
- - 404640e: AgentNetwork changeset
1529
- - Updated dependencies [404640e]
1530
- - Updated dependencies [3bce733]
1531
- - @mastra/core@0.6.3
1532
-
1533
- ## 0.1.12-alpha.1
1534
-
1535
- ### Patch Changes
1536
-
1537
- - Updated dependencies [3bce733]
1538
- - @mastra/core@0.6.3-alpha.1
1539
-
1540
- ## 0.1.12-alpha.0
1541
-
1542
- ### Patch Changes
1543
-
1544
- - 404640e: AgentNetwork changeset
1545
- - Updated dependencies [404640e]
1546
- - @mastra/core@0.6.3-alpha.0
1547
-
1548
- ## 0.1.11
1549
-
1550
- ### Patch Changes
1551
-
1552
- - Updated dependencies [beaf1c2]
1553
- - Updated dependencies [3084e13]
1554
- - @mastra/core@0.6.2
1555
-
1556
- ## 0.1.11-alpha.0
1557
-
1558
- ### Patch Changes
1559
-
1560
- - Updated dependencies [beaf1c2]
1561
- - Updated dependencies [3084e13]
1562
- - @mastra/core@0.6.2-alpha.0
1563
-
1564
- ## 0.1.10
1565
-
1566
- ### Patch Changes
1567
-
1568
- - Updated dependencies [fc2f89c]
1569
- - Updated dependencies [dfbb131]
1570
- - Updated dependencies [f4854ee]
1571
- - Updated dependencies [afaf73f]
1572
- - Updated dependencies [0850b4c]
1573
- - Updated dependencies [7bcfaee]
1574
- - Updated dependencies [44631b1]
1575
- - Updated dependencies [9116d70]
1576
- - Updated dependencies [6e559a0]
1577
- - Updated dependencies [5f43505]
1578
- - @mastra/core@0.6.1
1579
-
1580
- ## 0.1.10-alpha.2
1581
-
1582
- ### Patch Changes
1583
-
1584
- - Updated dependencies [fc2f89c]
1585
- - Updated dependencies [dfbb131]
1586
- - Updated dependencies [0850b4c]
1587
- - Updated dependencies [9116d70]
1588
- - @mastra/core@0.6.1-alpha.2
1589
-
1590
- ## 0.1.10-alpha.1
1591
-
1592
- ### Patch Changes
1593
-
1594
- - Updated dependencies [f4854ee]
1595
- - Updated dependencies [afaf73f]
1596
- - Updated dependencies [44631b1]
1597
- - Updated dependencies [6e559a0]
1598
- - Updated dependencies [5f43505]
1599
- - @mastra/core@0.6.1-alpha.1
1600
-
1601
- ## 0.1.10-alpha.0
1602
-
1603
- ### Patch Changes
1604
-
1605
- - Updated dependencies [7bcfaee]
1606
- - @mastra/core@0.6.1-alpha.0
1607
-
1608
- ## 0.1.9
1609
-
1610
- ### Patch Changes
1611
-
1612
- - Updated dependencies [16b98d9]
1613
- - Updated dependencies [1c8cda4]
1614
- - Updated dependencies [95b4144]
1615
- - Updated dependencies [3729dbd]
1616
- - Updated dependencies [c2144f4]
1617
- - @mastra/core@0.6.0
1618
-
1619
- ## 0.1.9-alpha.1
1620
-
1621
- ### Patch Changes
1622
-
1623
- - Updated dependencies [16b98d9]
1624
- - Updated dependencies [1c8cda4]
1625
- - Updated dependencies [95b4144]
1626
- - Updated dependencies [c2144f4]
1627
- - @mastra/core@0.6.0-alpha.1
1628
-
1629
- ## 0.1.9-alpha.0
1630
-
1631
- ### Patch Changes
1632
-
1633
- - Updated dependencies [3729dbd]
1634
- - @mastra/core@0.5.1-alpha.0
1635
-
1636
- ## 0.1.8
1637
-
1638
- ### Patch Changes
1639
-
1640
- - fd4a1d7: Update cjs bundling to make sure files are split
1641
- - Updated dependencies [a910463]
1642
- - Updated dependencies [59df7b6]
1643
- - Updated dependencies [22643eb]
1644
- - Updated dependencies [6feb23f]
1645
- - Updated dependencies [f2d6727]
1646
- - Updated dependencies [7a7a547]
1647
- - Updated dependencies [29f3a82]
1648
- - Updated dependencies [3d0e290]
1649
- - Updated dependencies [e9fbac5]
1650
- - Updated dependencies [301e4ee]
1651
- - Updated dependencies [ee667a2]
1652
- - Updated dependencies [dfbe4e9]
1653
- - Updated dependencies [dab255b]
1654
- - Updated dependencies [1e8bcbc]
1655
- - Updated dependencies [f6678e4]
1656
- - Updated dependencies [9e81f35]
1657
- - Updated dependencies [c93798b]
1658
- - Updated dependencies [a85ab24]
1659
- - Updated dependencies [dbd9f2d]
1660
- - Updated dependencies [59df7b6]
1661
- - Updated dependencies [caefaa2]
1662
- - Updated dependencies [c151ae6]
1663
- - Updated dependencies [52e0418]
1664
- - Updated dependencies [d79aedf]
1665
- - Updated dependencies [03236ec]
1666
- - Updated dependencies [3764e71]
1667
- - Updated dependencies [df982db]
1668
- - Updated dependencies [a171b37]
1669
- - Updated dependencies [506f1d5]
1670
- - Updated dependencies [02ffb7b]
1671
- - Updated dependencies [0461849]
1672
- - Updated dependencies [2259379]
1673
- - Updated dependencies [aeb5e36]
1674
- - Updated dependencies [f2301de]
1675
- - Updated dependencies [358f069]
1676
- - Updated dependencies [fd4a1d7]
1677
- - Updated dependencies [c139344]
1678
- - @mastra/core@0.5.0
1679
-
1680
- ## 0.1.8-alpha.12
1681
-
1682
- ### Patch Changes
1683
-
1684
- - Updated dependencies [a85ab24]
1685
- - @mastra/core@0.5.0-alpha.12
1686
-
1687
- ## 0.1.8-alpha.11
1688
-
1689
- ### Patch Changes
1690
-
1691
- - fd4a1d7: Update cjs bundling to make sure files are split
1692
- - Updated dependencies [7a7a547]
1693
- - Updated dependencies [c93798b]
1694
- - Updated dependencies [dbd9f2d]
1695
- - Updated dependencies [a171b37]
1696
- - Updated dependencies [fd4a1d7]
1697
- - @mastra/core@0.5.0-alpha.11
1698
-
1699
- ## 0.1.8-alpha.10
1700
-
1701
- ### Patch Changes
1702
-
1703
- - Updated dependencies [a910463]
1704
- - @mastra/core@0.5.0-alpha.10
1705
-
1706
- ## 0.1.8-alpha.9
1707
-
1708
- ### Patch Changes
1709
-
1710
- - Updated dependencies [e9fbac5]
1711
- - Updated dependencies [1e8bcbc]
1712
- - Updated dependencies [aeb5e36]
1713
- - Updated dependencies [f2301de]
1714
- - @mastra/core@0.5.0-alpha.9
1715
-
1716
- ## 0.1.8-alpha.8
1717
-
1718
- ### Patch Changes
1719
-
1720
- - Updated dependencies [506f1d5]
1721
- - @mastra/core@0.5.0-alpha.8
1722
-
1723
- ## 0.1.8-alpha.7
1724
-
1725
- ### Patch Changes
1726
-
1727
- - Updated dependencies [ee667a2]
1728
- - @mastra/core@0.5.0-alpha.7
1729
-
1730
- ## 0.1.8-alpha.6
1731
-
1732
- ### Patch Changes
1733
-
1734
- - Updated dependencies [f6678e4]
1735
- - @mastra/core@0.5.0-alpha.6
1736
-
1737
- ## 0.1.8-alpha.5
1738
-
1739
- ### Patch Changes
1740
-
1741
- - Updated dependencies [22643eb]
1742
- - Updated dependencies [6feb23f]
1743
- - Updated dependencies [f2d6727]
1744
- - Updated dependencies [301e4ee]
1745
- - Updated dependencies [dfbe4e9]
1746
- - Updated dependencies [9e81f35]
1747
- - Updated dependencies [caefaa2]
1748
- - Updated dependencies [c151ae6]
1749
- - Updated dependencies [52e0418]
1750
- - Updated dependencies [03236ec]
1751
- - Updated dependencies [3764e71]
1752
- - Updated dependencies [df982db]
1753
- - Updated dependencies [0461849]
1754
- - Updated dependencies [2259379]
1755
- - Updated dependencies [358f069]
1756
- - @mastra/core@0.5.0-alpha.5
1757
-
1758
- ## 0.1.8-alpha.4
1759
-
1760
- ### Patch Changes
1761
-
1762
- - Updated dependencies [d79aedf]
1763
- - @mastra/core@0.5.0-alpha.4
1764
-
1765
- ## 0.1.8-alpha.3
1766
-
1767
- ### Patch Changes
1768
-
1769
- - Updated dependencies [3d0e290]
1770
- - @mastra/core@0.5.0-alpha.3
1771
-
1772
- ## 0.1.8-alpha.2
1773
-
1774
- ### Patch Changes
1775
-
1776
- - Updated dependencies [02ffb7b]
1777
- - @mastra/core@0.5.0-alpha.2
1778
-
1779
- ## 0.1.8-alpha.1
1780
-
1781
- ### Patch Changes
1782
-
1783
- - Updated dependencies [dab255b]
1784
- - @mastra/core@0.5.0-alpha.1
1785
-
1786
- ## 0.1.8-alpha.0
1787
-
1788
- ### Patch Changes
1789
-
1790
- - Updated dependencies [59df7b6]
1791
- - Updated dependencies [29f3a82]
1792
- - Updated dependencies [59df7b6]
1793
- - Updated dependencies [c139344]
1794
- - @mastra/core@0.5.0-alpha.0
1795
-
1796
- ## 0.1.7
1797
-
1798
- ### Patch Changes
1799
-
1800
- - Updated dependencies [1da20e7]
1801
- - @mastra/core@0.4.4
1802
-
1803
- ## 0.1.7-alpha.0
1804
-
1805
- ### Patch Changes
1806
-
1807
- - Updated dependencies [1da20e7]
1808
- - @mastra/core@0.4.4-alpha.0
1809
-
1810
- ## 0.1.6
1811
-
1812
- ### Patch Changes
1813
-
1814
- - bb4f447: Add support for commonjs
1815
- - Updated dependencies [0d185b1]
1816
- - Updated dependencies [ed55f1d]
1817
- - Updated dependencies [06aa827]
1818
- - Updated dependencies [0fd78ac]
1819
- - Updated dependencies [2512a93]
1820
- - Updated dependencies [e62de74]
1821
- - Updated dependencies [0d25b75]
1822
- - Updated dependencies [fd14a3f]
1823
- - Updated dependencies [8d13b14]
1824
- - Updated dependencies [3f369a2]
1825
- - Updated dependencies [3ee4831]
1826
- - Updated dependencies [4d4e1e1]
1827
- - Updated dependencies [bb4f447]
1828
- - Updated dependencies [108793c]
1829
- - Updated dependencies [5f28f44]
1830
- - Updated dependencies [dabecf4]
1831
- - @mastra/core@0.4.3
1832
-
1833
- ## 0.1.6-alpha.4
1834
-
1835
- ### Patch Changes
1836
-
1837
- - Updated dependencies [dabecf4]
1838
- - @mastra/core@0.4.3-alpha.4
1839
-
1840
- ## 0.1.6-alpha.3
1841
-
1842
- ### Patch Changes
1843
-
1844
- - bb4f447: Add support for commonjs
1845
- - Updated dependencies [0fd78ac]
1846
- - Updated dependencies [0d25b75]
1847
- - Updated dependencies [fd14a3f]
1848
- - Updated dependencies [3f369a2]
1849
- - Updated dependencies [4d4e1e1]
1850
- - Updated dependencies [bb4f447]
1851
- - @mastra/core@0.4.3-alpha.3
1852
-
1853
- ## 0.1.6-alpha.2
1854
-
1855
- ### Patch Changes
1856
-
1857
- - Updated dependencies [2512a93]
1858
- - Updated dependencies [e62de74]
1859
- - @mastra/core@0.4.3-alpha.2
1860
-
1861
- ## 0.1.6-alpha.1
1862
-
1863
- ### Patch Changes
1864
-
1865
- - Updated dependencies [0d185b1]
1866
- - Updated dependencies [ed55f1d]
1867
- - Updated dependencies [8d13b14]
1868
- - Updated dependencies [3ee4831]
1869
- - Updated dependencies [108793c]
1870
- - Updated dependencies [5f28f44]
1871
- - @mastra/core@0.4.3-alpha.1
1872
-
1873
- ## 0.1.6-alpha.0
1874
-
1875
- ### Patch Changes
1876
-
1877
- - Updated dependencies [06aa827]
1878
- - @mastra/core@0.4.3-alpha.0
1879
-
1880
- ## 0.1.5
1881
-
1882
- ### Patch Changes
1883
-
1884
- - Updated dependencies [7fceae1]
1885
- - Updated dependencies [8d94c3e]
1886
- - Updated dependencies [99dcdb5]
1887
- - Updated dependencies [6cb63e0]
1888
- - Updated dependencies [f626fbb]
1889
- - Updated dependencies [e752340]
1890
- - Updated dependencies [eb91535]
1891
- - @mastra/core@0.4.2
1892
-
1893
- ## 0.1.5-alpha.2
1894
-
1895
- ### Patch Changes
1896
-
1897
- - Updated dependencies [8d94c3e]
1898
- - Updated dependencies [99dcdb5]
1899
- - Updated dependencies [e752340]
1900
- - Updated dependencies [eb91535]
1901
- - @mastra/core@0.4.2-alpha.2
1902
-
1903
- ## 0.1.5-alpha.1
1904
-
1905
- ### Patch Changes
1906
-
1907
- - Updated dependencies [6cb63e0]
1908
- - @mastra/core@0.4.2-alpha.1
1909
-
1910
- ## 0.1.5-alpha.0
1911
-
1912
- ### Patch Changes
1913
-
1914
- - Updated dependencies [7fceae1]
1915
- - Updated dependencies [f626fbb]
1916
- - @mastra/core@0.4.2-alpha.0
1917
-
1918
- ## 0.1.4
1919
-
1920
- ### Patch Changes
1921
-
1922
- - 967da43: Logger, transport fixes
1923
- - Updated dependencies [ce44b9b]
1924
- - Updated dependencies [967da43]
1925
- - Updated dependencies [b405f08]
1926
- - @mastra/core@0.4.1
1927
-
1928
- ## 0.1.3
1929
-
1930
- ### Patch Changes
1931
-
1932
- - Updated dependencies [2fc618f]
1933
- - Updated dependencies [fe0fd01]
1934
- - @mastra/core@0.4.0
1935
-
1936
- ## 0.1.3-alpha.1
1937
-
1938
- ### Patch Changes
1939
-
1940
- - Updated dependencies [fe0fd01]
1941
- - @mastra/core@0.4.0-alpha.1
1942
-
1943
- ## 0.1.3-alpha.0
1944
-
1945
- ### Patch Changes
1946
-
1947
- - Updated dependencies [2fc618f]
1948
- - @mastra/core@0.4.0-alpha.0
1949
-
1950
- ## 0.1.2
1951
-
1952
- ### Patch Changes
1953
-
1954
- - Updated dependencies [f205ede]
1955
- - @mastra/core@0.3.0
1956
-
1957
- ## 0.1.1
1958
-
1959
- ### Patch Changes
1960
-
1961
- - 91ef439: Add eslint and ran autofix
1962
- - Updated dependencies [d59f1a8]
1963
- - Updated dependencies [91ef439]
1964
- - Updated dependencies [4a25be4]
1965
- - Updated dependencies [bf2e88f]
1966
- - Updated dependencies [2f0d707]
1967
- - Updated dependencies [aac1667]
1968
- - @mastra/core@0.2.1
1969
-
1970
- ## 0.1.1-alpha.0
1971
-
1972
- ### Patch Changes
1973
-
1974
- - 91ef439: Add eslint and ran autofix
1975
- - Updated dependencies [d59f1a8]
1976
- - Updated dependencies [91ef439]
1977
- - Updated dependencies [4a25be4]
1978
- - Updated dependencies [bf2e88f]
1979
- - Updated dependencies [2f0d707]
1980
- - Updated dependencies [aac1667]
1981
- - @mastra/core@0.2.1-alpha.0
1982
-
1983
- ## 0.1.0
1984
-
1985
- ### Minor Changes
1986
-
1987
- - 5916f9d: Update deps from fixed to ^
1988
- - 8b416d9: Breaking changes
1989
-
1990
- ### Patch Changes
1991
-
1992
- - bdaf834: publish packages
1993
- - cbaecb0: @mastra/loggers tsup bundling
1994
- - b97ca96: Tracing into default storage
1995
- - 1944807: Unified logger and major step in better logs
1996
- - 9c10484: update all packages
1997
- - 70dabd9: Fix broken publish
1998
- - 0d5a03d: Vector store modules
1999
- - 9625602: Use mastra core splitted bundles in other packages
2000
- - 4f1d1a1: Enforce types ann cleanup package.json
2001
- - Updated dependencies [f537e33]
2002
- - Updated dependencies [6f2c0f5]
2003
- - Updated dependencies [e4d4ede]
2004
- - Updated dependencies [0be7181]
2005
- - Updated dependencies [dd6d87f]
2006
- - Updated dependencies [9029796]
2007
- - Updated dependencies [6fa4bd2]
2008
- - Updated dependencies [f031a1f]
2009
- - Updated dependencies [8151f44]
2010
- - Updated dependencies [d7d465a]
2011
- - Updated dependencies [4d4f6b6]
2012
- - Updated dependencies [73d112c]
2013
- - Updated dependencies [592e3cf]
2014
- - Updated dependencies [9d1796d]
2015
- - Updated dependencies [e897f1c]
2016
- - Updated dependencies [4a54c82]
2017
- - Updated dependencies [3967e69]
2018
- - Updated dependencies [8ae2bbc]
2019
- - Updated dependencies [e9d1b47]
2020
- - Updated dependencies [016493a]
2021
- - Updated dependencies [bc40916]
2022
- - Updated dependencies [93a3719]
2023
- - Updated dependencies [7d83b92]
2024
- - Updated dependencies [9fb3039]
2025
- - Updated dependencies [d5e12de]
2026
- - Updated dependencies [e1dd94a]
2027
- - Updated dependencies [07c069d]
2028
- - Updated dependencies [5cdfb88]
2029
- - Updated dependencies [837a288]
2030
- - Updated dependencies [685108a]
2031
- - Updated dependencies [c8ff2f5]
2032
- - Updated dependencies [5fdc87c]
2033
- - Updated dependencies [ae7bf94]
2034
- - Updated dependencies [8e7814f]
2035
- - Updated dependencies [66a03ec]
2036
- - Updated dependencies [7d87a15]
2037
- - Updated dependencies [b97ca96]
2038
- - Updated dependencies [23dcb23]
2039
- - Updated dependencies [033eda6]
2040
- - Updated dependencies [8105fae]
2041
- - Updated dependencies [e097800]
2042
- - Updated dependencies [1944807]
2043
- - Updated dependencies [30322ce]
2044
- - Updated dependencies [1874f40]
2045
- - Updated dependencies [685108a]
2046
- - Updated dependencies [f7d1131]
2047
- - Updated dependencies [79acad0]
2048
- - Updated dependencies [7a19083]
2049
- - Updated dependencies [382f4dc]
2050
- - Updated dependencies [1ebd071]
2051
- - Updated dependencies [0b74006]
2052
- - Updated dependencies [2f17a5f]
2053
- - Updated dependencies [f368477]
2054
- - Updated dependencies [7892533]
2055
- - Updated dependencies [9c10484]
2056
- - Updated dependencies [b726bf5]
2057
- - Updated dependencies [70dabd9]
2058
- - Updated dependencies [21fe536]
2059
- - Updated dependencies [176bc42]
2060
- - Updated dependencies [401a4d9]
2061
- - Updated dependencies [2e099d2]
2062
- - Updated dependencies [0b826f6]
2063
- - Updated dependencies [d68b532]
2064
- - Updated dependencies [75bf3f0]
2065
- - Updated dependencies [e6d8055]
2066
- - Updated dependencies [e2e76de]
2067
- - Updated dependencies [ccbc581]
2068
- - Updated dependencies [5950de5]
2069
- - Updated dependencies [fe3dcb0]
2070
- - Updated dependencies [78eec7c]
2071
- - Updated dependencies [a8a459a]
2072
- - Updated dependencies [0be7181]
2073
- - Updated dependencies [7b87567]
2074
- - Updated dependencies [b524c22]
2075
- - Updated dependencies [d7d465a]
2076
- - Updated dependencies [df843d3]
2077
- - Updated dependencies [4534e77]
2078
- - Updated dependencies [d6d8159]
2079
- - Updated dependencies [0bd142c]
2080
- - Updated dependencies [9625602]
2081
- - Updated dependencies [72d1990]
2082
- - Updated dependencies [f6ba259]
2083
- - Updated dependencies [2712098]
2084
- - Updated dependencies [eedb829]
2085
- - Updated dependencies [5285356]
2086
- - Updated dependencies [74b3078]
2087
- - Updated dependencies [cb290ee]
2088
- - Updated dependencies [b4d7416]
2089
- - Updated dependencies [e608d8c]
2090
- - Updated dependencies [06b2c0a]
2091
- - Updated dependencies [002d6d8]
2092
- - Updated dependencies [e448a26]
2093
- - Updated dependencies [8b416d9]
2094
- - Updated dependencies [fd494a3]
2095
- - Updated dependencies [dc90663]
2096
- - Updated dependencies [c872875]
2097
- - Updated dependencies [3c4488b]
2098
- - Updated dependencies [a7b016d]
2099
- - Updated dependencies [fd75f3c]
2100
- - Updated dependencies [7f24c29]
2101
- - Updated dependencies [2017553]
2102
- - Updated dependencies [a10b7a3]
2103
- - Updated dependencies [cf6d825]
2104
- - Updated dependencies [963c15a]
2105
- - Updated dependencies [7365b6c]
2106
- - Updated dependencies [5ee67d3]
2107
- - Updated dependencies [d38f7a6]
2108
- - Updated dependencies [38b7f66]
2109
- - Updated dependencies [2fa7f53]
2110
- - Updated dependencies [1420ae2]
2111
- - Updated dependencies [f6da688]
2112
- - Updated dependencies [3700be1]
2113
- - Updated dependencies [9ade36e]
2114
- - Updated dependencies [10870bc]
2115
- - Updated dependencies [2b01511]
2116
- - Updated dependencies [a870123]
2117
- - Updated dependencies [ccf115c]
2118
- - Updated dependencies [04434b6]
2119
- - Updated dependencies [5811de6]
2120
- - Updated dependencies [9f3ab05]
2121
- - Updated dependencies [66a5392]
2122
- - Updated dependencies [4b1ce2c]
2123
- - Updated dependencies [14064f2]
2124
- - Updated dependencies [f5dfa20]
2125
- - Updated dependencies [327ece7]
2126
- - Updated dependencies [da2e8d3]
2127
- - Updated dependencies [95a4697]
2128
- - Updated dependencies [d5fccfb]
2129
- - Updated dependencies [3427b95]
2130
- - Updated dependencies [538a136]
2131
- - Updated dependencies [e66643a]
2132
- - Updated dependencies [b5393f1]
2133
- - Updated dependencies [d2cd535]
2134
- - Updated dependencies [c2dd6b5]
2135
- - Updated dependencies [67637ba]
2136
- - Updated dependencies [836f4e3]
2137
- - Updated dependencies [5ee2e78]
2138
- - Updated dependencies [cd02c56]
2139
- - Updated dependencies [01502b0]
2140
- - Updated dependencies [16e5b04]
2141
- - Updated dependencies [d9c8dd0]
2142
- - Updated dependencies [9fb59d6]
2143
- - Updated dependencies [a9345f9]
2144
- - Updated dependencies [99f1847]
2145
- - Updated dependencies [04f3171]
2146
- - Updated dependencies [8769a62]
2147
- - Updated dependencies [d5ec619]
2148
- - Updated dependencies [27275c9]
2149
- - Updated dependencies [ae7bf94]
2150
- - Updated dependencies [4f1d1a1]
2151
- - Updated dependencies [ee4de15]
2152
- - Updated dependencies [202d404]
2153
- - Updated dependencies [a221426]
2154
- - @mastra/core@0.2.0
2155
-
2156
- ## 0.1.0-alpha.43
2157
-
2158
- ### Patch Changes
2159
-
2160
- - Updated dependencies [016493a]
2161
- - Updated dependencies [382f4dc]
2162
- - Updated dependencies [176bc42]
2163
- - Updated dependencies [d68b532]
2164
- - Updated dependencies [fe3dcb0]
2165
- - Updated dependencies [e448a26]
2166
- - Updated dependencies [fd75f3c]
2167
- - Updated dependencies [ccf115c]
2168
- - Updated dependencies [a221426]
2169
- - @mastra/core@0.2.0-alpha.110
2170
-
2171
- ## 0.1.0-alpha.42
2172
-
2173
- ### Patch Changes
2174
-
2175
- - Updated dependencies [d5fccfb]
2176
- - @mastra/core@0.2.0-alpha.109
2177
-
2178
- ## 0.1.0-alpha.41
2179
-
2180
- ### Patch Changes
2181
-
2182
- - Updated dependencies [5ee67d3]
2183
- - Updated dependencies [95a4697]
2184
- - @mastra/core@0.2.0-alpha.108
2185
-
2186
- ## 0.1.0-alpha.40
2187
-
2188
- ### Patch Changes
2189
-
2190
- - Updated dependencies [66a5392]
2191
- - @mastra/core@0.2.0-alpha.107
2192
-
2193
- ## 0.1.0-alpha.39
2194
-
2195
- ### Patch Changes
2196
-
2197
- - Updated dependencies [6f2c0f5]
2198
- - Updated dependencies [a8a459a]
2199
- - @mastra/core@0.2.0-alpha.106
2200
-
2201
- ## 0.1.0-alpha.38
2202
-
2203
- ### Patch Changes
2204
-
2205
- - Updated dependencies [1420ae2]
2206
- - Updated dependencies [99f1847]
2207
- - @mastra/core@0.2.0-alpha.105
2208
-
2209
- ## 0.1.0-alpha.37
2210
-
2211
- ### Patch Changes
2212
-
2213
- - b97ca96: Tracing into default storage
2214
- - Updated dependencies [5fdc87c]
2215
- - Updated dependencies [b97ca96]
2216
- - Updated dependencies [72d1990]
2217
- - Updated dependencies [cf6d825]
2218
- - Updated dependencies [10870bc]
2219
- - @mastra/core@0.2.0-alpha.104
2220
-
2221
- ## 0.1.0-alpha.36
2222
-
2223
- ### Patch Changes
2224
-
2225
- - Updated dependencies [4534e77]
2226
- - @mastra/core@0.2.0-alpha.103
2227
-
2228
- ## 0.1.0-alpha.35
2229
-
2230
- ### Patch Changes
2231
-
2232
- - Updated dependencies [a9345f9]
2233
- - @mastra/core@0.2.0-alpha.102
2234
-
2235
- ## 0.1.0-alpha.34
2236
-
2237
- ### Patch Changes
2238
-
2239
- - 4f1d1a1: Enforce types ann cleanup package.json
2240
- - Updated dependencies [66a03ec]
2241
- - Updated dependencies [4f1d1a1]
2242
- - @mastra/core@0.2.0-alpha.101
2243
-
2244
- ## 0.1.0-alpha.33
2245
-
2246
- ### Patch Changes
2247
-
2248
- - Updated dependencies [9d1796d]
2249
- - @mastra/core@0.2.0-alpha.100
2250
-
2251
- ## 0.1.0-alpha.32
2252
-
2253
- ### Patch Changes
2254
-
2255
- - Updated dependencies [7d83b92]
2256
- - @mastra/core@0.2.0-alpha.99
2257
-
2258
- ## 0.1.0-alpha.31
2259
-
2260
- ### Patch Changes
2261
-
2262
- - 70dabd9: Fix broken publish
2263
- - Updated dependencies [70dabd9]
2264
- - Updated dependencies [202d404]
2265
- - @mastra/core@0.2.0-alpha.98
2266
-
2267
- ## 0.1.0-alpha.30
2268
-
2269
- ### Patch Changes
2270
-
2271
- - Updated dependencies [07c069d]
2272
- - Updated dependencies [7892533]
2273
- - Updated dependencies [e6d8055]
2274
- - Updated dependencies [5950de5]
2275
- - Updated dependencies [df843d3]
2276
- - Updated dependencies [a870123]
2277
- - @mastra/core@0.2.0-alpha.97
2278
-
2279
- ## 0.1.0-alpha.29
2280
-
2281
- ### Patch Changes
2282
-
2283
- - Updated dependencies [74b3078]
2284
- - @mastra/core@0.2.0-alpha.96
2285
-
2286
- ## 0.1.0-alpha.28
2287
-
2288
- ### Patch Changes
2289
-
2290
- - Updated dependencies [9fb59d6]
2291
- - @mastra/core@0.2.0-alpha.95
2292
-
2293
- ## 0.1.0-alpha.27
2294
-
2295
- ### Minor Changes
2296
-
2297
- - 8b416d9: Breaking changes
2298
-
2299
- ### Patch Changes
2300
-
2301
- - 9c10484: update all packages
2302
- - Updated dependencies [9c10484]
2303
- - Updated dependencies [8b416d9]
2304
- - @mastra/core@0.2.0-alpha.94
2305
-
2306
- ## 0.1.0-alpha.26
2307
-
2308
- ### Patch Changes
2309
-
2310
- - Updated dependencies [5285356]
2311
- - @mastra/core@0.2.0-alpha.93
2312
-
2313
- ## 0.1.0-alpha.25
2314
-
2315
- ### Patch Changes
2316
-
2317
- - Updated dependencies [4d4f6b6]
2318
- - @mastra/core@0.2.0-alpha.92
2319
-
2320
- ## 0.1.0-alpha.24
2321
-
2322
- ### Patch Changes
2323
-
2324
- - Updated dependencies [d7d465a]
2325
- - Updated dependencies [d7d465a]
2326
- - Updated dependencies [2017553]
2327
- - Updated dependencies [a10b7a3]
2328
- - Updated dependencies [16e5b04]
2329
- - @mastra/core@0.2.0-alpha.91
2330
-
2331
- ## 0.1.0-alpha.23
2332
-
2333
- ### Patch Changes
2334
-
2335
- - Updated dependencies [8151f44]
2336
- - Updated dependencies [e897f1c]
2337
- - Updated dependencies [3700be1]
2338
- - @mastra/core@0.2.0-alpha.90
2339
-
2340
- ## 0.1.0-alpha.22
2341
-
2342
- ### Patch Changes
2343
-
2344
- - Updated dependencies [27275c9]
2345
- - @mastra/core@0.2.0-alpha.89
2346
-
2347
- ## 0.1.0-alpha.21
2348
-
2349
- ### Patch Changes
2350
-
2351
- - Updated dependencies [ccbc581]
2352
- - @mastra/core@0.2.0-alpha.88
2353
-
2354
- ## 0.1.0-alpha.20
2355
-
2356
- ### Patch Changes
2357
-
2358
- - Updated dependencies [7365b6c]
2359
- - @mastra/core@0.2.0-alpha.87
2360
-
2361
- ## 0.1.0-alpha.19
2362
-
2363
- ### Minor Changes
2364
-
2365
- - 5916f9d: Update deps from fixed to ^
2366
-
2367
- ### Patch Changes
2368
-
2369
- - Updated dependencies [6fa4bd2]
2370
- - Updated dependencies [e2e76de]
2371
- - Updated dependencies [7f24c29]
2372
- - Updated dependencies [67637ba]
2373
- - Updated dependencies [04f3171]
2374
- - @mastra/core@0.2.0-alpha.86
2375
-
2376
- ## 0.0.1-alpha.18
2377
-
2378
- ### Patch Changes
2379
-
2380
- - Updated dependencies [e9d1b47]
2381
- - @mastra/core@0.2.0-alpha.85
2382
-
2383
- ## 0.0.1-alpha.17
2384
-
2385
- ### Patch Changes
2386
-
2387
- - Updated dependencies [2f17a5f]
2388
- - Updated dependencies [cb290ee]
2389
- - Updated dependencies [b4d7416]
2390
- - Updated dependencies [38b7f66]
2391
- - @mastra/core@0.2.0-alpha.84
2392
-
2393
- ## 0.0.1-alpha.16
2394
-
2395
- ### Patch Changes
2396
-
2397
- - 9625602: Use mastra core splitted bundles in other packages
2398
- - Updated dependencies [30322ce]
2399
- - Updated dependencies [78eec7c]
2400
- - Updated dependencies [9625602]
2401
- - Updated dependencies [8769a62]
2402
- - @mastra/core@0.2.0-alpha.83
2403
-
2404
- ## 0.0.1-alpha.15
2405
-
2406
- ### Patch Changes
2407
-
2408
- - Updated dependencies [73d112c]
2409
- - @mastra/core@0.1.27-alpha.82
2410
-
2411
- ## 0.0.1-alpha.14
2412
-
2413
- ### Patch Changes
2414
-
2415
- - Updated dependencies [9fb3039]
2416
- - @mastra/core@0.1.27-alpha.81
2417
-
2418
- ## 0.0.1-alpha.13
2419
-
2420
- ### Patch Changes
2421
-
2422
- - Updated dependencies [327ece7]
2423
- - @mastra/core@0.1.27-alpha.80
2424
-
2425
- ## 0.0.1-alpha.12
2426
-
2427
- ### Patch Changes
2428
-
2429
- - Updated dependencies [21fe536]
2430
- - @mastra/core@0.1.27-alpha.79
2431
-
2432
- ## 0.0.1-alpha.11
2433
-
2434
- ### Patch Changes
2435
-
2436
- - Updated dependencies [685108a]
2437
- - Updated dependencies [685108a]
2438
- - @mastra/core@0.1.27-alpha.78
2439
-
2440
- ## 0.0.1-alpha.10
2441
-
2442
- ### Patch Changes
2443
-
2444
- - cbaecb0: @mastra/loggers tsup bundling
2445
- - Updated dependencies [8105fae]
2446
- - @mastra/core@0.1.27-alpha.77
2447
-
2448
- ## 0.0.1-alpha.9
2449
-
2450
- ### Patch Changes
2451
-
2452
- - Updated dependencies [ae7bf94]
2453
- - Updated dependencies [ae7bf94]
2454
- - @mastra/core@0.1.27-alpha.76
2455
-
2456
- ## 0.0.1-alpha.8
2457
-
2458
- ### Patch Changes
2459
-
2460
- - Updated dependencies [23dcb23]
2461
- - @mastra/core@0.1.27-alpha.75
2462
-
2463
- ## 0.0.1-alpha.7
2464
-
2465
- ### Patch Changes
2466
-
2467
- - Updated dependencies [7b87567]
2468
- - @mastra/core@0.1.27-alpha.74
2469
-
2470
- ## 0.0.1-alpha.6
2471
-
2472
- ### Patch Changes
2473
-
2474
- - Updated dependencies [3427b95]
2475
- - @mastra/core@0.1.27-alpha.73
2476
-
2477
- ## 0.0.1-alpha.5
2478
-
2479
- ### Patch Changes
2480
-
2481
- - Updated dependencies [e4d4ede]
2482
- - Updated dependencies [06b2c0a]
2483
- - @mastra/core@0.1.27-alpha.72
2484
-
2485
- ## 0.0.1-alpha.4
2486
-
2487
- ### Patch Changes
2488
-
2489
- - Updated dependencies [d9c8dd0]
2490
- - @mastra/core@0.1.27-alpha.71
2491
-
2492
- ## 0.0.1-alpha.3
2493
-
2494
- ### Patch Changes
2495
-
2496
- - bdaf834: publish packages
2497
-
2498
- ## 0.0.1-alpha.2
2499
-
2500
- ### Patch Changes
2501
-
2502
- - Updated dependencies [dd6d87f]
2503
- - Updated dependencies [04434b6]
2504
- - @mastra/core@0.1.27-alpha.70
2505
-
2506
- ## 0.0.1-alpha.1
2507
-
2508
- ### Patch Changes
2509
-
2510
- - 0d5a03d: Vector store modules
2511
-
2512
- ## 0.0.1-alpha.0
2513
-
2514
- ### Patch Changes
2515
-
2516
- - 1944807: Unified logger and major step in better logs
2517
- - Updated dependencies [1944807]
2518
- - Updated dependencies [9ade36e]
2519
- - @mastra/core@0.1.27-alpha.69