@mastra/mcp-docs-server 0.13.24-alpha.0 → 0.13.24-alpha.3
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/.docs/organized/changelogs/%40mastra%2Fagent-builder.md +18 -0
- package/.docs/organized/changelogs/%40mastra%2Fai-sdk.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fastra.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fchroma.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +28 -28
- package/.docs/organized/changelogs/%40mastra%2Fcloud.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +45 -45
- package/.docs/organized/changelogs/%40mastra%2Fcouchbase.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloud.md +32 -32
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +21 -21
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +31 -31
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +31 -31
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +35 -35
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Flance.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Floggers.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +25 -25
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fmssql.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fopensearch.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +24 -24
- package/.docs/organized/changelogs/%40mastra%2Fpinecone.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +44 -44
- package/.docs/organized/changelogs/%40mastra%2Fqdrant.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Frag.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fs3vectors.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +6 -0
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +37 -37
- package/.docs/organized/changelogs/%40mastra%2Fturbopuffer.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +19 -19
- package/.docs/organized/changelogs/%40mastra%2Fvectorize.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-azure.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-cloudflare.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-deepgram.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-elevenlabs.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-gladia.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google-gemini-live.md +9 -0
- package/.docs/organized/changelogs/%40mastra%2Fvoice-google.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +10 -10
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-playai.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-sarvam.md +11 -11
- package/.docs/organized/changelogs/%40mastra%2Fvoice-speechify.md +10 -10
- package/.docs/organized/changelogs/create-mastra.md +18 -18
- package/.docs/organized/changelogs/mastra.md +42 -42
- package/.docs/raw/agents/dynamic-agents.mdx +19 -0
- package/.docs/raw/agents/overview.mdx +46 -0
- package/.docs/raw/auth/auth0.mdx +235 -0
- package/.docs/raw/auth/index.mdx +2 -7
- package/.docs/raw/auth/workos.mdx +198 -0
- package/.docs/raw/getting-started/installation.mdx +1 -1
- package/.docs/raw/memory/conversation-history.mdx +23 -0
- package/.docs/raw/memory/overview.mdx +35 -150
- package/.docs/raw/memory/semantic-recall.mdx +36 -0
- package/.docs/raw/memory/threads-and-resources.mdx +94 -0
- package/.docs/raw/reference/agents/agent.mdx +82 -5
- package/.docs/raw/reference/agents/getInstructions.mdx +2 -2
- package/.docs/raw/reference/auth/auth0.mdx +117 -0
- package/.docs/raw/reference/auth/workos.mdx +128 -0
- package/.docs/raw/reference/memory/Memory.mdx +41 -0
- package/.docs/raw/reference/rag/pg.mdx +28 -1
- package/.docs/raw/reference/workflows/step.mdx +1 -1
- package/CHANGELOG.md +22 -0
- package/package.json +5 -5
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/agent-builder
|
|
2
2
|
|
|
3
|
+
## 0.0.6-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`6b7e804`](https://github.com/mastra-ai/mastra/commit/6b7e80406ba91bd6c6f5789f90e33551a48e66b1), [`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`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)]:
|
|
8
|
+
- @mastra/memory@0.15.3-alpha.1
|
|
9
|
+
- @mastra/core@0.18.0-alpha.3
|
|
10
|
+
|
|
11
|
+
## 0.0.6-alpha.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
16
|
+
|
|
17
|
+
- 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), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
|
|
18
|
+
- @mastra/core@0.18.0-alpha.2
|
|
19
|
+
- @mastra/memory@0.15.3-alpha.0
|
|
20
|
+
|
|
3
21
|
## 0.0.6-alpha.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/ai-sdk
|
|
2
2
|
|
|
3
|
+
## 0.0.4-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.0.4-alpha.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/astra
|
|
2
2
|
|
|
3
|
+
## 0.11.10-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.11.9
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
- Updated dependencies [144eb0b]
|
|
291
300
|
- @mastra/core@0.10.7-alpha.2
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
### Patch Changes
|
|
296
|
-
|
|
297
|
-
- 0e17048: Throw mastra errors in storage packages
|
|
298
|
-
- Updated dependencies [d1baedb]
|
|
299
|
-
- Updated dependencies [4d21bf2]
|
|
300
|
-
- Updated dependencies [2097952]
|
|
301
|
-
|
|
302
|
-
... 1849 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1858 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/chroma
|
|
2
2
|
|
|
3
|
+
## 0.11.10-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.11.9
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [d1baedb]
|
|
290
299
|
- Updated dependencies [d8f2d19]
|
|
291
300
|
- Updated dependencies [4d21bf2]
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [2097952]
|
|
295
|
-
- Updated dependencies [792c4c0]
|
|
296
|
-
- Updated dependencies [5d74aab]
|
|
297
|
-
- Updated dependencies [a8b194f]
|
|
298
|
-
- Updated dependencies [4fb0cc2]
|
|
299
|
-
- Updated dependencies [d2a7a31]
|
|
300
|
-
- Updated dependencies [502fe05]
|
|
301
|
-
|
|
302
|
-
... 1923 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 1932 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/clickhouse
|
|
2
2
|
|
|
3
|
+
## 0.15.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.15.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
### Patch Changes
|
|
290
299
|
|
|
291
300
|
- d6e39da: Load most recent snapshot from storage
|
|
292
|
-
- Updated dependencies [6faaee5]
|
|
293
|
-
- Updated dependencies [4232b14]
|
|
294
|
-
- Updated dependencies [a89de7e]
|
|
295
|
-
- Updated dependencies [cf4f357]
|
|
296
|
-
- Updated dependencies [a722c0b]
|
|
297
|
-
- Updated dependencies [3b5fec7]
|
|
298
|
-
- @mastra/core@0.14.0-alpha.1
|
|
299
|
-
|
|
300
|
-
## 0.13.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1048 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @mastra/client-js
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add model fallback handlers and apis ([#7378](https://github.com/mastra-ai/mastra/pull/7378))
|
|
8
|
+
|
|
9
|
+
- Delayed streamVNext breaking change notice by 1 week ([#8121](https://github.com/mastra-ai/mastra/pull/8121))
|
|
10
|
+
|
|
11
|
+
- Add server api to score traces ([#8064](https://github.com/mastra-ai/mastra/pull/8064))
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`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)]:
|
|
14
|
+
- @mastra/core@0.18.0-alpha.3
|
|
15
|
+
|
|
16
|
+
## 0.13.2-alpha.2
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 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)]:
|
|
21
|
+
- @mastra/core@0.18.0-alpha.2
|
|
22
|
+
|
|
23
|
+
## 0.13.2-alpha.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [[`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
|
|
28
|
+
- @mastra/core@0.17.2-alpha.1
|
|
29
|
+
|
|
3
30
|
## 0.13.2-alpha.0
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -271,32 +298,5 @@
|
|
|
271
298
|
|
|
272
299
|
### Minor Changes
|
|
273
300
|
|
|
274
|
-
- 6155cfc: Remove AGUI implementation from client-js
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
|
|
279
|
-
- 5397eb4: Add public URL support when adding files in Multi Modal
|
|
280
|
-
- Updated dependencies [fd83526]
|
|
281
|
-
- Updated dependencies [d0b90ab]
|
|
282
|
-
- Updated dependencies [6f5eb7a]
|
|
283
|
-
- Updated dependencies [a01cf14]
|
|
284
|
-
- Updated dependencies [a9e50ee]
|
|
285
|
-
- Updated dependencies [5397eb4]
|
|
286
|
-
- Updated dependencies [c9f4e4a]
|
|
287
|
-
- Updated dependencies [0acbc80]
|
|
288
|
-
- @mastra/core@0.16.0-alpha.0
|
|
289
|
-
|
|
290
|
-
## 0.11.3
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- ab48c97: dependencies updates:
|
|
295
|
-
- Updated dependency [`zod-to-json-schema@^3.24.6` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.6) (from `^3.24.5`, in `dependencies`)
|
|
296
|
-
- ff89505: Add deprecation warnings and add legacy routes
|
|
297
|
-
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
298
|
-
- 26b0d7c: Cleanup pkg output
|
|
299
|
-
- 48f0742: add deployer, server and clientjs handlers for agent builder template
|
|
300
|
-
- 5de1555: Fixed tracingContext on tool executions in AI tracing
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2655 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/cloud
|
|
2
2
|
|
|
3
|
+
## 0.1.16-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.1.15
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -290,13 +299,4 @@
|
|
|
290
299
|
|
|
291
300
|
## 0.1.5
|
|
292
301
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
296
|
-
- Updated dependencies [510e2c8]
|
|
297
|
-
- Updated dependencies [2f72fb2]
|
|
298
|
-
- Updated dependencies [27cc97a]
|
|
299
|
-
- Updated dependencies [3f89307]
|
|
300
|
-
- Updated dependencies [9eda7d4]
|
|
301
|
-
|
|
302
|
-
... 465 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 474 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/cloudflare-d1
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.13.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
|
|
290
299
|
## 0.12.4
|
|
291
300
|
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- 9881232: dependencies updates:
|
|
295
|
-
- Updated dependency [`cloudflare@^4.5.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/4.5.0) (from `^4.4.1`, in `dependencies`)
|
|
296
|
-
- 41c0698: fix executeRestQuery
|
|
297
|
-
- f42c4c2: update peer deps for packages to latest core range
|
|
298
|
-
- Updated dependencies [510e2c8]
|
|
299
|
-
- Updated dependencies [2f72fb2]
|
|
300
|
-
- Updated dependencies [27cc97a]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 821 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.12.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.12.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [41daa63]
|
|
290
299
|
- Updated dependencies [ad0a58b]
|
|
291
300
|
- Updated dependencies [254a36b]
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
- Updated dependencies [fc92d80]
|
|
295
|
-
- Updated dependencies [e0f73c6]
|
|
296
|
-
- Updated dependencies [0b89602]
|
|
297
|
-
- Updated dependencies [4d37822]
|
|
298
|
-
- Updated dependencies [23a6a7c]
|
|
299
|
-
- Updated dependencies [cda801d]
|
|
300
|
-
- Updated dependencies [a77c823]
|
|
301
|
-
|
|
302
|
-
... 981 more lines hidden. See full changelog in package directory.
|
|
301
|
+
|
|
302
|
+
... 990 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @mastra/core
|
|
2
2
|
|
|
3
|
+
## 0.18.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
|
|
8
|
+
|
|
9
|
+
- Fix PostgreSQL vector index recreation issue and add optional index configuration ([#8020](https://github.com/mastra-ai/mastra/pull/8020))
|
|
10
|
+
- Fixed critical bug where memory vector indexes were unnecessarily recreated on every operation
|
|
11
|
+
- Added support for configuring vector index types (HNSW, IVFFlat, flat) and parameters
|
|
12
|
+
|
|
13
|
+
- Fix navigating between scores and entity types ([#8129](https://github.com/mastra-ai/mastra/pull/8129))
|
|
14
|
+
|
|
15
|
+
- Delayed streamVNext breaking change notice by 1 week ([#8121](https://github.com/mastra-ai/mastra/pull/8121))
|
|
16
|
+
|
|
17
|
+
- Tool hitl ([#8084](https://github.com/mastra-ai/mastra/pull/8084))
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`b61b8e0`](https://github.com/mastra-ai/mastra/commit/b61b8e0b0e93a7e6e9d82e6f0b620bb919a20bdb)]:
|
|
20
|
+
- @mastra/schema-compat@0.11.4-alpha.0
|
|
21
|
+
|
|
22
|
+
## 0.18.0-alpha.2
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- Allow agent instructions to accept SystemMessage types ([#7987](https://github.com/mastra-ai/mastra/pull/7987))
|
|
27
|
+
|
|
28
|
+
Agents can now use rich instruction formats beyond simple strings:
|
|
29
|
+
- CoreSystemMessage and SystemModelMessage objects with provider-specific options
|
|
30
|
+
- Arrays of strings or system messages
|
|
31
|
+
- Dynamic instructions returning any SystemMessage type
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Agent type fixes ([#8072](https://github.com/mastra-ai/mastra/pull/8072))
|
|
36
|
+
|
|
37
|
+
- Fixes for `getStepResult` in workflow steps ([#8065](https://github.com/mastra-ai/mastra/pull/8065))
|
|
38
|
+
|
|
39
|
+
- Add scorer type, for automatic type inferrence when creating scorers for agents ([#8032](https://github.com/mastra-ai/mastra/pull/8032))
|
|
40
|
+
|
|
41
|
+
## 0.17.2-alpha.1
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- show the tool-output stream in the playground for streamVNext ([#7983](https://github.com/mastra-ai/mastra/pull/7983))
|
|
46
|
+
|
|
3
47
|
## 0.17.2-alpha.0
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
|
@@ -254,49 +298,5 @@
|
|
|
254
298
|
|
|
255
299
|
- fix workflows runs fetching and displaying ([#7852](https://github.com/mastra-ai/mastra/pull/7852))
|
|
256
300
|
|
|
257
|
-
- fix empty state for scorers on agent page ([#7846](https://github.com/mastra-ai/mastra/pull/7846))
|
|
258
|
-
|
|
259
|
-
## 0.16.4-alpha.2
|
|
260
|
-
|
|
261
|
-
### Patch Changes
|
|
262
|
-
|
|
263
|
-
- Postgresql Storage Query Index Performance: Adds index operations and automatic indexing for Postgresql ([#7757](https://github.com/mastra-ai/mastra/pull/7757))
|
|
264
|
-
|
|
265
|
-
- Fixes assistant message ids when using toUIMessageStream, preserves the original messageId rather than creating a new id for this message. ([#7783](https://github.com/mastra-ai/mastra/pull/7783))
|
|
266
|
-
|
|
267
|
-
## 0.16.4-alpha.1
|
|
268
|
-
|
|
269
|
-
### Patch Changes
|
|
270
|
-
|
|
271
|
-
- Add resource id to workflow run snapshots ([#7740](https://github.com/mastra-ai/mastra/pull/7740))
|
|
272
|
-
|
|
273
|
-
## 0.16.4-alpha.0
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
|
-
|
|
277
|
-
- Added the ability to hide internal ai tracing spans (enabled by default) ([#7764](https://github.com/mastra-ai/mastra/pull/7764))
|
|
278
|
-
|
|
279
|
-
- "refactored ai tracing to commonize types" ([#7744](https://github.com/mastra-ai/mastra/pull/7744))
|
|
280
|
-
|
|
281
|
-
- feat: add requiresAuth option for custom API routes ([#7703](https://github.com/mastra-ai/mastra/pull/7703))
|
|
282
|
-
|
|
283
|
-
Added a new `requiresAuth` option to the `ApiRoute` type that allows users to explicitly control authentication requirements for custom endpoints.
|
|
284
|
-
- By default, all custom routes require authentication (`requiresAuth: true`)
|
|
285
|
-
- Set `requiresAuth: false` to make a route publicly accessible without authentication
|
|
286
|
-
- The auth middleware now checks this configuration before applying authentication
|
|
287
|
-
|
|
288
|
-
Example usage:
|
|
289
|
-
|
|
290
|
-
```typescript
|
|
291
|
-
const customRoutes: ApiRoute[] = [
|
|
292
|
-
{
|
|
293
|
-
path: '/api/public-endpoint',
|
|
294
|
-
method: 'GET',
|
|
295
|
-
requiresAuth: false, // No authentication required
|
|
296
|
-
handler: async c => c.json({ message: 'Public access' }),
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
path: '/api/protected-endpoint',
|
|
300
|
-
method: 'GET',
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3598 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @mastra/couchbase
|
|
2
2
|
|
|
3
|
+
## 0.11.10-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
8
|
+
|
|
9
|
+
- 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)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.2
|
|
11
|
+
|
|
3
12
|
## 0.11.9
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -289,14 +298,5 @@
|
|
|
289
298
|
- Updated dependencies [4efcfa0]
|
|
290
299
|
- @mastra/core@0.10.7-alpha.3
|
|
291
300
|
|
|
292
|
-
## 0.10.4-alpha.0
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- 0e17048: Throw mastra errors in storage packages
|
|
297
|
-
- Updated dependencies [d1baedb]
|
|
298
|
-
- Updated dependencies [4d21bf2]
|
|
299
|
-
- Updated dependencies [2097952]
|
|
300
|
-
- Updated dependencies [4fb0cc2]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 331 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @mastra/deployer-cloud
|
|
2
2
|
|
|
3
|
+
## 0.18.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`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), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.3
|
|
11
|
+
- @mastra/deployer@0.18.0-alpha.3
|
|
12
|
+
|
|
13
|
+
## 0.18.0-alpha.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
18
|
+
|
|
19
|
+
- 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), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
|
|
20
|
+
- @mastra/core@0.18.0-alpha.2
|
|
21
|
+
- @mastra/deployer@0.18.0-alpha.2
|
|
22
|
+
- @mastra/loggers@0.10.13-alpha.0
|
|
23
|
+
|
|
24
|
+
## 0.17.2-alpha.1
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
|
|
29
|
+
- Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
|
|
30
|
+
- Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
|
|
31
|
+
- @mastra/deployer@0.17.2-alpha.1
|
|
32
|
+
- @mastra/core@0.17.2-alpha.1
|
|
33
|
+
|
|
3
34
|
## 0.17.2-alpha.0
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
|
@@ -267,36 +298,5 @@
|
|
|
267
298
|
### Patch Changes
|
|
268
299
|
|
|
269
300
|
- Updated dependencies [cf4e353]
|
|
270
|
-
- Updated dependencies [fd83526]
|
|
271
|
-
- Updated dependencies [d0b90ab]
|
|
272
|
-
- Updated dependencies [6f5eb7a]
|
|
273
|
-
- Updated dependencies [a01cf14]
|
|
274
|
-
- Updated dependencies [a9e50ee]
|
|
275
|
-
- Updated dependencies [5397eb4]
|
|
276
|
-
- Updated dependencies [c9f4e4a]
|
|
277
|
-
- Updated dependencies [0acbc80]
|
|
278
|
-
- @mastra/deployer@0.16.0-alpha.0
|
|
279
|
-
- @mastra/core@0.16.0-alpha.0
|
|
280
|
-
|
|
281
|
-
## 0.15.3
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
301
|
|
|
285
|
-
|
|
286
|
-
- Updated dependency [`redis@^5.8.2` ↗︎](https://www.npmjs.com/package/redis/v/5.8.2) (from `^5.8.0`, in `dependencies`)
|
|
287
|
-
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
288
|
-
- f0dfcac: updated core peerdep
|
|
289
|
-
- Updated dependencies [ab48c97]
|
|
290
|
-
- Updated dependencies [3e0bd2a]
|
|
291
|
-
- Updated dependencies [2b64943]
|
|
292
|
-
- Updated dependencies [85ef90b]
|
|
293
|
-
- Updated dependencies [aedbbfa]
|
|
294
|
-
- Updated dependencies [ff89505]
|
|
295
|
-
- Updated dependencies [637f323]
|
|
296
|
-
- Updated dependencies [de3cbc6]
|
|
297
|
-
- Updated dependencies [c19bcf7]
|
|
298
|
-
- Updated dependencies [4474d04]
|
|
299
|
-
- Updated dependencies [183dc95]
|
|
300
|
-
- Updated dependencies [a1111e2]
|
|
301
|
-
|
|
302
|
-
... 191 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 222 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @mastra/deployer-cloudflare
|
|
2
2
|
|
|
3
|
+
## 0.14.2-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`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), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.3
|
|
11
|
+
- @mastra/deployer@0.18.0-alpha.3
|
|
12
|
+
|
|
13
|
+
## 0.14.2-alpha.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
18
|
+
|
|
19
|
+
- 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), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
|
|
20
|
+
- @mastra/core@0.18.0-alpha.2
|
|
21
|
+
- @mastra/deployer@0.18.0-alpha.2
|
|
22
|
+
|
|
3
23
|
## 0.14.2-alpha.0
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -278,25 +298,5 @@
|
|
|
278
298
|
- @mastra/core@0.15.3-alpha.4
|
|
279
299
|
- @mastra/deployer@0.15.3-alpha.4
|
|
280
300
|
|
|
281
|
-
## 0.13.3-alpha.0
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- Updated dependencies [[`00c74e7`](https://github.com/mastra-ai/mastra/commit/00c74e73b1926be0d475693bb886fb67a22ff352), [`6f715fe`](https://github.com/mastra-ai/mastra/commit/6f715fe524296e1138a319e56bcf8e4214bd5dd5), [`af90672`](https://github.com/mastra-ai/mastra/commit/af906722d8da28688882193b1e531026f9e2e81e), [`a6e2254`](https://github.com/mastra-ai/mastra/commit/a6e225469159950bb69e8d240d510ec57dc0d79a), [`56041d0`](https://github.com/mastra-ai/mastra/commit/56041d018863a3da6b98c512e47348647c075fb3), [`5de1555`](https://github.com/mastra-ai/mastra/commit/5de15554d3d6695211945a36928f6657e76cddc9), [`1ed5a3e`](https://github.com/mastra-ai/mastra/commit/1ed5a3e19330374c4347a4237cd2f4b9ffb60376)]:
|
|
286
|
-
- @mastra/core@0.15.3-alpha.0
|
|
287
|
-
- @mastra/deployer@0.15.3-alpha.0
|
|
288
|
-
|
|
289
|
-
## 0.13.2
|
|
290
|
-
|
|
291
|
-
### Patch Changes
|
|
292
|
-
|
|
293
|
-
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
|
|
296
|
-
- @mastra/deployer@0.15.2
|
|
297
|
-
- @mastra/core@0.15.2
|
|
298
|
-
|
|
299
|
-
## 0.13.1
|
|
300
|
-
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3672 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @mastra/deployer-netlify
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feat: implement trace scoring with batch processing capabilities ([#8033](https://github.com/mastra-ai/mastra/pull/8033))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`4b339b8`](https://github.com/mastra-ai/mastra/commit/4b339b8141c20d6a6d80583c7e8c5c05d8c19492), [`8f56160`](https://github.com/mastra-ai/mastra/commit/8f56160fd45c740076529148b9c225f6842d43b0), [`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), [`282379f`](https://github.com/mastra-ai/mastra/commit/282379fafed80c6417fe1e791087110decd481ca)]:
|
|
10
|
+
- @mastra/core@0.18.0-alpha.3
|
|
11
|
+
- @mastra/deployer@0.18.0-alpha.3
|
|
12
|
+
|
|
13
|
+
## 0.13.2-alpha.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Update Peerdeps for packages based on core minor bump ([#8025](https://github.com/mastra-ai/mastra/pull/8025))
|
|
18
|
+
|
|
19
|
+
- 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), [`2d29ad9`](https://github.com/mastra-ai/mastra/commit/2d29ad92763cac02fc1d80c221ac93c39c0c5caf), [`c4a8204`](https://github.com/mastra-ai/mastra/commit/c4a82046bfd241d6044e234bc5917d5a01fe6b55), [`5b1ee71`](https://github.com/mastra-ai/mastra/commit/5b1ee71dc3ac92383226dc1e375642ca5f9b4224)]:
|
|
20
|
+
- @mastra/core@0.18.0-alpha.2
|
|
21
|
+
- @mastra/deployer@0.18.0-alpha.2
|
|
22
|
+
|
|
23
|
+
## 0.13.2-alpha.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- dependencies updates: ([#8007](https://github.com/mastra-ai/mastra/pull/8007))
|
|
28
|
+
- Updated dependency [`fs-extra@^11.3.2` ↗︎](https://www.npmjs.com/package/fs-extra/v/11.3.2) (from `^11.3.1`, in `dependencies`)
|
|
29
|
+
- Updated dependencies [[`288745a`](https://github.com/mastra-ai/mastra/commit/288745a19aa9557db3ab3c877d667ff59f14d79c), [`c45298a`](https://github.com/mastra-ai/mastra/commit/c45298a0a0791db35cf79f1199d77004da0704cb)]:
|
|
30
|
+
- @mastra/deployer@0.17.2-alpha.1
|
|
31
|
+
- @mastra/core@0.17.2-alpha.1
|
|
32
|
+
|
|
3
33
|
## 0.13.2-alpha.0
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
|
@@ -268,35 +298,5 @@
|
|
|
268
298
|
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
269
299
|
|
|
270
300
|
- Updated dependencies [[`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430)]:
|
|
271
|
-
- @mastra/deployer@0.15.2
|
|
272
|
-
- @mastra/core@0.15.2
|
|
273
|
-
|
|
274
|
-
## 0.12.1
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
|
|
279
|
-
|
|
280
|
-
- Updated dependencies [[`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298)]:
|
|
281
|
-
- @mastra/deployer@0.15.1
|
|
282
|
-
- @mastra/core@0.15.1
|
|
283
|
-
|
|
284
|
-
## 0.12.0
|
|
285
|
-
|
|
286
|
-
### Minor Changes
|
|
287
|
-
|
|
288
|
-
- [#7028](https://github.com/mastra-ai/mastra/pull/7028) [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump core peerdependency
|
|
289
|
-
|
|
290
|
-
- [#7032](https://github.com/mastra-ai/mastra/pull/7032) [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c) Thanks [@wardpeet](https://github.com/wardpeet)! - Bump zod peerdep to 3.25.0 to support both v3/v4
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- [#6942](https://github.com/mastra-ai/mastra/pull/6942) [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01) Thanks [@wardpeet](https://github.com/wardpeet)! - Add zod as peerdeps for all packages
|
|
295
|
-
|
|
296
|
-
- Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`e9a36bd`](https://github.com/mastra-ai/mastra/commit/e9a36bd03ed032528b60186a318f563ebf59c01a), [`2b38a60`](https://github.com/mastra-ai/mastra/commit/2b38a60da0c1153028d8241c7748b41c5fb81121), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`681252d`](https://github.com/mastra-ai/mastra/commit/681252d20e57fcee6821377dea96cacab3bc230f), [`01be5d3`](https://github.com/mastra-ai/mastra/commit/01be5d358fad8faa101e5c69dfa54562c02cc0af), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`da58ccc`](https://github.com/mastra-ai/mastra/commit/da58ccc1f2ac33da0cb97b00443fc6208b45bdec), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`2a96802`](https://github.com/mastra-ai/mastra/commit/2a96802f76790ebb86a1bcb254398dccf27e5479), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`de24804`](https://github.com/mastra-ai/mastra/commit/de248044e79b407d211b339ce3ed4dc6e1630704), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
|
|
297
|
-
- @mastra/core@0.15.0
|
|
298
|
-
- @mastra/deployer@0.15.0
|
|
299
|
-
|
|
300
|
-
## 0.12.0-alpha.3
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 3414 more lines hidden. See full changelog in package directory.
|