@mastra/mcp-docs-server 0.13.1-alpha.0 → 0.13.1-alpha.2

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.
Files changed (77) hide show
  1. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +15 -15
  2. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +44 -44
  3. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +15 -15
  4. package/.docs/organized/changelogs/%40mastra%2Fcore.md +37 -37
  5. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +53 -53
  6. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +53 -53
  7. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +54 -54
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +63 -63
  9. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +40 -0
  10. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +19 -19
  11. package/.docs/organized/changelogs/%40mastra%2Fmcp-registry-registry.md +24 -24
  12. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +8 -8
  13. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +13 -13
  14. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +14 -14
  15. package/.docs/organized/changelogs/%40mastra%2Fpg.md +31 -31
  16. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +50 -50
  17. package/.docs/organized/changelogs/%40mastra%2Fserver.md +47 -47
  18. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +37 -37
  19. package/.docs/organized/changelogs/%40mastra%2Fvoice-gladia.md +9 -0
  20. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +12 -12
  21. package/.docs/organized/changelogs/create-mastra.md +15 -15
  22. package/.docs/organized/changelogs/mastra.md +86 -86
  23. package/.docs/organized/code-examples/agent.md +1 -1
  24. package/.docs/organized/code-examples/agui.md +4 -1
  25. package/.docs/organized/code-examples/ai-sdk-useChat.md +1 -1
  26. package/.docs/organized/code-examples/fireworks-r1.md +1 -1
  27. package/.docs/organized/code-examples/memory-with-processors.md +2 -2
  28. package/.docs/organized/code-examples/openapi-spec-writer.md +1 -1
  29. package/.docs/organized/code-examples/quick-start.md +1 -1
  30. package/.docs/organized/code-examples/weather-agent.md +7 -1
  31. package/.docs/raw/course/01-first-agent/03-verifying-installation.md +4 -2
  32. package/.docs/raw/course/01-first-agent/16-adding-memory-to-agent.md +1 -1
  33. package/.docs/raw/course/02-agent-tools-mcp/15-updating-mcp-config-github.md +1 -1
  34. package/.docs/raw/course/02-agent-tools-mcp/20-updating-mcp-config-hackernews.md +1 -1
  35. package/.docs/raw/course/02-agent-tools-mcp/26-updating-mcp-config-filesystem.md +1 -1
  36. package/.docs/raw/course/03-agent-memory/03-installing-memory.md +4 -2
  37. package/.docs/raw/course/03-agent-memory/04-creating-basic-memory-agent.md +1 -1
  38. package/.docs/raw/course/03-agent-memory/08-configuring-conversation-history.md +3 -3
  39. package/.docs/raw/course/03-agent-memory/13-vector-store-configuration.md +27 -0
  40. package/.docs/raw/course/03-agent-memory/{13-what-is-semantic-recall.md → 14-what-is-semantic-recall.md} +1 -1
  41. package/.docs/raw/course/03-agent-memory/16-configuring-semantic-recall.md +41 -0
  42. package/.docs/raw/course/03-agent-memory/18-advanced-configuration-semantic-recall.md +28 -0
  43. package/.docs/raw/course/03-agent-memory/21-configuring-working-memory.md +9 -9
  44. package/.docs/raw/course/03-agent-memory/22-custom-working-memory-templates.md +10 -2
  45. package/.docs/raw/course/03-agent-memory/25-combining-memory-features.md +8 -1
  46. package/.docs/raw/course/03-agent-memory/27-creating-learning-assistant.md +8 -1
  47. package/.docs/raw/deployment/deployment.mdx +26 -97
  48. package/.docs/raw/deployment/overview.mdx +18 -3
  49. package/.docs/raw/deployment/web-framework.mdx +63 -0
  50. package/.docs/raw/frameworks/web-frameworks/astro.mdx +7 -1
  51. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
  52. package/.docs/raw/getting-started/installation.mdx +98 -558
  53. package/.docs/raw/getting-started/project-structure.mdx +3 -16
  54. package/.docs/raw/rag/vector-databases.mdx +4 -7
  55. package/.docs/raw/reference/agents/generate.mdx +35 -3
  56. package/.docs/raw/reference/agents/stream.mdx +35 -3
  57. package/.docs/raw/reference/client-js/memory.mdx +14 -0
  58. package/.docs/raw/reference/client-js/workflows.mdx +28 -0
  59. package/.docs/raw/reference/deployer/cloudflare.mdx +9 -3
  60. package/.docs/raw/reference/deployer/deployer.mdx +1 -1
  61. package/.docs/raw/reference/deployer/netlify.mdx +25 -4
  62. package/.docs/raw/reference/deployer/vercel.mdx +10 -4
  63. package/.docs/raw/workflows/control-flow.mdx +45 -171
  64. package/.docs/raw/workflows/input-data-mapping.mdx +21 -88
  65. package/.docs/raw/workflows/overview.mdx +23 -46
  66. package/.docs/raw/workflows/suspend-and-resume.mdx +46 -34
  67. package/.docs/raw/workflows/using-with-agents-and-tools.mdx +55 -191
  68. package/dist/_tsup-dts-rollup.d.ts +14 -0
  69. package/dist/{chunk-QWIXFGFR.js → chunk-P5AHYMUI.js} +126 -20
  70. package/dist/prepare-docs/prepare.js +1 -1
  71. package/dist/stdio.js +42 -12
  72. package/package.json +3 -3
  73. package/.docs/raw/course/03-agent-memory/15-configuring-semantic-recall.md +0 -46
  74. package/.docs/raw/course/03-agent-memory/16-vector-store-configuration.md +0 -37
  75. package/.docs/raw/course/03-agent-memory/18-disabling-semantic-recall.md +0 -24
  76. /package/.docs/raw/{deployment/client.mdx → client-js/overview.mdx} +0 -0
  77. /package/.docs/raw/course/03-agent-memory/{14-how-semantic-recall-works.md → 15-how-semantic-recall-works.md} +0 -0
@@ -1,5 +1,67 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.10.6-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [12a95fc]
8
+ - Updated dependencies [51264a5]
9
+ - Updated dependencies [8e6f677]
10
+ - @mastra/core@0.10.6-alpha.5
11
+ - @mastra/server@0.10.6-alpha.5
12
+
13
+ ## 0.10.6-alpha.4
14
+
15
+ ### Patch Changes
16
+
17
+ - 79b9909: Optimize dependencies of tools even when unused.
18
+
19
+ Fixes #5149
20
+
21
+ - 084f6aa: Add logs to circular dependency to warn people when starting server might break
22
+ - 9589624: Throw Mastra Errors when building and bundling mastra application
23
+ - Updated dependencies [9589624]
24
+ - @mastra/core@0.10.6-alpha.4
25
+ - @mastra/server@0.10.6-alpha.4
26
+
27
+ ## 0.10.6-alpha.3
28
+
29
+ ### Patch Changes
30
+
31
+ - 4051477: dependencies updates:
32
+ - Updated dependency [`@rollup/plugin-commonjs@^28.0.5` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.5) (from `^28.0.3`, in `dependencies`)
33
+ - c28ed65: dependencies updates:
34
+ - Updated dependency [`@rollup/plugin-commonjs@^28.0.5` ↗︎](https://www.npmjs.com/package/@rollup/plugin-commonjs/v/28.0.5) (from `^28.0.3`, in `dependencies`)
35
+ - Updated dependencies [d70c420]
36
+ - Updated dependencies [2a16996]
37
+ - Updated dependencies [2002c59]
38
+ - @mastra/core@0.10.6-alpha.3
39
+ - @mastra/server@0.10.6-alpha.3
40
+
41
+ ## 0.10.6-alpha.2
42
+
43
+ ### Patch Changes
44
+
45
+ - ec7f824: Add support to improve lodash imports
46
+ - Updated dependencies [5f67b6f]
47
+ - Updated dependencies [4b0f8a6]
48
+ - @mastra/server@0.10.6-alpha.2
49
+ - @mastra/core@0.10.6-alpha.2
50
+
51
+ ## 0.10.6-alpha.1
52
+
53
+ ### Patch Changes
54
+
55
+ - ee9af57: Add api for polling run execution result and get run by id
56
+ - 3270d9d: Fix runtime context being undefined
57
+ - Updated dependencies [ee9af57]
58
+ - Updated dependencies [3270d9d]
59
+ - Updated dependencies [751c894]
60
+ - Updated dependencies [577ce3a]
61
+ - Updated dependencies [9260b3a]
62
+ - @mastra/server@0.10.6-alpha.1
63
+ - @mastra/core@0.10.6-alpha.1
64
+
3
65
  ## 0.10.6-alpha.0
4
66
 
5
67
  ### Patch Changes
@@ -236,67 +298,5 @@
236
298
 
237
299
  ## 0.10.2-alpha.4
238
300
 
239
- ### Patch Changes
240
-
241
- - Updated dependencies [c5bf1ce]
242
- - Updated dependencies [12b7002]
243
- - @mastra/server@0.10.2-alpha.4
244
- - @mastra/core@0.10.2-alpha.4
245
-
246
- ## 0.10.2-alpha.3
247
-
248
- ### Patch Changes
249
-
250
- - f73e11b: fix telemetry disabled not working on playground
251
- - f946acf: Filter out dynamic imports by node builtins
252
- - Updated dependencies [ab5adbe]
253
- - Updated dependencies [195c428]
254
- - Updated dependencies [f73e11b]
255
- - Updated dependencies [422ee9e]
256
- - @mastra/core@0.10.2-alpha.3
257
- - @mastra/server@0.10.2-alpha.3
258
-
259
- ## 0.10.2-alpha.2
260
-
261
- ### Patch Changes
262
-
263
- - e8d2aff: Fix non-scoped packages in mastra build
264
- - 4187ed4: Fix mcp server api openapijson
265
- - f0d559f: Fix peerdeps for alpha channel
266
- - Updated dependencies [1e8bb40]
267
- - Updated dependencies [f0d559f]
268
- - Updated dependencies [a0ebc3f]
269
- - @mastra/core@0.10.2-alpha.2
270
- - @mastra/server@0.10.2-alpha.2
271
-
272
- ## 0.10.2-alpha.1
273
-
274
- ### Patch Changes
275
-
276
- - Updated dependencies [ee77e78]
277
- - Updated dependencies [2901125]
278
- - @mastra/core@0.10.2-alpha.1
279
- - @mastra/server@0.10.2-alpha.1
280
-
281
- ## 0.10.2-alpha.0
282
-
283
- ### Patch Changes
284
-
285
- - Updated dependencies [592a2db]
286
- - Updated dependencies [e5dc18d]
287
- - Updated dependencies [e2228f6]
288
- - @mastra/core@0.10.2-alpha.0
289
- - @mastra/server@0.10.2-alpha.0
290
-
291
- ## 0.10.1
292
-
293
- ### Patch Changes
294
-
295
- - 6d16390: Support custom bundle externals on mastra Instance
296
- - bed0916: Handle wildcards in tools discovery
297
- - 5343f93: Move emitter to symbol to make private
298
- - fe68410: Fix mcp server routes
299
- - Updated dependencies [d70b807]
300
- - Updated dependencies [6d16390]
301
301
 
302
- ... 2336 more lines hidden. See full changelog in package directory.
302
+ ... 2398 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,45 @@
1
1
  # @mastra/dynamodb
2
2
 
3
+ ## 0.11.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c3e021: chore(deps): update mastra dynamodb to ^1.10.0
8
+
9
+ ## 0.11.0-alpha.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 4051477: dependencies updates:
14
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
15
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
16
+ - Updated dependencies [d70c420]
17
+ - Updated dependencies [2a16996]
18
+ - @mastra/core@0.10.6-alpha.3
19
+
20
+ ## 0.11.0-alpha.2
21
+
22
+ ### Patch Changes
23
+
24
+ - fdfed6c: dependencies updates:
25
+ - Updated dependency [`@aws-sdk/client-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/client-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
26
+ - Updated dependency [`@aws-sdk/lib-dynamodb@^3.828.0` ↗︎](https://www.npmjs.com/package/@aws-sdk/lib-dynamodb/v/3.828.0) (from `^3.826.0`, in `dependencies`)
27
+ - Updated dependencies [4b0f8a6]
28
+ - @mastra/core@0.10.6-alpha.2
29
+
30
+ ## 0.11.0-alpha.1
31
+
32
+ ### Minor Changes
33
+
34
+ - 704d1ca: Thread Timestamp Auto-Update Enhancement
35
+ Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
36
+ Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
37
+ Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
38
+ Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
39
+ Backwards compatible: No breaking changes - existing code continues to work unchanged
40
+ Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
41
+ This enhancement resolves the issue where active conversations appeared stale due to outdated thread timestamps, providing better conversation management and user experience in chat applications.
42
+
3
43
  ## 0.10.5-alpha.0
4
44
 
5
45
  ### Patch Changes
@@ -1,5 +1,23 @@
1
1
  # @mastra/mcp-docs-server
2
2
 
3
+ ## 0.13.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [bd1674f]
8
+ - Updated dependencies [69f76f7]
9
+ - @mastra/mcp@0.10.4-alpha.1
10
+
11
+ ## 0.13.1-alpha.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 57675ee: [MASTRA-3679] MCP Docs Server Content Based Matching and Ranking
16
+ - Updated dependencies [12a95fc]
17
+ - Updated dependencies [51264a5]
18
+ - Updated dependencies [8e6f677]
19
+ - @mastra/core@0.10.6-alpha.5
20
+
3
21
  ## 0.13.1-alpha.0
4
22
 
5
23
  ### Patch Changes
@@ -280,23 +298,5 @@
280
298
  ### Patch Changes
281
299
 
282
300
  - Updated dependencies [3e9c131]
283
- - @mastra/core@0.9.4-alpha.4
284
- - @mastra/mcp@0.5.0-alpha.6
285
-
286
- ## 0.0.14-alpha.5
287
-
288
- ### Patch Changes
289
-
290
- - Updated dependencies [8baa6c8]
291
- - @mastra/mcp@0.5.0-alpha.5
292
-
293
- ## 0.0.14-alpha.4
294
-
295
- ### Patch Changes
296
-
297
- - Updated dependencies [396be50]
298
- - Updated dependencies [c3bd795]
299
- - Updated dependencies [da082f8]
300
- - Updated dependencies [a5810ce]
301
301
 
302
- ... 764 more lines hidden. See full changelog in package directory.
302
+ ... 782 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,28 @@
1
1
  # @mastra/mcp-registry-registry
2
2
 
3
+ ## 0.10.3-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6dacc4d: dependencies updates:
8
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.12.3` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.12.3) (from `^1.12.1`, in `dependencies`)
9
+ - 4051477: dependencies updates:
10
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.12.3` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.12.3) (from `^1.12.1`, in `dependencies`)
11
+ - Updated dependencies [d70c420]
12
+ - Updated dependencies [2a16996]
13
+ - @mastra/core@0.10.6-alpha.3
14
+
15
+ ## 0.10.3-alpha.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 4c62489: feat: add MCP Bar to registry with description and URL
20
+ - Updated dependencies [ee9af57]
21
+ - Updated dependencies [751c894]
22
+ - Updated dependencies [577ce3a]
23
+ - Updated dependencies [9260b3a]
24
+ - @mastra/core@0.10.6-alpha.1
25
+
3
26
  ## 0.10.3-alpha.0
4
27
 
5
28
  ### Patch Changes
@@ -276,27 +299,4 @@
276
299
 
277
300
  ## 0.0.4-alpha.6
278
301
 
279
- ### Patch Changes
280
-
281
- - Updated dependencies [6052aa6]
282
- - Updated dependencies [7d8b7c7]
283
- - Updated dependencies [3a5f1e1]
284
- - Updated dependencies [8398d89]
285
- - @mastra/core@0.9.2-alpha.6
286
-
287
- ## 0.0.4-alpha.5
288
-
289
- ### Patch Changes
290
-
291
- - Updated dependencies [3d2fb5c]
292
- - Updated dependencies [7eeb2bc]
293
- - Updated dependencies [8607972]
294
- - Updated dependencies [7eeb2bc]
295
- - Updated dependencies [fba031f]
296
- - @mastra/core@0.9.2-alpha.5
297
-
298
- ## 0.0.4-alpha.4
299
-
300
- ### Patch Changes
301
-
302
- ... 280 more lines hidden. See full changelog in package directory.
302
+ ... 303 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.10.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bd1674f: Change how connection promise works for client connection
8
+ - 69f76f7: Fix Agents as tools when building mastra mcp server
9
+
3
10
  ## 0.10.4-alpha.0
4
11
 
5
12
  ### Patch Changes
@@ -291,12 +298,5 @@
291
298
  - Updated dependencies [edf1e88]
292
299
  - @mastra/core@0.9.4-alpha.1
293
300
 
294
- ## 0.4.4-alpha.0
295
-
296
- ### Patch Changes
297
-
298
- - Updated dependencies [daf942f]
299
- - Updated dependencies [0b8b868]
300
- - @mastra/core@0.9.4-alpha.0
301
301
 
302
- ... 1716 more lines hidden. See full changelog in package directory.
302
+ ... 1723 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,17 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.10.4-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4051477: dependencies updates:
8
+ - Added dependency [`zod-to-json-schema@^3.24.5` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.5) (to `dependencies`)
9
+ - d70c420: fix(core, memory): fix fetchMemory regression
10
+ - 2a16996: Working Memory Schema and Template
11
+ - Updated dependencies [d70c420]
12
+ - Updated dependencies [2a16996]
13
+ - @mastra/core@0.10.6-alpha.3
14
+
3
15
  ## 0.10.4-alpha.0
4
16
 
5
17
  ### Patch Changes
@@ -286,17 +298,5 @@
286
298
  - Updated dependencies [e450778]
287
299
  - Updated dependencies [8902157]
288
300
  - Updated dependencies [ca0dc88]
289
- - Updated dependencies [526c570]
290
- - Updated dependencies [d7a6a33]
291
- - Updated dependencies [9cd1a46]
292
- - Updated dependencies [b5d2de0]
293
- - Updated dependencies [644f8ad]
294
- - Updated dependencies [70dbf51]
295
- - @mastra/core@0.9.3
296
-
297
- ## 0.3.3-alpha.1
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 2070 more lines hidden. See full changelog in package directory.
302
+ ... 2082 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,18 @@
1
1
  # @mastra/mongodb
2
2
 
3
+ ## 0.11.0-alpha.1
4
+
5
+ ### Minor Changes
6
+
7
+ - 704d1ca: Thread Timestamp Auto-Update Enhancement
8
+ Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
9
+ Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
10
+ Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
11
+ Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
12
+ Backwards compatible: No breaking changes - existing code continues to work unchanged
13
+ Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
14
+ This enhancement resolves the issue where active conversations appeared stale due to outdated thread timestamps, providing better conversation management and user experience in chat applications.
15
+
3
16
  ## 0.10.4-alpha.0
4
17
 
5
18
  ### Patch Changes
@@ -285,18 +298,5 @@
285
298
  - Updated dependencies [d7a6a33]
286
299
  - Updated dependencies [9cd1a46]
287
300
  - Updated dependencies [b5d2de0]
288
- - Updated dependencies [644f8ad]
289
- - Updated dependencies [70dbf51]
290
- - @mastra/core@0.9.3
291
-
292
- ## 0.0.4-alpha.1
293
-
294
- ### Patch Changes
295
-
296
- - Updated dependencies [e450778]
297
- - Updated dependencies [8902157]
298
- - Updated dependencies [ca0dc88]
299
- - Updated dependencies [9cd1a46]
300
- - Updated dependencies [70dbf51]
301
301
 
302
- ... 188 more lines hidden. See full changelog in package directory.
302
+ ... 201 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,35 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.11.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c23252: [MASTRA-3982] Fix Memory Retrieval for PG when scope is resource
8
+ - Updated dependencies [9589624]
9
+ - @mastra/core@0.10.6-alpha.4
10
+
11
+ ## 0.11.0-alpha.2
12
+
13
+ ### Patch Changes
14
+
15
+ - eed55d7: quotes table and schema names for vector and storage to allow for camelcase
16
+ - Updated dependencies [d70c420]
17
+ - Updated dependencies [2a16996]
18
+ - @mastra/core@0.10.6-alpha.3
19
+
20
+ ## 0.11.0-alpha.1
21
+
22
+ ### Minor Changes
23
+
24
+ - 704d1ca: Thread Timestamp Auto-Update Enhancement
25
+ Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
26
+ Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
27
+ Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
28
+ Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
29
+ Backwards compatible: No breaking changes - existing code continues to work unchanged
30
+ Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
31
+ This enhancement resolves the issue where active conversations appeared stale due to outdated thread timestamps, providing better conversation management and user experience in chat applications.
32
+
3
33
  ## 0.10.4-alpha.0
4
34
 
5
35
  ### Patch Changes
@@ -269,34 +299,4 @@
269
299
 
270
300
  ### Patch Changes
271
301
 
272
- - Updated dependencies [3171b5b]
273
- - Updated dependencies [973e5ac]
274
- - Updated dependencies [9e1eff5]
275
- - @mastra/core@0.9.4-alpha.2
276
-
277
- ## 0.3.4-alpha.1
278
-
279
- ### Patch Changes
280
-
281
- - Updated dependencies [ab80e7e]
282
- - Updated dependencies [6fa1ad1]
283
- - Updated dependencies [c28d7a0]
284
- - Updated dependencies [edf1e88]
285
- - @mastra/core@0.9.4-alpha.1
286
-
287
- ## 0.3.4-alpha.0
288
-
289
- ### Patch Changes
290
-
291
- - Updated dependencies [daf942f]
292
- - Updated dependencies [0b8b868]
293
- - @mastra/core@0.9.4-alpha.0
294
-
295
- ## 0.3.3
296
-
297
- ### Patch Changes
298
-
299
- - Updated dependencies [e450778]
300
- - Updated dependencies [8902157]
301
-
302
- ... 1502 more lines hidden. See full changelog in package directory.
302
+ ... 1532 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,54 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 5.1.6-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f2aa3e: Move workflow hooks to playground
8
+ - Updated dependencies [12a95fc]
9
+ - Updated dependencies [51264a5]
10
+ - Updated dependencies [8e6f677]
11
+ - @mastra/core@0.10.6-alpha.5
12
+ - @mastra/client-js@0.10.5-alpha.5
13
+
14
+ ## 5.1.6-alpha.4
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [9589624]
19
+ - @mastra/core@0.10.6-alpha.4
20
+ - @mastra/client-js@0.10.5-alpha.4
21
+
22
+ ## 5.1.6-alpha.3
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [d70c420]
27
+ - Updated dependencies [2a16996]
28
+ - @mastra/core@0.10.6-alpha.3
29
+ - @mastra/client-js@0.10.5-alpha.3
30
+
31
+ ## 5.1.6-alpha.2
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [4b0f8a6]
36
+ - @mastra/core@0.10.6-alpha.2
37
+ - @mastra/client-js@0.10.5-alpha.2
38
+
39
+ ## 5.1.6-alpha.1
40
+
41
+ ### Patch Changes
42
+
43
+ - fc677d7: For final result for a workflow
44
+ - Updated dependencies [ee9af57]
45
+ - Updated dependencies [3270d9d]
46
+ - Updated dependencies [751c894]
47
+ - Updated dependencies [577ce3a]
48
+ - Updated dependencies [9260b3a]
49
+ - @mastra/client-js@0.10.5-alpha.1
50
+ - @mastra/core@0.10.6-alpha.1
51
+
3
52
  ## 5.1.6-alpha.0
4
53
 
5
54
  ### Patch Changes
@@ -250,53 +299,4 @@
250
299
 
251
300
  ## 5.1.2-alpha.2
252
301
 
253
- ### Patch Changes
254
-
255
- - 068b850: fix: able to pass headers to playground components which are using the mastra client
256
- - Updated dependencies [ab5adbe]
257
- - Updated dependencies [195c428]
258
- - Updated dependencies [f73e11b]
259
- - @mastra/core@0.10.2-alpha.3
260
-
261
- ## 5.1.2-alpha.1
262
-
263
- ### Patch Changes
264
-
265
- - f0d559f: Fix peerdeps for alpha channel
266
- - f6ddf55: fix traces not showing and reduce API surface from playground ui
267
- - Updated dependencies [1e8bb40]
268
- - Updated dependencies [f0d559f]
269
- - @mastra/core@0.10.2-alpha.2
270
- - @mastra/client-js@0.10.2-alpha.1
271
-
272
- ## 5.1.2-alpha.0
273
-
274
- ### Patch Changes
275
-
276
- - 89a69d0: add a way to go to the given trace of a workflow step
277
- - 9faee5b: small fixes in the workflows graph
278
- - 9a31c09: Highlight steps in nested workflows on workflow graph
279
- - Updated dependencies [592a2db]
280
- - Updated dependencies [e5dc18d]
281
- - @mastra/client-js@0.10.2-alpha.0
282
- - @mastra/core@0.10.2-alpha.0
283
-
284
- ## 5.1.1
285
-
286
- ### Patch Changes
287
-
288
- - b4365f6: add empty states for agents network and tools
289
- - d0932ac: add multi modal input behind feature flag
290
- - 3c2dba5: add workflow run list
291
- - 267773e: Show map config on workflow graph
292
- Highlight borders for conditions too on workflow graph
293
- Fix watch stream
294
- - 33f1c64: revamp the experience for workflows
295
- - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
296
- - 7a32205: add empty states for workflows, agents and mcp servers
297
- - Updated dependencies [d70b807]
298
- - Updated dependencies [6d16390]
299
- - Updated dependencies [1e4a421]
300
- - Updated dependencies [200d0da]
301
-
302
- ... 1475 more lines hidden. See full changelog in package directory.
302
+ ... 1524 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,51 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 0.10.6-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e6f677: Dynamic default llm options
8
+ - Updated dependencies [12a95fc]
9
+ - Updated dependencies [51264a5]
10
+ - Updated dependencies [8e6f677]
11
+ - @mastra/core@0.10.6-alpha.5
12
+
13
+ ## 0.10.6-alpha.4
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [9589624]
18
+ - @mastra/core@0.10.6-alpha.4
19
+
20
+ ## 0.10.6-alpha.3
21
+
22
+ ### Patch Changes
23
+
24
+ - 2002c59: fix(voice): compatibility with dynamic agent instructions
25
+ - Updated dependencies [d70c420]
26
+ - Updated dependencies [2a16996]
27
+ - @mastra/core@0.10.6-alpha.3
28
+
29
+ ## 0.10.6-alpha.2
30
+
31
+ ### Patch Changes
32
+
33
+ - 5f67b6f: Transfer-Encoding chunked header for agent stream hono route
34
+ - Updated dependencies [4b0f8a6]
35
+ - @mastra/core@0.10.6-alpha.2
36
+
37
+ ## 0.10.6-alpha.1
38
+
39
+ ### Patch Changes
40
+
41
+ - ee9af57: Add api for polling run execution result and get run by id
42
+ - 3270d9d: Fix runtime context being undefined
43
+ - Updated dependencies [ee9af57]
44
+ - Updated dependencies [751c894]
45
+ - Updated dependencies [577ce3a]
46
+ - Updated dependencies [9260b3a]
47
+ - @mastra/core@0.10.6-alpha.1
48
+
3
49
  ## 0.10.6-alpha.0
4
50
 
5
51
  ### Patch Changes
@@ -253,50 +299,4 @@
253
299
  - Updated dependencies [d6a759b]
254
300
  - @mastra/core@0.10.1-alpha.1
255
301
 
256
- ## 0.10.0
257
-
258
- ### Minor Changes
259
-
260
- - 83da932: Move @mastra/core to peerdeps
261
- - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
262
-
263
- ### Patch Changes
264
-
265
- - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
266
- - 0215b0b: Add description to vnext workflow response
267
- - f53a6ac: Add VNextWorkflowRuns type
268
- - d0ee3c6: Change all public functions and constructors in vector stores to use named args and prepare to phase out positional args
269
- - Updated dependencies [b3a3d63]
270
- - Updated dependencies [344f453]
271
- - Updated dependencies [0a3ae6d]
272
- - Updated dependencies [95911be]
273
- - Updated dependencies [f53a6ac]
274
- - Updated dependencies [5eb5a99]
275
- - Updated dependencies [7e632c5]
276
- - Updated dependencies [1e9fbfa]
277
- - Updated dependencies [eabdcd9]
278
- - Updated dependencies [90be034]
279
- - Updated dependencies [99f050a]
280
- - Updated dependencies [d0ee3c6]
281
- - Updated dependencies [b2ae5aa]
282
- - Updated dependencies [23f258c]
283
- - Updated dependencies [a7292b0]
284
- - Updated dependencies [0dcb9f0]
285
- - Updated dependencies [2672a05]
286
- - @mastra/core@0.10.0
287
-
288
- ## 2.1.0-alpha.1
289
-
290
- ### Minor Changes
291
-
292
- - 83da932: Move @mastra/core to peerdeps
293
- - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
294
-
295
- ### Patch Changes
296
-
297
- - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
298
- - 0215b0b: Add description to vnext workflow response
299
- - Updated dependencies [b3a3d63]
300
- - Updated dependencies [344f453]
301
-
302
- ... 1989 more lines hidden. See full changelog in package directory.
302
+ ... 2035 more lines hidden. See full changelog in package directory.