fix(deps): update dependency mastra to ^0.15.0 #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.11.0
->^0.15.0
Release Notes
mastra-ai/mastra (mastra)
v0.15.1
Compare Source
Patch Changes
Marked telemetry as disabled in the default template, in preperation for the Nov 4th deprecation. (#8618)
Improve the overall flow of the
create-mastra
CLI by first asking all questions and then creating the project structure. If you skip entering an API key during the wizard, theyour-api-key
placeholder will now be added to an.env.example
file instead of.env
. (#8603)Updated dependencies [
07eaf25
,0d71771
,0d6e55e
,68b1111
]:v0.15.0
Compare Source
Minor Changes
Patch Changes
workflow run thread more visible (#8539)
Mutable shared workflow run state (#8545)
streamLegacy/generateLegacy clarification in playground (#8468)
avoid refetching memory threads and messages on window focus (#8519)
add tripwire reason in playground (#8568)
Save waiting step status in snapshot (#8576)
Added AI SDK provider packages to model router for anthropic/google/openai/openrouter/xai (#8559)
Convert WorkflowWatchResult to WorkflowResult in workflow graph (#8541)
add new deploy to cloud button (#8549)
remove icons in entity lists (#8520)
add client search to all entities (#8523)
Fixed an issue where model router was adding /chat/completions to API urls when it shouldn't. (#8589)
fixed an issue with provider ID rendering in playground UI
Fix useStreamWorkflow unmounting breaking stream call (#8449)
Remove shell from dev (#8466)
UX for the agents page (#8517)
add icons into playground titles + a link to the entity doc (#8518)
Updated dependencies [
c621613
,ee17cec
,12b1189
,42ffed3
,4783b30
,076b092
,2aee9e7
,c582906
,fa2eb96
,ee9108f
,4783b30
,a739d0c
,a9c4cb7
,603e927
,cd45982
,874f74d
,b728a45
,0baf2ba
,10e633a
,a6d69c5
,84199af
,7f431af
,26e968d
,cbd3fb6
]:v0.14.1
Compare Source
Patch Changes
v0.14.0
Compare Source
Minor Changes
Patch Changes
Remove log drains UI from the playground (#8379)
add refetch interval to traces to make it feel "instant" (#8386)
better memory message (#8382)
Add doc url to netlify gateway (#8356)
fix codeblock line number color contrast for legacy traces (#8385)
Model router documentation and playground UI improvements (#8372)
Documentation generation (
@mastra/core
):Playground UI model picker (
@mastra/playground-ui
):Environment variables (
@mastra/deployer
):fix playground message history initial state for v1 models (#8427)
show thread list in desc order (#8381)
Fix an issue preventing showing working memory and semantic recall in the playground (#8358)
Fix shell option breaking server start on windows env (#8377)
Add observe strean to get streans after workflow has been interrupted (#8318)
Updated dependencies [
00cb6bd
,869ba22
,1b73665
,989a4db
,f7d7475
,084b77b
,a93ff84
,bc5aacb
,03622f8
,6b5af12
,bf60e4a
,d41aee5
,e8fe13c
,3ca833d
,1edb8d1
,fbf6e32
,4753027
]:v0.13.4
Compare Source
Patch Changes
disable network label when memory is not enabled OR the agent has no subagents (#8341)
Added Mastra model router to Playground UI (#8332)
Updated dependencies [
4a70ccc
,0992b8b
,283bea0
]:v0.13.3
Compare Source
Patch Changes
Remove legacy helpers (#8017)
add a way to hide the deploy mastra cloud button (#8137)
Update peer deps (#8154)
Fixed an issue in playground where text-start/end parts were ignored in handleStreamChunk and tool ordering vs text wasn't retained (#8234)
Add conditional chaining to scorer.agentNames return (#8199)
Show model that worked when there are model fallbacks (#8167)
Add types in the streamVNext codepath, fixes for various issues across multiple packages surfaced from type issues, align return types. (#8010)
Add model fallbacks to playground (#7427)
Updated dependencies [
5089c84
,5f4e677
,5c98f03
,dc099b4
,57b75b0
,4c5e65d
,504438b
,57b6dd5
,b342a68
,a7243e2
,504438b
,7fceb0a
,303a9c0
,df64f9e
,370f8a6
,809eea0
,683e5a1
,3679378
,7775bc2
,623ffaf
,9fc1613
,61f62aa
,db1891a
,e8f379d
,652066b
,3e292ba
,418c136
,ea8d386
,67b0f00
,c2a4919
,c84b7d0
,6f67656
,0130986
,5dc8e9a
]:v0.13.2
Compare Source
Patch Changes
feat: implement trace scoring with batch processing capabilities (#8033)
Add model fallback handlers and apis (#7378)
dependencies updates: (#8007)
fs-extra@^11.3.2
↗︎ (from^11.3.1
, independencies
)show the tool-output stream in the playground for streamVNext (#7983)
Get rid off swr one for all (#7931)
Fix DateTimePicker style issue (#8106)
Fix navigating between scores and entity types (#8129)
Fix getting tool link path from agent in playground ui tools page (#8135)
Update Peerdeps for packages based on core minor bump (#8025)
Updated dependencies [
288745a
,cf34503
,6b4b1e4
,3469fca
,a61f23f
,4b339b8
,8f56160
,d1dc606
,2d29ad9
,c45298a
,c4a8204
,d3bd4d4
,c591dfc
,1920c5c
,b6a3b65
,af3abb6
,5b1ee71
,282379f
]:v0.13.1
Compare Source
Patch Changes
fix workflow resuming issue in the playground (#7988)
Updated dependencies [
fd00e63
,ab610f6
,e6bda5f
]:v0.13.0
Compare Source
Minor Changes
Patch Changes
clean up console logs in monorepo (#7926)
update playground workflows to use createRunAsync instead of createRun (#7903)
Improve the
mastra init
CLI. (#7837)Previously, when you ran
mastra init
in a directory without apackage.json
file you'd receive no output. Now the CLI shows an error with next steps. Additionally,mastra init
now also installszod
if not present already.Add support for running the Mastra dev server over HTTPS for local development. (#7871)
Add
--https
flag formastra dev
. This automatically creates a local key and certificate for you.Alternatively, you can provide your own key and cert through
server.https
:avoid refetching on error when resolving a workflow in cloud (#7842)
fix scorers table link full row (#7915)
dependencies updates: (#7810)
strip-json-comments@^5.0.3
↗︎ (from^5.0.2
, independencies
)adjust the way we display scorers in agent metadata (#7910)
fix minor playground stuff for observability (#7765)
Handle zod intersections in dynamic form (#7768)
Playground ui -pass runtimeContext to client SDK get methods (#7767)
fix markdown rendering in agent in agent text-delta (#7851)
fix error message when fetching observability things (#7956)
fix workflows runs fetching and displaying (#7852)
fix empty state for scorers on agent page (#7846)
Updated dependencies [
197cbb2
,b1c155b
,790f7d1
,3cd6538
,197cbb2
,a1bb887
,6590763
,fb84c21
,5802bf5
,5bda53a
,c2eade3
,f26a8fd
,8a3f5e4
,7e82fbf
,222965a
,6047778
,a0f5f1c
,9d4fc09
,05c7abf
,0324ceb
,d75ccf0
,0f9d227
,b356f5f
,de056a0
,f5ce05f
,60c9cec
,c93532a
,6c33d7f
,6cb1fcb
,aee4f00
,f0ab020
,9f6f30f
,547c621
,897995e
,0fed8f2
,4f9ea8c
,1a1fbe6
,d706fad
,87fd07f
,8a3f5e4
,5c3768f
,2685a78
,36f39c0
,239b5a4
,8a3f5e4
]:v0.12.3
Compare Source
Patch Changes
Client SDK Agents, Mastra server - support runtimeContext with GET requests (#7734)
Add new scorers to list (#7614)
fix playground UI issue about dynmic workflow exec in agent thread (#7665)
Updated dependencies [
b4379f7
,b4379f7
,2a6585f
,3d26e83
,dd9119b
,d34aaa1
,56e55d1
,ce1e580
,b2babfa
,d8c3ba5
,a566c4e
,0666082
,af333aa
,4c81b65
,3863c52
,6424c7e
,db94750
,a66a371
,69fc3cd
]:v0.12.2
Compare Source
Patch Changes
61926ef
]:v0.12.1
Compare Source
Patch Changes
dependencies updates: (#7544)
fs-extra@^11.3.1
↗︎ (from^11.3.0
, independencies
)Use workflow streamVNext in playground (#7575)
add workflow streaming in agent thread (#7506)
Fix template slug when getting template environment variables (#7650)
Update cli dev copy from "Local" - (#7579)
Updated dependencies [
6d6e5dd
,0f7b8c0
,47b6dc9
,827d876
,0662d02
,565d65f
,6189844
,4da3d68
,90cab34
,fd9bbfe
,e75360a
,7eaf1d1
,6f046b5
,d7a8f59
,0b0bbb2
,d951f41
,4dda259
,8049e2e
,f3427cd
,defed1c
,79b39c1
,6991ced
,9cb9c42
,f36343e
,8334859
,05f13b8
]:v0.12.0
Compare Source
Minor Changes
a01cf14
: Add workflow graph in agent (workflow as tool in agent)Patch Changes
cf4e353
: Agent Builder Template - adding in UI components to use agent builder template actions788e612
: Fix playground workflow graph is broken when workflow starts with a branch5397eb4
: Add public URL support when adding files in Multi Modal376913a
: Update peerdeps8fbf79e
]cf4e353
]fd83526
]d0b90ab
]6f5eb7a
]a01cf14
]a9e50ee
]5397eb4
]376913a
]c9f4e4a
]0acbc80
]376913a
]v0.11.3
Compare Source
Patch Changes
64152fd
: Improve output of Cli Dev commandde3cbc6
: Update thepackage.json
file to include additional fields likerepository
,homepage
orfiles
.26b0d7c
: Cleanup pkg output8e4fe90
: Unify focus outlines2f55297
: Fix issue when usingyarn dlx create-mastra
e3d8fea
: Support Inngest flow control features for Mastra Inngest workflowsf539199
: mastra start - load env files, custom env. Deperecate --env flag for mastra buildab48c97
: dependencies updates:zod-to-json-schema@^3.24.6
↗︎ (from^3.24.5
, independencies
)87de958
: fix chat outline6f715fe
: Fix plyground baseUrl, default api baseUrl to playground baseUrl01264f1
: Mastra dev- load env vars before watch3308c9f
: fix dev:playground commandd99baf6
: change outline8f22a2c
: During package installation do not print audit, funding or any non-error logsab48c97
]3e0bd2a
]2b64943
]85ef90b
]aedbbfa
]ff89505
]637f323
]de3cbc6
]c19bcf7
]4474d04
]183dc95
]a1111e2
]b42a961
]71b657b
]61debef
]9beaeff
]29de0e1
]f643c65
]00c74e7
]f0dfcac
]fef7375
]6d98856
]e3d8fea
]45e4d39
]ad78bfc
]9eee594
]7149d8d
]822c2e8
]3b8972b
]979912c
]7dcf4c0
]4106a58
]ad78bfc
]6f715fe
]48f0742
]0302f50
]12adcc8
]6ac697e
]74db265
]6cffb99
]0ce418a
]3e0153a
]af90672
]8387952
]7f3b8da
]905352b
]599d04c
]a6e2254
]56041d0
]3412597
]5eca5d2
]8f22a2c
]f2cda47
]5de1555
]cfd377a
]1ed5a3e
]03d0c39
]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.