@mastra/client-js 0.0.0-expose-more-playground-ui-20250502141824 → 0.0.0-feat-tool-input-validation-20250731232758

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,19 +1,1144 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-expose-more-playground-ui-20250502141824
3
+ ## 0.0.0-feat-tool-input-validation-20250731232758
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 6690a16: dependencies updates:
8
+ - Updated dependency [`@ag-ui/client@^0.0.35` ↗︎](https://www.npmjs.com/package/@ag-ui/client/v/0.0.35) (from `^0.0.27`, in `dependencies`)
9
+ - Updated dependencies [33dcb07]
10
+ - Updated dependencies [d30b1a0]
11
+ - Updated dependencies [bff87f7]
12
+ - Updated dependencies [ea4a1c2]
13
+ - @mastra/core@0.0.0-feat-tool-input-validation-20250731232758
14
+
15
+ ## 0.10.17
16
+
17
+ ### Patch Changes
18
+
19
+ - aa2715b: process stream response error handling
20
+ - 6bd354c: Should not send content type if body instance of FormData
21
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
22
+ - b641ba3: fix: save score params
23
+ - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
24
+ - 1ac8f6b: deduplicate message
25
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
26
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
27
+ - Single message ID as string: `deleteMessages('msg-123')`
28
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
29
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
30
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
31
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
32
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
33
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
34
+ - Updates thread timestamps when messages are deleted
35
+ - Added comprehensive test coverage and documentation
36
+
37
+ - Updated dependencies [510e2c8]
38
+ - Updated dependencies [2f72fb2]
39
+ - Updated dependencies [27cc97a]
40
+ - Updated dependencies [3f89307]
41
+ - Updated dependencies [9eda7d4]
42
+ - Updated dependencies [9d49408]
43
+ - Updated dependencies [41daa63]
44
+ - Updated dependencies [ad0a58b]
45
+ - Updated dependencies [254a36b]
46
+ - Updated dependencies [2ecf658]
47
+ - Updated dependencies [7a7754f]
48
+ - Updated dependencies [fc92d80]
49
+ - Updated dependencies [e0f73c6]
50
+ - Updated dependencies [0b89602]
51
+ - Updated dependencies [4d37822]
52
+ - Updated dependencies [23a6a7c]
53
+ - Updated dependencies [cda801d]
54
+ - Updated dependencies [a77c823]
55
+ - Updated dependencies [ff9c125]
56
+ - Updated dependencies [09bca64]
57
+ - Updated dependencies [b8efbb9]
58
+ - Updated dependencies [71466e7]
59
+ - Updated dependencies [0c99fbe]
60
+ - @mastra/core@0.12.0
61
+
62
+ ## 0.10.17-alpha.5
63
+
64
+ ### Patch Changes
65
+
66
+ - @mastra/core@0.12.0-alpha.5
67
+
68
+ ## 0.10.17-alpha.4
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies [ad0a58b]
73
+ - @mastra/core@0.12.0-alpha.4
74
+
75
+ ## 0.10.17-alpha.3
76
+
77
+ ### Patch Changes
78
+
79
+ - 9802f42: Added types and tests to ensure client-js and hono endpoints can save memory messages where the input is either a v1 or v2 mastra message
80
+ - 1ac8f6b: deduplicate message
81
+ - @mastra/core@0.12.0-alpha.3
82
+
83
+ ## 0.10.17-alpha.2
84
+
85
+ ### Patch Changes
86
+
87
+ - aa2715b: process stream response error handling
88
+ - b8efbb9: feat: add flexible deleteMessages method to memory API
89
+ - Added `memory.deleteMessages(input)` method that accepts multiple input types:
90
+ - Single message ID as string: `deleteMessages('msg-123')`
91
+ - Array of message IDs: `deleteMessages(['msg-1', 'msg-2'])`
92
+ - Message object with id property: `deleteMessages({ id: 'msg-123' })`
93
+ - Array of message objects: `deleteMessages([{ id: 'msg-1' }, { id: 'msg-2' }])`
94
+ - Implemented in all storage adapters (LibSQL, PostgreSQL, Upstash, InMemory)
95
+ - Added REST API endpoint: `POST /api/memory/messages/delete`
96
+ - Updated client SDK: `thread.deleteMessages()` accepts all input types
97
+ - Updates thread timestamps when messages are deleted
98
+ - Added comprehensive test coverage and documentation
99
+
100
+ - Updated dependencies [27cc97a]
101
+ - Updated dependencies [41daa63]
102
+ - Updated dependencies [254a36b]
103
+ - Updated dependencies [0b89602]
104
+ - Updated dependencies [4d37822]
105
+ - Updated dependencies [ff9c125]
106
+ - Updated dependencies [b8efbb9]
107
+ - Updated dependencies [71466e7]
108
+ - Updated dependencies [0c99fbe]
109
+ - @mastra/core@0.12.0-alpha.2
110
+
111
+ ## 0.10.17-alpha.1
112
+
113
+ ### Patch Changes
114
+
115
+ - cda801d: Added the ability to pass in metadata for UIMessage and MastraMessageV2 in client-js and agent.stream/generate
116
+ - Updated dependencies [e0f73c6]
117
+ - Updated dependencies [cda801d]
118
+ - Updated dependencies [a77c823]
119
+ - @mastra/core@0.12.0-alpha.1
120
+
121
+ ## 0.10.17-alpha.0
122
+
123
+ ### Patch Changes
124
+
125
+ - 6bd354c: Should not send content type if body instance of FormData
126
+ - b641ba3: fix: save score params
127
+ - Updated dependencies [510e2c8]
128
+ - Updated dependencies [2f72fb2]
129
+ - Updated dependencies [3f89307]
130
+ - Updated dependencies [9eda7d4]
131
+ - Updated dependencies [9d49408]
132
+ - Updated dependencies [2ecf658]
133
+ - Updated dependencies [7a7754f]
134
+ - Updated dependencies [fc92d80]
135
+ - Updated dependencies [23a6a7c]
136
+ - Updated dependencies [09bca64]
137
+ - @mastra/core@0.12.0-alpha.0
138
+
139
+ ## 0.10.16
140
+
141
+ ### Patch Changes
142
+
143
+ - @mastra/core@0.11.1
144
+
145
+ ## 0.10.15
146
+
147
+ ### Patch Changes
148
+
149
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
150
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
151
+ - 2affc57: Fix output type of network loop
152
+ - 032cb66: ClientJS
153
+ - 7827943: Handle streaming large data
154
+ - 65e3395: Add Scores playground-ui and add scorer hooks
155
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
156
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
157
+ - Updated dependencies [f248d53]
158
+ - Updated dependencies [2affc57]
159
+ - Updated dependencies [66e13e3]
160
+ - Updated dependencies [edd9482]
161
+ - Updated dependencies [18344d7]
162
+ - Updated dependencies [9d372c2]
163
+ - Updated dependencies [40c2525]
164
+ - Updated dependencies [e473f27]
165
+ - Updated dependencies [032cb66]
166
+ - Updated dependencies [703ac71]
167
+ - Updated dependencies [a723d69]
168
+ - Updated dependencies [7827943]
169
+ - Updated dependencies [5889a31]
170
+ - Updated dependencies [bf1e7e7]
171
+ - Updated dependencies [65e3395]
172
+ - Updated dependencies [4933192]
173
+ - Updated dependencies [d1c77a4]
174
+ - Updated dependencies [bea9dd1]
175
+ - Updated dependencies [dcd4802]
176
+ - Updated dependencies [cbddd18]
177
+ - Updated dependencies [7ba91fa]
178
+ - @mastra/core@0.11.0
179
+
180
+ ## 0.10.15-alpha.3
181
+
182
+ ### Patch Changes
183
+
184
+ - @mastra/core@0.11.0-alpha.3
185
+
186
+ ## 0.10.15-alpha.2
187
+
188
+ ### Patch Changes
189
+
190
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
191
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
192
+ - 2affc57: Fix output type of network loop
193
+ - 032cb66: ClientJS
194
+ - 65e3395: Add Scores playground-ui and add scorer hooks
195
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
196
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
197
+ - Updated dependencies [f248d53]
198
+ - Updated dependencies [2affc57]
199
+ - Updated dependencies [66e13e3]
200
+ - Updated dependencies [edd9482]
201
+ - Updated dependencies [18344d7]
202
+ - Updated dependencies [9d372c2]
203
+ - Updated dependencies [40c2525]
204
+ - Updated dependencies [e473f27]
205
+ - Updated dependencies [032cb66]
206
+ - Updated dependencies [703ac71]
207
+ - Updated dependencies [a723d69]
208
+ - Updated dependencies [5889a31]
209
+ - Updated dependencies [65e3395]
210
+ - Updated dependencies [4933192]
211
+ - Updated dependencies [d1c77a4]
212
+ - Updated dependencies [bea9dd1]
213
+ - Updated dependencies [dcd4802]
214
+ - Updated dependencies [7ba91fa]
215
+ - @mastra/core@0.11.0-alpha.2
216
+
217
+ ## 0.10.15-alpha.1
218
+
219
+ ### Patch Changes
220
+
221
+ - @mastra/core@0.11.0-alpha.1
222
+
223
+ ## 0.10.15-alpha.0
224
+
225
+ ### Patch Changes
226
+
227
+ - 7827943: Handle streaming large data
228
+ - Updated dependencies [7827943]
229
+ - Updated dependencies [bf1e7e7]
230
+ - Updated dependencies [cbddd18]
231
+ - @mastra/core@0.11.0-alpha.0
232
+
233
+ ## 0.10.14
234
+
235
+ ### Patch Changes
236
+
237
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
238
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
239
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
240
+ - Updated dependencies [0b56518]
241
+ - Updated dependencies [db5cc15]
242
+ - Updated dependencies [2ba5b76]
243
+ - Updated dependencies [5237998]
244
+ - Updated dependencies [c3a30de]
245
+ - Updated dependencies [37c1acd]
246
+ - Updated dependencies [1aa60b1]
247
+ - Updated dependencies [89ec9d4]
248
+ - Updated dependencies [cf3a184]
249
+ - Updated dependencies [d6bfd60]
250
+ - Updated dependencies [626b0f4]
251
+ - Updated dependencies [c22a91f]
252
+ - Updated dependencies [f7403ab]
253
+ - Updated dependencies [6c89d7f]
254
+ - @mastra/core@0.10.15
255
+
256
+ ## 0.10.14-alpha.1
257
+
258
+ ### Patch Changes
259
+
260
+ - Updated dependencies [0b56518]
261
+ - Updated dependencies [2ba5b76]
262
+ - Updated dependencies [c3a30de]
263
+ - Updated dependencies [cf3a184]
264
+ - Updated dependencies [d6bfd60]
265
+ - @mastra/core@0.10.15-alpha.1
266
+
267
+ ## 0.10.14-alpha.0
268
+
269
+ ### Patch Changes
270
+
271
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
272
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
273
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
274
+ - Updated dependencies [db5cc15]
275
+ - Updated dependencies [5237998]
276
+ - Updated dependencies [37c1acd]
277
+ - Updated dependencies [1aa60b1]
278
+ - Updated dependencies [89ec9d4]
279
+ - Updated dependencies [626b0f4]
280
+ - Updated dependencies [c22a91f]
281
+ - Updated dependencies [f7403ab]
282
+ - Updated dependencies [6c89d7f]
283
+ - @mastra/core@0.10.15-alpha.0
284
+
285
+ ## 0.10.13
286
+
287
+ ### Patch Changes
288
+
289
+ - @mastra/core@0.10.14
290
+
291
+ ## 0.10.11
292
+
293
+ ### Patch Changes
294
+
295
+ - 9468be4: Fix error on agent generate while using antropic
296
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
297
+ - Updated dependencies [b4a9811]
298
+ - Updated dependencies [4d5583d]
299
+ - @mastra/core@0.10.12
300
+
301
+ ## 0.10.11-alpha.1
302
+
303
+ ### Patch Changes
304
+
305
+ - Updated dependencies [4d5583d]
306
+ - @mastra/core@0.10.12-alpha.1
307
+
308
+ ## 0.10.11-alpha.0
309
+
310
+ ### Patch Changes
311
+
312
+ - 9468be4: Fix error on agent generate while using antropic
313
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
314
+ - Updated dependencies [b4a9811]
315
+ - @mastra/core@0.10.12-alpha.0
316
+
317
+ ## 0.10.10
318
+
319
+ ### Patch Changes
320
+
321
+ - 18da791: Add abortSignal to client SDK options
322
+ - Updated dependencies [2873c7f]
323
+ - Updated dependencies [1c1c6a1]
324
+ - Updated dependencies [f8ce2cc]
325
+ - Updated dependencies [8c846b6]
326
+ - Updated dependencies [c7bbf1e]
327
+ - Updated dependencies [8722d53]
328
+ - Updated dependencies [565cc0c]
329
+ - Updated dependencies [b790fd1]
330
+ - Updated dependencies [132027f]
331
+ - Updated dependencies [0c85311]
332
+ - Updated dependencies [d7ed04d]
333
+ - Updated dependencies [cb16baf]
334
+ - Updated dependencies [f36e4f1]
335
+ - Updated dependencies [7f6e403]
336
+ - @mastra/core@0.10.11
337
+
338
+ ## 0.10.10-alpha.4
339
+
340
+ ### Patch Changes
341
+
342
+ - @mastra/core@0.10.11-alpha.4
343
+
344
+ ## 0.10.10-alpha.3
345
+
346
+ ### Patch Changes
347
+
348
+ - Updated dependencies [c7bbf1e]
349
+ - Updated dependencies [8722d53]
350
+ - Updated dependencies [132027f]
351
+ - Updated dependencies [0c85311]
352
+ - Updated dependencies [cb16baf]
353
+ - @mastra/core@0.10.11-alpha.3
354
+
355
+ ## 0.10.10-alpha.2
356
+
357
+ ### Patch Changes
358
+
359
+ - 18da791: Add abortSignal to client SDK options
360
+ - Updated dependencies [2873c7f]
361
+ - Updated dependencies [1c1c6a1]
362
+ - Updated dependencies [565cc0c]
363
+ - @mastra/core@0.10.11-alpha.2
364
+
365
+ ## 0.10.10-alpha.1
366
+
367
+ ### Patch Changes
368
+
369
+ - Updated dependencies [7f6e403]
370
+ - @mastra/core@0.10.11-alpha.1
371
+
372
+ ## 0.10.10-alpha.0
373
+
374
+ ### Patch Changes
375
+
376
+ - Updated dependencies [f8ce2cc]
377
+ - Updated dependencies [8c846b6]
378
+ - Updated dependencies [b790fd1]
379
+ - Updated dependencies [d7ed04d]
380
+ - Updated dependencies [f36e4f1]
381
+ - @mastra/core@0.10.11-alpha.0
382
+
383
+ ## 0.10.9
384
+
385
+ ### Patch Changes
386
+
387
+ - b60f510: Fix getWorkflowRuns by limit and offset
388
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
389
+ - Updated dependencies [4d3fbdf]
390
+ - @mastra/core@0.10.10
391
+
392
+ ## 0.10.9-alpha.1
393
+
394
+ ### Patch Changes
395
+
396
+ - b60f510: Fix getWorkflowRuns by limit and offset
397
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
398
+ - @mastra/core@0.10.10-alpha.1
399
+
400
+ ## 0.10.9-alpha.0
401
+
402
+ ### Patch Changes
403
+
404
+ - Updated dependencies [4d3fbdf]
405
+ - @mastra/core@0.10.10-alpha.0
406
+
407
+ ## 0.10.8
408
+
409
+ ### Patch Changes
410
+
411
+ - 9047bda: clientTools - stream tool-result part
412
+ - a606c75: show right suspend schema for nested workflow on playground
413
+ - 1760a1c: Use workflow stream in playground instead of watch
414
+ - 038e5ae: Add cancel workflow run
415
+ - 7e801dd: Add tools to network api response
416
+ - Updated dependencies [9dda1ac]
417
+ - Updated dependencies [c984582]
418
+ - Updated dependencies [7e801dd]
419
+ - Updated dependencies [a606c75]
420
+ - Updated dependencies [7aa70a4]
421
+ - Updated dependencies [764f86a]
422
+ - Updated dependencies [1760a1c]
423
+ - Updated dependencies [038e5ae]
424
+ - Updated dependencies [7dda16a]
425
+ - Updated dependencies [5ebfcdd]
426
+ - Updated dependencies [b2d0c91]
427
+ - Updated dependencies [4e809ad]
428
+ - Updated dependencies [57929df]
429
+ - Updated dependencies [b7852ed]
430
+ - Updated dependencies [6320a61]
431
+ - @mastra/core@0.10.9
432
+
433
+ ## 0.10.8-alpha.0
434
+
435
+ ### Patch Changes
436
+
437
+ - 9047bda: clientTools - stream tool-result part
438
+ - a606c75: show right suspend schema for nested workflow on playground
439
+ - 1760a1c: Use workflow stream in playground instead of watch
440
+ - 038e5ae: Add cancel workflow run
441
+ - 7e801dd: Add tools to network api response
442
+ - Updated dependencies [9dda1ac]
443
+ - Updated dependencies [c984582]
444
+ - Updated dependencies [7e801dd]
445
+ - Updated dependencies [a606c75]
446
+ - Updated dependencies [7aa70a4]
447
+ - Updated dependencies [764f86a]
448
+ - Updated dependencies [1760a1c]
449
+ - Updated dependencies [038e5ae]
450
+ - Updated dependencies [7dda16a]
451
+ - Updated dependencies [5ebfcdd]
452
+ - Updated dependencies [b2d0c91]
453
+ - Updated dependencies [4e809ad]
454
+ - Updated dependencies [57929df]
455
+ - Updated dependencies [b7852ed]
456
+ - Updated dependencies [6320a61]
457
+ - @mastra/core@0.10.9-alpha.0
458
+
459
+ ## 0.10.7
460
+
461
+ ### Patch Changes
462
+
463
+ - a344ac7: Fix tool streaming in agent network
464
+ - Updated dependencies [b8f16b2]
465
+ - Updated dependencies [3e04487]
466
+ - Updated dependencies [a344ac7]
467
+ - Updated dependencies [dc4ca0a]
468
+ - @mastra/core@0.10.8
469
+
470
+ ## 0.10.7-alpha.1
471
+
472
+ ### Patch Changes
473
+
474
+ - Updated dependencies [b8f16b2]
475
+ - Updated dependencies [3e04487]
476
+ - Updated dependencies [dc4ca0a]
477
+ - @mastra/core@0.10.8-alpha.1
478
+
479
+ ## 0.10.7-alpha.0
480
+
481
+ ### Patch Changes
482
+
483
+ - a344ac7: Fix tool streaming in agent network
484
+ - Updated dependencies [a344ac7]
485
+ - @mastra/core@0.10.8-alpha.0
486
+
487
+ ## 0.10.6
488
+
489
+ ### Patch Changes
490
+
491
+ - 8e1b6e9: dependencies updates:
492
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
493
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
494
+ - 18a5d59: clientTools client side execution
495
+ - 5d74aab: vNext network in playground
496
+ - bee3fe4: Fix client side tool calling
497
+ - c0d41f6: Fix streaming for agent tool calls
498
+ - Updated dependencies [15e9d26]
499
+ - Updated dependencies [d1baedb]
500
+ - Updated dependencies [d8f2d19]
501
+ - Updated dependencies [4d21bf2]
502
+ - Updated dependencies [07d6d88]
503
+ - Updated dependencies [9d52b17]
504
+ - Updated dependencies [2097952]
505
+ - Updated dependencies [792c4c0]
506
+ - Updated dependencies [5d74aab]
507
+ - Updated dependencies [a8b194f]
508
+ - Updated dependencies [4fb0cc2]
509
+ - Updated dependencies [d2a7a31]
510
+ - Updated dependencies [502fe05]
511
+ - Updated dependencies [144eb0b]
512
+ - Updated dependencies [8ba1b51]
513
+ - Updated dependencies [4efcfa0]
514
+ - Updated dependencies [0e17048]
515
+ - @mastra/core@0.10.7
516
+
517
+ ## 0.10.6-alpha.6
518
+
519
+ ### Patch Changes
520
+
521
+ - c0d41f6: Fix streaming for agent tool calls
522
+
523
+ ## 0.10.6-alpha.5
524
+
525
+ ### Patch Changes
526
+
527
+ - bee3fe4: Fix client side tool calling
528
+ - @mastra/core@0.10.7-alpha.5
529
+
530
+ ## 0.10.6-alpha.4
531
+
532
+ ### Patch Changes
533
+
534
+ - Updated dependencies [a8b194f]
535
+ - @mastra/core@0.10.7-alpha.4
536
+
537
+ ## 0.10.6-alpha.3
538
+
539
+ ### Patch Changes
540
+
541
+ - 18a5d59: clientTools client side execution
542
+ - Updated dependencies [792c4c0]
543
+ - Updated dependencies [502fe05]
544
+ - Updated dependencies [4efcfa0]
545
+ - @mastra/core@0.10.7-alpha.3
546
+
547
+ ## 0.10.6-alpha.2
548
+
549
+ ### Patch Changes
550
+
551
+ - 8e1b6e9: dependencies updates:
552
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
553
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
554
+ - 5d74aab: vNext network in playground
555
+ - Updated dependencies [15e9d26]
556
+ - Updated dependencies [07d6d88]
557
+ - Updated dependencies [5d74aab]
558
+ - Updated dependencies [144eb0b]
559
+ - @mastra/core@0.10.7-alpha.2
560
+
561
+ ## 0.10.6-alpha.1
562
+
563
+ ### Patch Changes
564
+
565
+ - Updated dependencies [d1baedb]
566
+ - Updated dependencies [4d21bf2]
567
+ - Updated dependencies [2097952]
568
+ - Updated dependencies [4fb0cc2]
569
+ - Updated dependencies [d2a7a31]
570
+ - Updated dependencies [0e17048]
571
+ - @mastra/core@0.10.7-alpha.1
572
+
573
+ ## 0.10.6-alpha.0
574
+
575
+ ### Patch Changes
576
+
577
+ - Updated dependencies [d8f2d19]
578
+ - Updated dependencies [9d52b17]
579
+ - Updated dependencies [8ba1b51]
580
+ - @mastra/core@0.10.7-alpha.0
581
+
582
+ ## 0.10.5
583
+
584
+ ### Patch Changes
585
+
586
+ - 63f6b7d: dependencies updates:
587
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
588
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
589
+ - ee9af57: Add api for polling run execution result and get run by id
590
+ - 3270d9d: Fix runtime context being undefined
591
+ - Updated dependencies [63f6b7d]
592
+ - Updated dependencies [12a95fc]
593
+ - Updated dependencies [4b0f8a6]
594
+ - Updated dependencies [51264a5]
595
+ - Updated dependencies [8e6f677]
596
+ - Updated dependencies [d70c420]
597
+ - Updated dependencies [ee9af57]
598
+ - Updated dependencies [36f1c36]
599
+ - Updated dependencies [2a16996]
600
+ - Updated dependencies [10d352e]
601
+ - Updated dependencies [9589624]
602
+ - Updated dependencies [53d3c37]
603
+ - Updated dependencies [751c894]
604
+ - Updated dependencies [577ce3a]
605
+ - Updated dependencies [9260b3a]
606
+ - @mastra/core@0.10.6
607
+
608
+ ## 0.10.5-alpha.5
609
+
610
+ ### Patch Changes
611
+
612
+ - Updated dependencies [12a95fc]
613
+ - Updated dependencies [51264a5]
614
+ - Updated dependencies [8e6f677]
615
+ - @mastra/core@0.10.6-alpha.5
616
+
617
+ ## 0.10.5-alpha.4
618
+
619
+ ### Patch Changes
620
+
621
+ - Updated dependencies [9589624]
622
+ - @mastra/core@0.10.6-alpha.4
623
+
624
+ ## 0.10.5-alpha.3
625
+
626
+ ### Patch Changes
627
+
628
+ - Updated dependencies [d70c420]
629
+ - Updated dependencies [2a16996]
630
+ - @mastra/core@0.10.6-alpha.3
631
+
632
+ ## 0.10.5-alpha.2
633
+
634
+ ### Patch Changes
635
+
636
+ - Updated dependencies [4b0f8a6]
637
+ - @mastra/core@0.10.6-alpha.2
638
+
639
+ ## 0.10.5-alpha.1
640
+
641
+ ### Patch Changes
642
+
643
+ - ee9af57: Add api for polling run execution result and get run by id
644
+ - 3270d9d: Fix runtime context being undefined
645
+ - Updated dependencies [ee9af57]
646
+ - Updated dependencies [751c894]
647
+ - Updated dependencies [577ce3a]
648
+ - Updated dependencies [9260b3a]
649
+ - @mastra/core@0.10.6-alpha.1
650
+
651
+ ## 0.10.5-alpha.0
652
+
653
+ ### Patch Changes
654
+
655
+ - 63f6b7d: dependencies updates:
656
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
657
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
658
+ - Updated dependencies [63f6b7d]
659
+ - Updated dependencies [36f1c36]
660
+ - Updated dependencies [10d352e]
661
+ - Updated dependencies [53d3c37]
662
+ - @mastra/core@0.10.6-alpha.0
663
+
664
+ ## 0.10.4
665
+
666
+ ### Patch Changes
667
+
668
+ - Updated dependencies [13c97f9]
669
+ - @mastra/core@0.10.5
670
+
671
+ ## 0.10.3
672
+
673
+ ### Patch Changes
674
+
675
+ - 1ccccff: dependencies updates:
676
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
677
+ - 1ccccff: dependencies updates:
678
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
679
+ - f1f1f1b: Add basic filtering capabilities to logs
680
+ - b2810ab: Move @mastra/core to deps
681
+ - 82090c1: Add pagination to logs
682
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
683
+ - Updated dependencies [d1ed912]
684
+ - Updated dependencies [f6fd25f]
685
+ - Updated dependencies [dffb67b]
686
+ - Updated dependencies [f1f1f1b]
687
+ - Updated dependencies [925ab94]
688
+ - Updated dependencies [f9816ae]
689
+ - Updated dependencies [82090c1]
690
+ - Updated dependencies [1b443fd]
691
+ - Updated dependencies [ce97900]
692
+ - Updated dependencies [f1309d3]
693
+ - Updated dependencies [14a2566]
694
+ - Updated dependencies [f7f8293]
695
+ - Updated dependencies [48eddb9]
696
+ - @mastra/core@0.10.4
697
+
698
+ ## 0.10.3-alpha.3
699
+
700
+ ### Patch Changes
701
+
702
+ - Updated dependencies [925ab94]
703
+ - @mastra/core@0.10.4-alpha.3
704
+
705
+ ## 0.10.3-alpha.2
706
+
707
+ ### Patch Changes
708
+
709
+ - Updated dependencies [48eddb9]
710
+ - @mastra/core@0.10.4-alpha.2
711
+
712
+ ## 0.10.3-alpha.1
713
+
714
+ ### Patch Changes
715
+
716
+ - 1ccccff: dependencies updates:
717
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
718
+ - 1ccccff: dependencies updates:
719
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
720
+ - Updated dependencies [f6fd25f]
721
+ - Updated dependencies [dffb67b]
722
+ - Updated dependencies [f1309d3]
723
+ - Updated dependencies [f7f8293]
724
+ - @mastra/core@0.10.4-alpha.1
725
+
726
+ ## 0.10.3-alpha.0
727
+
728
+ ### Patch Changes
729
+
730
+ - f1f1f1b: Add basic filtering capabilities to logs
731
+ - b2810ab: Move @mastra/core to deps
732
+ - 82090c1: Add pagination to logs
733
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
734
+ - Updated dependencies [d1ed912]
735
+ - Updated dependencies [f1f1f1b]
736
+ - Updated dependencies [f9816ae]
737
+ - Updated dependencies [82090c1]
738
+ - Updated dependencies [1b443fd]
739
+ - Updated dependencies [ce97900]
740
+ - Updated dependencies [14a2566]
741
+ - @mastra/core@0.10.4-alpha.0
742
+
743
+ ## 0.10.2
744
+
745
+ ### Patch Changes
746
+
747
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
748
+ - 37643b8: Fix tool access
749
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
750
+ - b72c768: [Bug fix] Serialize parameters in clientTools
751
+ - f0d559f: Fix peerdeps for alpha channel
752
+ - Updated dependencies [ee77e78]
753
+ - Updated dependencies [592a2db]
754
+ - Updated dependencies [e5dc18d]
755
+ - Updated dependencies [ab5adbe]
756
+ - Updated dependencies [1e8bb40]
757
+ - Updated dependencies [1b5fc55]
758
+ - Updated dependencies [195c428]
759
+ - Updated dependencies [f73e11b]
760
+ - Updated dependencies [37643b8]
761
+ - Updated dependencies [99fd6cf]
762
+ - Updated dependencies [c5bf1ce]
763
+ - Updated dependencies [add596e]
764
+ - Updated dependencies [8dc94d8]
765
+ - Updated dependencies [ecebbeb]
766
+ - Updated dependencies [79d5145]
767
+ - Updated dependencies [12b7002]
768
+ - Updated dependencies [2901125]
769
+ - @mastra/core@0.10.2
770
+
771
+ ## 0.10.2-alpha.3
772
+
773
+ ### Patch Changes
774
+
775
+ - 37643b8: Fix tool access
776
+ - b72c768: [Bug fix] Serialize parameters in clientTools
777
+ - Updated dependencies [37643b8]
778
+ - Updated dependencies [79d5145]
779
+ - @mastra/core@0.10.2-alpha.8
780
+
781
+ ## 0.10.2-alpha.2
782
+
783
+ ### Patch Changes
784
+
785
+ - c5bf1ce: Add backwards compat code for new MessageList in storage
786
+ - Updated dependencies [c5bf1ce]
787
+ - Updated dependencies [12b7002]
788
+ - @mastra/core@0.10.2-alpha.4
789
+
790
+ ## 0.10.2-alpha.1
791
+
792
+ ### Patch Changes
793
+
794
+ - f0d559f: Fix peerdeps for alpha channel
795
+ - Updated dependencies [1e8bb40]
796
+ - @mastra/core@0.10.2-alpha.2
797
+
798
+ ## 0.10.2-alpha.0
799
+
800
+ ### Patch Changes
801
+
802
+ - 592a2db: Added different icons for agents and workflows in mcp tools list
803
+ - Updated dependencies [592a2db]
804
+ - Updated dependencies [e5dc18d]
805
+ - @mastra/core@0.10.2-alpha.0
806
+
807
+ ## 0.10.1
808
+
809
+ ### Patch Changes
810
+
811
+ - 267773e: Show map config on workflow graph
812
+ Highlight borders for conditions too on workflow graph
813
+ Fix watch stream
814
+ - 5343f93: Move emitter to symbol to make private
815
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
816
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
817
+ - Updated dependencies [d70b807]
818
+ - Updated dependencies [6d16390]
819
+ - Updated dependencies [1e4a421]
820
+ - Updated dependencies [200d0da]
821
+ - Updated dependencies [bf5f17b]
822
+ - Updated dependencies [5343f93]
823
+ - Updated dependencies [38aee50]
824
+ - Updated dependencies [5c41100]
825
+ - Updated dependencies [d6a759b]
826
+ - Updated dependencies [6015bdf]
827
+ - @mastra/core@0.10.1
828
+
829
+ ## 0.10.1-alpha.3
830
+
831
+ ### Patch Changes
832
+
833
+ - 267773e: Show map config on workflow graph
834
+ Highlight borders for conditions too on workflow graph
835
+ Fix watch stream
836
+
837
+ ## 0.10.1-alpha.2
838
+
839
+ ### Patch Changes
840
+
841
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
842
+ - Updated dependencies [6015bdf]
843
+ - @mastra/core@0.10.1-alpha.2
844
+
845
+ ## 0.10.1-alpha.1
846
+
847
+ ### Patch Changes
848
+
849
+ - 5343f93: Move emitter to symbol to make private
850
+ - Updated dependencies [200d0da]
851
+ - Updated dependencies [bf5f17b]
852
+ - Updated dependencies [5343f93]
853
+ - Updated dependencies [38aee50]
854
+ - Updated dependencies [5c41100]
855
+ - Updated dependencies [d6a759b]
856
+ - @mastra/core@0.10.1-alpha.1
857
+
858
+ ## 0.10.1-alpha.0
859
+
860
+ ### Patch Changes
861
+
862
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
863
+ - Updated dependencies [6d16390]
864
+ - Updated dependencies [1e4a421]
865
+ - @mastra/core@0.10.1-alpha.0
866
+
867
+ ## 0.10.0
868
+
869
+ ### Minor Changes
870
+
871
+ - 83da932: Move @mastra/core to peerdeps
872
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
873
+
874
+ ### Patch Changes
875
+
876
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
877
+ - 0215b0b: Add description to vnext workflow response
878
+ - f53a6ac: Add VNextWorkflowRuns type
879
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
880
+ - a6e3881: Remove non serializable options from agent stream,generate
881
+ - fddae56: Add telemetry to cliend SDK streamParams
882
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
883
+ - 5063646: Accept plain obects as runtimeContext
884
+ - 2672a05: Add MCP servers and tool call execution to playground
885
+ - Updated dependencies [b3a3d63]
886
+ - Updated dependencies [344f453]
887
+ - Updated dependencies [0a3ae6d]
888
+ - Updated dependencies [95911be]
889
+ - Updated dependencies [f53a6ac]
890
+ - Updated dependencies [5eb5a99]
891
+ - Updated dependencies [7e632c5]
892
+ - Updated dependencies [1e9fbfa]
893
+ - Updated dependencies [eabdcd9]
894
+ - Updated dependencies [90be034]
895
+ - Updated dependencies [99f050a]
896
+ - Updated dependencies [d0ee3c6]
897
+ - Updated dependencies [b2ae5aa]
898
+ - Updated dependencies [23f258c]
899
+ - Updated dependencies [a7292b0]
900
+ - Updated dependencies [0dcb9f0]
901
+ - Updated dependencies [2672a05]
902
+ - @mastra/core@0.10.0
903
+
904
+ ## 0.2.0-alpha.1
905
+
906
+ ### Minor Changes
907
+
908
+ - 83da932: Move @mastra/core to peerdeps
909
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
910
+
911
+ ### Patch Changes
912
+
913
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
914
+ - 0215b0b: Add description to vnext workflow response
915
+ - 5063646: Accept plain obects as runtimeContext
916
+ - Updated dependencies [b3a3d63]
917
+ - Updated dependencies [344f453]
918
+ - Updated dependencies [0a3ae6d]
919
+ - Updated dependencies [95911be]
920
+ - Updated dependencies [5eb5a99]
921
+ - Updated dependencies [7e632c5]
922
+ - Updated dependencies [1e9fbfa]
923
+ - Updated dependencies [b2ae5aa]
924
+ - Updated dependencies [a7292b0]
925
+ - Updated dependencies [0dcb9f0]
926
+ - @mastra/core@0.10.0-alpha.1
927
+
928
+ ## 0.1.23-alpha.0
929
+
930
+ ### Patch Changes
931
+
932
+ - f53a6ac: Add VNextWorkflowRuns type
933
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
934
+ - a6e3881: Remove non serializable options from agent stream,generate
935
+ - fddae56: Add telemetry to cliend SDK streamParams
936
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
937
+ - 2672a05: Add MCP servers and tool call execution to playground
938
+ - Updated dependencies [f53a6ac]
939
+ - Updated dependencies [eabdcd9]
940
+ - Updated dependencies [90be034]
941
+ - Updated dependencies [99f050a]
942
+ - Updated dependencies [d0ee3c6]
943
+ - Updated dependencies [23f258c]
944
+ - Updated dependencies [2672a05]
945
+ - @mastra/core@0.9.5-alpha.0
946
+
947
+ ## 0.1.22
948
+
949
+ ### Patch Changes
950
+
951
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
952
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
953
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
954
+ - 0c3d117: Add workflows to agent server handlers
955
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
956
+ - c2b980b: Fix multiple too-calls in AGUI
957
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
958
+ - 0b8b868: Added A2A support + streaming
959
+ - Updated dependencies [396be50]
960
+ - Updated dependencies [ab80e7e]
961
+ - Updated dependencies [c3bd795]
962
+ - Updated dependencies [da082f8]
963
+ - Updated dependencies [a5810ce]
964
+ - Updated dependencies [3e9c131]
965
+ - Updated dependencies [3171b5b]
966
+ - Updated dependencies [973e5ac]
967
+ - Updated dependencies [daf942f]
968
+ - Updated dependencies [0b8b868]
969
+ - Updated dependencies [9e1eff5]
970
+ - Updated dependencies [6fa1ad1]
971
+ - Updated dependencies [c28d7a0]
972
+ - Updated dependencies [edf1e88]
973
+ - @mastra/core@0.9.4
974
+
975
+ ## 0.1.22-alpha.4
976
+
977
+ ### Patch Changes
978
+
979
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
980
+ - Updated dependencies [3e9c131]
981
+ - @mastra/core@0.9.4-alpha.4
982
+
983
+ ## 0.1.22-alpha.3
984
+
985
+ ### Patch Changes
986
+
987
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
988
+ - 0c3d117: Add workflows to agent server handlers
989
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
990
+ - Updated dependencies [396be50]
991
+ - Updated dependencies [c3bd795]
992
+ - Updated dependencies [da082f8]
993
+ - Updated dependencies [a5810ce]
994
+ - @mastra/core@0.9.4-alpha.3
995
+
996
+ ## 0.1.22-alpha.2
997
+
998
+ ### Patch Changes
999
+
1000
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
1001
+ - c2b980b: Fix multiple too-calls in AGUI
1002
+ - Updated dependencies [3171b5b]
1003
+ - Updated dependencies [973e5ac]
1004
+ - Updated dependencies [9e1eff5]
1005
+ - @mastra/core@0.9.4-alpha.2
1006
+
1007
+ ## 0.1.22-alpha.1
1008
+
1009
+ ### Patch Changes
1010
+
1011
+ - Updated dependencies [ab80e7e]
1012
+ - Updated dependencies [6fa1ad1]
1013
+ - Updated dependencies [c28d7a0]
1014
+ - Updated dependencies [edf1e88]
1015
+ - @mastra/core@0.9.4-alpha.1
1016
+
1017
+ ## 0.1.22-alpha.0
1018
+
1019
+ ### Patch Changes
1020
+
1021
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
1022
+ - 0b8b868: Added A2A support + streaming
1023
+ - Updated dependencies [daf942f]
1024
+ - Updated dependencies [0b8b868]
1025
+ - @mastra/core@0.9.4-alpha.0
1026
+
1027
+ ## 0.1.21
1028
+
1029
+ ### Patch Changes
1030
+
1031
+ - 526c570: expose agent runtimeContext from clientSDK
1032
+ - 36eb1aa: Fix AGUI text part
1033
+ - 62c9e7d: Fix disappearing tool calls in streaming
1034
+ - Updated dependencies [e450778]
1035
+ - Updated dependencies [8902157]
1036
+ - Updated dependencies [ca0dc88]
1037
+ - Updated dependencies [526c570]
1038
+ - Updated dependencies [d7a6a33]
1039
+ - Updated dependencies [9cd1a46]
1040
+ - Updated dependencies [b5d2de0]
1041
+ - Updated dependencies [644f8ad]
1042
+ - Updated dependencies [70dbf51]
1043
+ - @mastra/core@0.9.3
1044
+
1045
+ ## 0.1.21-alpha.1
1046
+
1047
+ ### Patch Changes
1048
+
1049
+ - 36eb1aa: Fix AGUI text part
1050
+ - 62c9e7d: Fix disappearing tool calls in streaming
1051
+ - Updated dependencies [e450778]
1052
+ - Updated dependencies [8902157]
1053
+ - Updated dependencies [ca0dc88]
1054
+ - Updated dependencies [9cd1a46]
1055
+ - Updated dependencies [70dbf51]
1056
+ - @mastra/core@0.9.3-alpha.1
1057
+
1058
+ ## 0.1.21-alpha.0
1059
+
1060
+ ### Patch Changes
1061
+
1062
+ - 526c570: expose agent runtimeContext from clientSDK
1063
+ - Updated dependencies [526c570]
1064
+ - Updated dependencies [b5d2de0]
1065
+ - Updated dependencies [644f8ad]
1066
+ - @mastra/core@0.9.3-alpha.0
1067
+
1068
+ ## 0.1.20
1069
+
1070
+ ### Patch Changes
1071
+
1072
+ - 2cf3b8f: dependencies updates:
1073
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
1074
+ - Updated dependency [`zod-to-json-schema@^3.24.5` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.5) (from `^3.24.3`, in `dependencies`)
1075
+ - 4155f47: Add parameters to filter workflow runs
1076
+ Add fromDate and toDate to telemetry parameters
7
1077
  - 254f5c3: Audit, cleanup MastraClient
8
1078
  - 0097d50: Add serializedStepGraph to vNext workflow
9
1079
  Return serializedStepGraph from vNext workflow
10
1080
  Use serializedStepGraph in vNext workflow graph
11
1081
  - 2429c74: Add get workflow runs api to client-js
1082
+ - 2e4f8e9: Agui client integration
1083
+ - Updated dependencies [6052aa6]
12
1084
  - Updated dependencies [967b41c]
1085
+ - Updated dependencies [3d2fb5c]
13
1086
  - Updated dependencies [26738f4]
1087
+ - Updated dependencies [4155f47]
1088
+ - Updated dependencies [7eeb2bc]
14
1089
  - Updated dependencies [b804723]
1090
+ - Updated dependencies [8607972]
1091
+ - Updated dependencies [ccef9f9]
15
1092
  - Updated dependencies [0097d50]
16
- - @mastra/core@0.0.0-expose-more-playground-ui-20250502141824
1093
+ - Updated dependencies [7eeb2bc]
1094
+ - Updated dependencies [17826a9]
1095
+ - Updated dependencies [7d8b7c7]
1096
+ - Updated dependencies [fba031f]
1097
+ - Updated dependencies [3a5f1e1]
1098
+ - Updated dependencies [51e6923]
1099
+ - Updated dependencies [8398d89]
1100
+ - @mastra/core@0.9.2
1101
+
1102
+ ## 0.1.20-alpha.6
1103
+
1104
+ ### Patch Changes
1105
+
1106
+ - 2e4f8e9: Agui client integration
1107
+ - Updated dependencies [6052aa6]
1108
+ - Updated dependencies [7d8b7c7]
1109
+ - Updated dependencies [3a5f1e1]
1110
+ - Updated dependencies [8398d89]
1111
+ - @mastra/core@0.9.2-alpha.6
1112
+
1113
+ ## 0.1.20-alpha.5
1114
+
1115
+ ### Patch Changes
1116
+
1117
+ - Updated dependencies [3d2fb5c]
1118
+ - Updated dependencies [7eeb2bc]
1119
+ - Updated dependencies [8607972]
1120
+ - Updated dependencies [7eeb2bc]
1121
+ - Updated dependencies [fba031f]
1122
+ - @mastra/core@0.9.2-alpha.5
1123
+
1124
+ ## 0.1.20-alpha.4
1125
+
1126
+ ### Patch Changes
1127
+
1128
+ - Updated dependencies [ccef9f9]
1129
+ - Updated dependencies [51e6923]
1130
+ - @mastra/core@0.9.2-alpha.4
1131
+
1132
+ ## 0.1.20-alpha.3
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - 4155f47: Add parameters to filter workflow runs
1137
+ Add fromDate and toDate to telemetry parameters
1138
+ - Updated dependencies [967b41c]
1139
+ - Updated dependencies [4155f47]
1140
+ - Updated dependencies [17826a9]
1141
+ - @mastra/core@0.9.2-alpha.3
17
1142
 
18
1143
  ## 0.1.20-alpha.2
19
1144