@mastra/mcp-docs-server 0.13.5-alpha.0 → 0.13.6

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 (93) hide show
  1. package/.docs/organized/changelogs/%40internal%2Fstorage-test-utils.md +76 -76
  2. package/.docs/organized/changelogs/%40mastra%2Fagui.md +61 -61
  3. package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +54 -54
  4. package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +211 -211
  5. package/.docs/organized/changelogs/%40mastra%2Fcloudflare-d1.md +75 -75
  6. package/.docs/organized/changelogs/%40mastra%2Fcloudflare.md +91 -91
  7. package/.docs/organized/changelogs/%40mastra%2Fcore.md +185 -185
  8. package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +237 -237
  9. package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +143 -143
  10. package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +143 -143
  11. package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +235 -235
  12. package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +84 -84
  13. package/.docs/organized/changelogs/%40mastra%2Fevals.md +56 -56
  14. package/.docs/organized/changelogs/%40mastra%2Ffastembed.md +7 -0
  15. package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +75 -75
  16. package/.docs/organized/changelogs/%40mastra%2Flance.md +55 -0
  17. package/.docs/organized/changelogs/%40mastra%2Flibsql.md +56 -56
  18. package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +25 -25
  19. package/.docs/organized/changelogs/%40mastra%2Fmcp.md +38 -38
  20. package/.docs/organized/changelogs/%40mastra%2Fmemory.md +119 -119
  21. package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +58 -58
  22. package/.docs/organized/changelogs/%40mastra%2Fmssql.md +69 -0
  23. package/.docs/organized/changelogs/%40mastra%2Fpg.md +119 -119
  24. package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +244 -244
  25. package/.docs/organized/changelogs/%40mastra%2Frag.md +73 -73
  26. package/.docs/organized/changelogs/%40mastra%2Fschema-compat.md +24 -0
  27. package/.docs/organized/changelogs/%40mastra%2Fserver.md +211 -211
  28. package/.docs/organized/changelogs/%40mastra%2Fupstash.md +76 -76
  29. package/.docs/organized/changelogs/%40mastra%2Fvoice-openai-realtime.md +44 -44
  30. package/.docs/organized/changelogs/create-mastra.md +126 -126
  31. package/.docs/organized/changelogs/mastra.md +256 -256
  32. package/.docs/organized/code-examples/agent.md +6 -0
  33. package/.docs/organized/code-examples/agui.md +3 -3
  34. package/.docs/organized/code-examples/ai-sdk-useChat.md +2 -2
  35. package/.docs/organized/code-examples/ai-sdk-v5.md +201 -0
  36. package/.docs/organized/code-examples/assistant-ui.md +2 -2
  37. package/.docs/organized/code-examples/bird-checker-with-nextjs-and-eval.md +2 -2
  38. package/.docs/organized/code-examples/bird-checker-with-nextjs.md +2 -2
  39. package/.docs/organized/code-examples/client-side-tools.md +1 -1
  40. package/.docs/organized/code-examples/crypto-chatbot.md +5 -5
  41. package/.docs/organized/code-examples/openapi-spec-writer.md +2 -2
  42. package/.docs/organized/code-examples/workflow-with-suspend-resume.md +181 -0
  43. package/.docs/raw/agents/agent-memory.mdx +126 -0
  44. package/.docs/raw/agents/dynamic-agents.mdx +34 -2
  45. package/.docs/raw/agents/overview.mdx +21 -33
  46. package/.docs/raw/community/licensing.mdx +27 -19
  47. package/.docs/raw/deployment/cloud-providers/amazon-ec2.mdx +60 -26
  48. package/.docs/raw/deployment/cloud-providers/digital-ocean.mdx +1 -1
  49. package/.docs/raw/deployment/cloud-providers/index.mdx +44 -9
  50. package/.docs/raw/deployment/server-deployment.mdx +56 -0
  51. package/.docs/raw/deployment/serverless-platforms/cloudflare-deployer.mdx +9 -30
  52. package/.docs/raw/deployment/serverless-platforms/index.mdx +13 -13
  53. package/.docs/raw/frameworks/agentic-uis/ai-sdk.mdx +291 -216
  54. package/.docs/raw/frameworks/agentic-uis/assistant-ui.mdx +0 -34
  55. package/.docs/raw/frameworks/agentic-uis/copilotkit.mdx +162 -181
  56. package/.docs/raw/frameworks/servers/express.mdx +1 -1
  57. package/.docs/raw/frameworks/web-frameworks/astro.mdx +2 -2
  58. package/.docs/raw/frameworks/web-frameworks/next-js.mdx +1 -1
  59. package/.docs/raw/frameworks/web-frameworks/sveltekit.mdx +4 -4
  60. package/.docs/raw/frameworks/web-frameworks/vite-react.mdx +1 -1
  61. package/.docs/raw/getting-started/installation.mdx +10 -7
  62. package/.docs/raw/getting-started/model-capability.mdx +1 -1
  63. package/.docs/raw/memory/overview.mdx +8 -0
  64. package/.docs/raw/memory/semantic-recall.mdx +6 -0
  65. package/.docs/raw/observability/tracing.mdx +30 -0
  66. package/.docs/raw/rag/retrieval.mdx +24 -5
  67. package/.docs/raw/reference/agents/agent.mdx +2 -2
  68. package/.docs/raw/reference/cli/create-mastra.mdx +7 -0
  69. package/.docs/raw/reference/cli/dev.mdx +4 -3
  70. package/.docs/raw/reference/client-js/agents.mdx +8 -0
  71. package/.docs/raw/reference/memory/query.mdx +35 -14
  72. package/.docs/raw/reference/observability/providers/keywordsai.mdx +73 -0
  73. package/.docs/raw/reference/rag/rerankWithScorer.mdx +213 -0
  74. package/.docs/raw/reference/storage/mssql.mdx +108 -0
  75. package/.docs/raw/server-db/custom-api-routes.mdx +67 -0
  76. package/.docs/raw/server-db/production-server.mdx +66 -0
  77. package/.docs/raw/tools-mcp/mcp-overview.mdx +28 -7
  78. package/.docs/raw/workflows/control-flow.mdx +91 -93
  79. package/.docs/raw/workflows/input-data-mapping.mdx +31 -43
  80. package/.docs/raw/workflows/overview.mdx +22 -12
  81. package/.docs/raw/workflows/pausing-execution.mdx +49 -4
  82. package/.docs/raw/workflows/suspend-and-resume.mdx +17 -16
  83. package/.docs/raw/workflows/using-with-agents-and-tools.mdx +16 -13
  84. package/.docs/raw/workflows-legacy/overview.mdx +11 -0
  85. package/LICENSE.md +11 -42
  86. package/package.json +7 -9
  87. package/.docs/raw/deployment/custom-api-routes.mdx +0 -55
  88. package/.docs/raw/deployment/server.mdx +0 -116
  89. package/.docs/raw/frameworks/ai-sdk-v5.mdx +0 -91
  90. /package/.docs/raw/{local-dev/mastra-dev.mdx → server-db/local-dev-playground.mdx} +0 -0
  91. /package/.docs/raw/{client-js/overview.mdx → server-db/mastra-client.mdx} +0 -0
  92. /package/.docs/raw/{deployment → server-db}/middleware.mdx +0 -0
  93. /package/.docs/raw/{storage/overview.mdx → server-db/storage.mdx} +0 -0
@@ -1,5 +1,215 @@
1
1
  # @mastra/client-js
2
2
 
3
+ ## 0.10.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
8
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
9
+ - 2affc57: Fix output type of network loop
10
+ - 032cb66: ClientJS
11
+ - 7827943: Handle streaming large data
12
+ - 65e3395: Add Scores playground-ui and add scorer hooks
13
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
14
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
15
+ - Updated dependencies [f248d53]
16
+ - Updated dependencies [2affc57]
17
+ - Updated dependencies [66e13e3]
18
+ - Updated dependencies [edd9482]
19
+ - Updated dependencies [18344d7]
20
+ - Updated dependencies [9d372c2]
21
+ - Updated dependencies [40c2525]
22
+ - Updated dependencies [e473f27]
23
+ - Updated dependencies [032cb66]
24
+ - Updated dependencies [703ac71]
25
+ - Updated dependencies [a723d69]
26
+ - Updated dependencies [7827943]
27
+ - Updated dependencies [5889a31]
28
+ - Updated dependencies [bf1e7e7]
29
+ - Updated dependencies [65e3395]
30
+ - Updated dependencies [4933192]
31
+ - Updated dependencies [d1c77a4]
32
+ - Updated dependencies [bea9dd1]
33
+ - Updated dependencies [dcd4802]
34
+ - Updated dependencies [cbddd18]
35
+ - Updated dependencies [7ba91fa]
36
+ - @mastra/core@0.11.0
37
+
38
+ ## 0.10.15-alpha.3
39
+
40
+ ### Patch Changes
41
+
42
+ - @mastra/core@0.11.0-alpha.3
43
+
44
+ ## 0.10.15-alpha.2
45
+
46
+ ### Patch Changes
47
+
48
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
49
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
50
+ - 2affc57: Fix output type of network loop
51
+ - 032cb66: ClientJS
52
+ - 65e3395: Add Scores playground-ui and add scorer hooks
53
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
54
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
55
+ - Updated dependencies [f248d53]
56
+ - Updated dependencies [2affc57]
57
+ - Updated dependencies [66e13e3]
58
+ - Updated dependencies [edd9482]
59
+ - Updated dependencies [18344d7]
60
+ - Updated dependencies [9d372c2]
61
+ - Updated dependencies [40c2525]
62
+ - Updated dependencies [e473f27]
63
+ - Updated dependencies [032cb66]
64
+ - Updated dependencies [703ac71]
65
+ - Updated dependencies [a723d69]
66
+ - Updated dependencies [5889a31]
67
+ - Updated dependencies [65e3395]
68
+ - Updated dependencies [4933192]
69
+ - Updated dependencies [d1c77a4]
70
+ - Updated dependencies [bea9dd1]
71
+ - Updated dependencies [dcd4802]
72
+ - Updated dependencies [7ba91fa]
73
+ - @mastra/core@0.11.0-alpha.2
74
+
75
+ ## 0.10.15-alpha.1
76
+
77
+ ### Patch Changes
78
+
79
+ - @mastra/core@0.11.0-alpha.1
80
+
81
+ ## 0.10.15-alpha.0
82
+
83
+ ### Patch Changes
84
+
85
+ - 7827943: Handle streaming large data
86
+ - Updated dependencies [7827943]
87
+ - Updated dependencies [bf1e7e7]
88
+ - Updated dependencies [cbddd18]
89
+ - @mastra/core@0.11.0-alpha.0
90
+
91
+ ## 0.10.14
92
+
93
+ ### Patch Changes
94
+
95
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
96
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
97
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
98
+ - Updated dependencies [0b56518]
99
+ - Updated dependencies [db5cc15]
100
+ - Updated dependencies [2ba5b76]
101
+ - Updated dependencies [5237998]
102
+ - Updated dependencies [c3a30de]
103
+ - Updated dependencies [37c1acd]
104
+ - Updated dependencies [1aa60b1]
105
+ - Updated dependencies [89ec9d4]
106
+ - Updated dependencies [cf3a184]
107
+ - Updated dependencies [d6bfd60]
108
+ - Updated dependencies [626b0f4]
109
+ - Updated dependencies [c22a91f]
110
+ - Updated dependencies [f7403ab]
111
+ - Updated dependencies [6c89d7f]
112
+ - @mastra/core@0.10.15
113
+
114
+ ## 0.10.14-alpha.1
115
+
116
+ ### Patch Changes
117
+
118
+ - Updated dependencies [0b56518]
119
+ - Updated dependencies [2ba5b76]
120
+ - Updated dependencies [c3a30de]
121
+ - Updated dependencies [cf3a184]
122
+ - Updated dependencies [d6bfd60]
123
+ - @mastra/core@0.10.15-alpha.1
124
+
125
+ ## 0.10.14-alpha.0
126
+
127
+ ### Patch Changes
128
+
129
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
130
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
131
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
132
+ - Updated dependencies [db5cc15]
133
+ - Updated dependencies [5237998]
134
+ - Updated dependencies [37c1acd]
135
+ - Updated dependencies [1aa60b1]
136
+ - Updated dependencies [89ec9d4]
137
+ - Updated dependencies [626b0f4]
138
+ - Updated dependencies [c22a91f]
139
+ - Updated dependencies [f7403ab]
140
+ - Updated dependencies [6c89d7f]
141
+ - @mastra/core@0.10.15-alpha.0
142
+
143
+ ## 0.10.13
144
+
145
+ ### Patch Changes
146
+
147
+ - @mastra/core@0.10.14
148
+
149
+ ## 0.10.11
150
+
151
+ ### Patch Changes
152
+
153
+ - 9468be4: Fix error on agent generate while using antropic
154
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
155
+ - Updated dependencies [b4a9811]
156
+ - Updated dependencies [4d5583d]
157
+ - @mastra/core@0.10.12
158
+
159
+ ## 0.10.11-alpha.1
160
+
161
+ ### Patch Changes
162
+
163
+ - Updated dependencies [4d5583d]
164
+ - @mastra/core@0.10.12-alpha.1
165
+
166
+ ## 0.10.11-alpha.0
167
+
168
+ ### Patch Changes
169
+
170
+ - 9468be4: Fix error on agent generate while using antropic
171
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
172
+ - Updated dependencies [b4a9811]
173
+ - @mastra/core@0.10.12-alpha.0
174
+
175
+ ## 0.10.10
176
+
177
+ ### Patch Changes
178
+
179
+ - 18da791: Add abortSignal to client SDK options
180
+ - Updated dependencies [2873c7f]
181
+ - Updated dependencies [1c1c6a1]
182
+ - Updated dependencies [f8ce2cc]
183
+ - Updated dependencies [8c846b6]
184
+ - Updated dependencies [c7bbf1e]
185
+ - Updated dependencies [8722d53]
186
+ - Updated dependencies [565cc0c]
187
+ - Updated dependencies [b790fd1]
188
+ - Updated dependencies [132027f]
189
+ - Updated dependencies [0c85311]
190
+ - Updated dependencies [d7ed04d]
191
+ - Updated dependencies [cb16baf]
192
+ - Updated dependencies [f36e4f1]
193
+ - Updated dependencies [7f6e403]
194
+ - @mastra/core@0.10.11
195
+
196
+ ## 0.10.10-alpha.4
197
+
198
+ ### Patch Changes
199
+
200
+ - @mastra/core@0.10.11-alpha.4
201
+
202
+ ## 0.10.10-alpha.3
203
+
204
+ ### Patch Changes
205
+
206
+ - Updated dependencies [c7bbf1e]
207
+ - Updated dependencies [8722d53]
208
+ - Updated dependencies [132027f]
209
+ - Updated dependencies [0c85311]
210
+ - Updated dependencies [cb16baf]
211
+ - @mastra/core@0.10.11-alpha.3
212
+
3
213
  ## 0.10.10-alpha.2
4
214
 
5
215
  ### Patch Changes
@@ -88,215 +298,5 @@
88
298
  - 038e5ae: Add cancel workflow run
89
299
  - 7e801dd: Add tools to network api response
90
300
  - Updated dependencies [9dda1ac]
91
- - Updated dependencies [c984582]
92
- - Updated dependencies [7e801dd]
93
- - Updated dependencies [a606c75]
94
- - Updated dependencies [7aa70a4]
95
- - Updated dependencies [764f86a]
96
- - Updated dependencies [1760a1c]
97
- - Updated dependencies [038e5ae]
98
- - Updated dependencies [7dda16a]
99
- - Updated dependencies [5ebfcdd]
100
- - Updated dependencies [b2d0c91]
101
- - Updated dependencies [4e809ad]
102
- - Updated dependencies [57929df]
103
- - Updated dependencies [b7852ed]
104
- - Updated dependencies [6320a61]
105
- - @mastra/core@0.10.9-alpha.0
106
-
107
- ## 0.10.7
108
-
109
- ### Patch Changes
110
-
111
- - a344ac7: Fix tool streaming in agent network
112
- - Updated dependencies [b8f16b2]
113
- - Updated dependencies [3e04487]
114
- - Updated dependencies [a344ac7]
115
- - Updated dependencies [dc4ca0a]
116
- - @mastra/core@0.10.8
117
-
118
- ## 0.10.7-alpha.1
119
-
120
- ### Patch Changes
121
-
122
- - Updated dependencies [b8f16b2]
123
- - Updated dependencies [3e04487]
124
- - Updated dependencies [dc4ca0a]
125
- - @mastra/core@0.10.8-alpha.1
126
-
127
- ## 0.10.7-alpha.0
128
-
129
- ### Patch Changes
130
-
131
- - a344ac7: Fix tool streaming in agent network
132
- - Updated dependencies [a344ac7]
133
- - @mastra/core@0.10.8-alpha.0
134
-
135
- ## 0.10.6
136
-
137
- ### Patch Changes
138
-
139
- - 8e1b6e9: dependencies updates:
140
- - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
141
- - 9bf1d55: Fix runtimeContext in mastra server, client SDK
142
- - 18a5d59: clientTools client side execution
143
- - 5d74aab: vNext network in playground
144
- - bee3fe4: Fix client side tool calling
145
- - c0d41f6: Fix streaming for agent tool calls
146
- - Updated dependencies [15e9d26]
147
- - Updated dependencies [d1baedb]
148
- - Updated dependencies [d8f2d19]
149
- - Updated dependencies [4d21bf2]
150
- - Updated dependencies [07d6d88]
151
- - Updated dependencies [9d52b17]
152
- - Updated dependencies [2097952]
153
- - Updated dependencies [792c4c0]
154
- - Updated dependencies [5d74aab]
155
- - Updated dependencies [a8b194f]
156
- - Updated dependencies [4fb0cc2]
157
- - Updated dependencies [d2a7a31]
158
- - Updated dependencies [502fe05]
159
- - Updated dependencies [144eb0b]
160
- - Updated dependencies [8ba1b51]
161
- - Updated dependencies [4efcfa0]
162
- - Updated dependencies [0e17048]
163
- - @mastra/core@0.10.7
164
-
165
- ## 0.10.6-alpha.6
166
-
167
- ### Patch Changes
168
-
169
- - c0d41f6: Fix streaming for agent tool calls
170
-
171
- ## 0.10.6-alpha.5
172
-
173
- ### Patch Changes
174
-
175
- - bee3fe4: Fix client side tool calling
176
- - @mastra/core@0.10.7-alpha.5
177
-
178
- ## 0.10.6-alpha.4
179
-
180
- ### Patch Changes
181
-
182
- - Updated dependencies [a8b194f]
183
- - @mastra/core@0.10.7-alpha.4
184
-
185
- ## 0.10.6-alpha.3
186
-
187
- ### Patch Changes
188
-
189
- - 18a5d59: clientTools client side execution
190
- - Updated dependencies [792c4c0]
191
- - Updated dependencies [502fe05]
192
- - Updated dependencies [4efcfa0]
193
- - @mastra/core@0.10.7-alpha.3
194
-
195
- ## 0.10.6-alpha.2
196
-
197
- ### Patch Changes
198
-
199
- - 8e1b6e9: dependencies updates:
200
- - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
201
- - 9bf1d55: Fix runtimeContext in mastra server, client SDK
202
- - 5d74aab: vNext network in playground
203
- - Updated dependencies [15e9d26]
204
- - Updated dependencies [07d6d88]
205
- - Updated dependencies [5d74aab]
206
- - Updated dependencies [144eb0b]
207
- - @mastra/core@0.10.7-alpha.2
208
-
209
- ## 0.10.6-alpha.1
210
-
211
- ### Patch Changes
212
-
213
- - Updated dependencies [d1baedb]
214
- - Updated dependencies [4d21bf2]
215
- - Updated dependencies [2097952]
216
- - Updated dependencies [4fb0cc2]
217
- - Updated dependencies [d2a7a31]
218
- - Updated dependencies [0e17048]
219
- - @mastra/core@0.10.7-alpha.1
220
-
221
- ## 0.10.6-alpha.0
222
-
223
- ### Patch Changes
224
-
225
- - Updated dependencies [d8f2d19]
226
- - Updated dependencies [9d52b17]
227
- - Updated dependencies [8ba1b51]
228
- - @mastra/core@0.10.7-alpha.0
229
-
230
- ## 0.10.5
231
-
232
- ### Patch Changes
233
-
234
- - 63f6b7d: dependencies updates:
235
- - 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`)
236
- - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
237
- - ee9af57: Add api for polling run execution result and get run by id
238
- - 3270d9d: Fix runtime context being undefined
239
- - Updated dependencies [63f6b7d]
240
- - Updated dependencies [12a95fc]
241
- - Updated dependencies [4b0f8a6]
242
- - Updated dependencies [51264a5]
243
- - Updated dependencies [8e6f677]
244
- - Updated dependencies [d70c420]
245
- - Updated dependencies [ee9af57]
246
- - Updated dependencies [36f1c36]
247
- - Updated dependencies [2a16996]
248
- - Updated dependencies [10d352e]
249
- - Updated dependencies [9589624]
250
- - Updated dependencies [53d3c37]
251
- - Updated dependencies [751c894]
252
- - Updated dependencies [577ce3a]
253
- - Updated dependencies [9260b3a]
254
- - @mastra/core@0.10.6
255
-
256
- ## 0.10.5-alpha.5
257
-
258
- ### Patch Changes
259
-
260
- - Updated dependencies [12a95fc]
261
- - Updated dependencies [51264a5]
262
- - Updated dependencies [8e6f677]
263
- - @mastra/core@0.10.6-alpha.5
264
-
265
- ## 0.10.5-alpha.4
266
-
267
- ### Patch Changes
268
-
269
- - Updated dependencies [9589624]
270
- - @mastra/core@0.10.6-alpha.4
271
-
272
- ## 0.10.5-alpha.3
273
-
274
- ### Patch Changes
275
-
276
- - Updated dependencies [d70c420]
277
- - Updated dependencies [2a16996]
278
- - @mastra/core@0.10.6-alpha.3
279
-
280
- ## 0.10.5-alpha.2
281
-
282
- ### Patch Changes
283
-
284
- - Updated dependencies [4b0f8a6]
285
- - @mastra/core@0.10.6-alpha.2
286
-
287
- ## 0.10.5-alpha.1
288
-
289
- ### Patch Changes
290
-
291
- - ee9af57: Add api for polling run execution result and get run by id
292
- - 3270d9d: Fix runtime context being undefined
293
- - Updated dependencies [ee9af57]
294
- - Updated dependencies [751c894]
295
- - Updated dependencies [577ce3a]
296
- - Updated dependencies [9260b3a]
297
- - @mastra/core@0.10.6-alpha.1
298
-
299
- ## 0.10.5-alpha.0
300
-
301
301
 
302
- ... 1480 more lines hidden. See full changelog in package directory.
302
+ ... 1690 more lines hidden. See full changelog in package directory.
@@ -1,5 +1,79 @@
1
1
  # @mastra/cloudflare-d1
2
2
 
3
+ ## 0.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7ba91fa: Throw mastra errors methods not implemented yet
8
+ - Updated dependencies [f248d53]
9
+ - Updated dependencies [2affc57]
10
+ - Updated dependencies [66e13e3]
11
+ - Updated dependencies [edd9482]
12
+ - Updated dependencies [18344d7]
13
+ - Updated dependencies [9d372c2]
14
+ - Updated dependencies [40c2525]
15
+ - Updated dependencies [e473f27]
16
+ - Updated dependencies [032cb66]
17
+ - Updated dependencies [703ac71]
18
+ - Updated dependencies [a723d69]
19
+ - Updated dependencies [7827943]
20
+ - Updated dependencies [5889a31]
21
+ - Updated dependencies [bf1e7e7]
22
+ - Updated dependencies [65e3395]
23
+ - Updated dependencies [4933192]
24
+ - Updated dependencies [d1c77a4]
25
+ - Updated dependencies [bea9dd1]
26
+ - Updated dependencies [dcd4802]
27
+ - Updated dependencies [cbddd18]
28
+ - Updated dependencies [7ba91fa]
29
+ - @mastra/core@0.11.0
30
+
31
+ ## 0.12.2-alpha.0
32
+
33
+ ### Patch Changes
34
+
35
+ - 7ba91fa: Throw mastra errors methods not implemented yet
36
+ - Updated dependencies [f248d53]
37
+ - Updated dependencies [2affc57]
38
+ - Updated dependencies [66e13e3]
39
+ - Updated dependencies [edd9482]
40
+ - Updated dependencies [18344d7]
41
+ - Updated dependencies [9d372c2]
42
+ - Updated dependencies [40c2525]
43
+ - Updated dependencies [e473f27]
44
+ - Updated dependencies [032cb66]
45
+ - Updated dependencies [703ac71]
46
+ - Updated dependencies [a723d69]
47
+ - Updated dependencies [5889a31]
48
+ - Updated dependencies [65e3395]
49
+ - Updated dependencies [4933192]
50
+ - Updated dependencies [d1c77a4]
51
+ - Updated dependencies [bea9dd1]
52
+ - Updated dependencies [dcd4802]
53
+ - Updated dependencies [7ba91fa]
54
+ - @mastra/core@0.11.0-alpha.2
55
+
56
+ ## 0.12.1
57
+
58
+ ### Patch Changes
59
+
60
+ - c460c00: Allow D1Store to be configured using an inline client implementation
61
+ - Updated dependencies [2873c7f]
62
+ - Updated dependencies [1c1c6a1]
63
+ - Updated dependencies [f8ce2cc]
64
+ - Updated dependencies [8c846b6]
65
+ - Updated dependencies [c7bbf1e]
66
+ - Updated dependencies [8722d53]
67
+ - Updated dependencies [565cc0c]
68
+ - Updated dependencies [b790fd1]
69
+ - Updated dependencies [132027f]
70
+ - Updated dependencies [0c85311]
71
+ - Updated dependencies [d7ed04d]
72
+ - Updated dependencies [cb16baf]
73
+ - Updated dependencies [f36e4f1]
74
+ - Updated dependencies [7f6e403]
75
+ - @mastra/core@0.10.11
76
+
3
77
  ## 0.12.1-alpha.0
4
78
 
5
79
  ### Patch Changes
@@ -224,79 +298,5 @@
224
298
  - Updated dependencies [1b5fc55]
225
299
  - Updated dependencies [195c428]
226
300
  - Updated dependencies [f73e11b]
227
- - Updated dependencies [37643b8]
228
- - Updated dependencies [99fd6cf]
229
- - Updated dependencies [c5bf1ce]
230
- - Updated dependencies [add596e]
231
- - Updated dependencies [8dc94d8]
232
- - Updated dependencies [ecebbeb]
233
- - Updated dependencies [79d5145]
234
- - Updated dependencies [12b7002]
235
- - Updated dependencies [2901125]
236
- - @mastra/core@0.10.2
237
-
238
- ## 0.10.1-alpha.2
239
-
240
- ### Patch Changes
241
-
242
- - c5bf1ce: Add backwards compat code for new MessageList in storage
243
- - Updated dependencies [c5bf1ce]
244
- - Updated dependencies [12b7002]
245
- - @mastra/core@0.10.2-alpha.4
246
-
247
- ## 0.10.1-alpha.1
248
-
249
- ### Patch Changes
250
-
251
- - f0d559f: Fix peerdeps for alpha channel
252
- - Updated dependencies [1e8bb40]
253
- - @mastra/core@0.10.2-alpha.2
254
-
255
- ## 0.10.1-alpha.0
256
-
257
- ### Patch Changes
258
-
259
- - e5dc18d: Added a backwards compatible layer to begin storing/retrieving UIMessages in storage instead of CoreMessages
260
- - Updated dependencies [592a2db]
261
- - Updated dependencies [e5dc18d]
262
- - @mastra/core@0.10.2-alpha.0
263
-
264
- ## 0.10.0
265
-
266
- ### Minor Changes
267
-
268
- - 83da932: Move @mastra/core to peerdeps
269
-
270
- ### Patch Changes
271
-
272
- - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
273
- - eabdcd9: [MASTRA-3451] SQL Injection Protection
274
- - Updated dependencies [b3a3d63]
275
- - Updated dependencies [344f453]
276
- - Updated dependencies [0a3ae6d]
277
- - Updated dependencies [95911be]
278
- - Updated dependencies [f53a6ac]
279
- - Updated dependencies [5eb5a99]
280
- - Updated dependencies [7e632c5]
281
- - Updated dependencies [1e9fbfa]
282
- - Updated dependencies [eabdcd9]
283
- - Updated dependencies [90be034]
284
- - Updated dependencies [99f050a]
285
- - Updated dependencies [d0ee3c6]
286
- - Updated dependencies [b2ae5aa]
287
- - Updated dependencies [23f258c]
288
- - Updated dependencies [a7292b0]
289
- - Updated dependencies [0dcb9f0]
290
- - Updated dependencies [2672a05]
291
- - @mastra/core@0.10.0
292
-
293
- ## 0.2.0-alpha.1
294
-
295
- ### Minor Changes
296
-
297
- - 83da932: Move @mastra/core to peerdeps
298
-
299
- ### Patch Changes
300
-
301
301
 
302
- ... 370 more lines hidden. See full changelog in package directory.
302
+ ... 444 more lines hidden. See full changelog in package directory.