@mastra/mcp-docs-server 0.13.8 → 0.13.9-alpha.1
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/%40internal%2Fstorage-test-utils.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fclickhouse.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fclient-js.md +33 -33
- package/.docs/organized/changelogs/%40mastra%2Fcloud.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fcore.md +38 -38
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-cloudflare.md +38 -38
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-netlify.md +36 -36
- package/.docs/organized/changelogs/%40mastra%2Fdeployer-vercel.md +36 -36
- package/.docs/organized/changelogs/%40mastra%2Fdeployer.md +39 -39
- package/.docs/organized/changelogs/%40mastra%2Fdynamodb.md +16 -16
- package/.docs/organized/changelogs/%40mastra%2Fevals.md +17 -17
- package/.docs/organized/changelogs/%40mastra%2Ffirecrawl.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Flibsql.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fmcp-docs-server.md +33 -33
- package/.docs/organized/changelogs/%40mastra%2Fmcp.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fmemory.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fmongodb.md +27 -27
- package/.docs/organized/changelogs/%40mastra%2Fmssql.md +28 -1
- package/.docs/organized/changelogs/%40mastra%2Fpg.md +23 -23
- package/.docs/organized/changelogs/%40mastra%2Fplayground-ui.md +40 -40
- package/.docs/organized/changelogs/%40mastra%2Frag.md +26 -26
- package/.docs/organized/changelogs/%40mastra%2Fserver.md +32 -32
- package/.docs/organized/changelogs/%40mastra%2Fupstash.md +15 -15
- package/.docs/organized/changelogs/%40mastra%2Fvoice-murf.md +14 -14
- package/.docs/organized/changelogs/%40mastra%2Fvoice-openai.md +14 -14
- package/.docs/organized/changelogs/create-mastra.md +17 -17
- package/.docs/organized/changelogs/mastra.md +60 -60
- package/.docs/organized/code-examples/memory-per-resource-example.md +10 -10
- package/.docs/organized/code-examples/memory-with-libsql.md +6 -7
- package/.docs/organized/code-examples/memory-with-pg.md +7 -8
- package/.docs/raw/agents/agent-memory.mdx +11 -7
- package/.docs/raw/memory/semantic-recall.mdx +2 -0
- package/.docs/raw/memory/working-memory.mdx +1 -1
- package/.docs/raw/rag/chunking-and-embedding.mdx +19 -3
- package/.docs/raw/reference/memory/getThreadsByResourceId.mdx +1 -0
- package/.docs/raw/reference/memory/getThreadsByResourceIdPaginated.mdx +187 -0
- package/.docs/raw/reference/rag/chunk.mdx +169 -18
- package/.docs/raw/reference/tools/mcp-server.mdx +61 -7
- package/package.json +4 -4
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/evals
|
|
2
2
|
|
|
3
|
+
## 0.12.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ea0c5f2: Add store support to new score api
|
|
8
|
+
- ea0c5f2: Update evals to use updated scorer API
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 351b36e: update evals and rag ai sdk package versions
|
|
13
|
+
- Updated dependencies [ea0c5f2]
|
|
14
|
+
- Updated dependencies [b0e43c1]
|
|
15
|
+
- Updated dependencies [1fb812e]
|
|
16
|
+
- Updated dependencies [35c5798]
|
|
17
|
+
- @mastra/core@0.13.0-alpha.1
|
|
18
|
+
|
|
3
19
|
## 0.11.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -282,21 +298,5 @@
|
|
|
282
298
|
|
|
283
299
|
- 8dde0da: Fixed contextual recall metric
|
|
284
300
|
- Updated dependencies [ee77e78]
|
|
285
|
-
- Updated dependencies [2901125]
|
|
286
|
-
- @mastra/core@0.10.2-alpha.1
|
|
287
|
-
|
|
288
|
-
## 0.10.1
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
301
|
|
|
292
|
-
|
|
293
|
-
- Updated dependencies [d70b807]
|
|
294
|
-
- Updated dependencies [6d16390]
|
|
295
|
-
- Updated dependencies [1e4a421]
|
|
296
|
-
- Updated dependencies [200d0da]
|
|
297
|
-
- Updated dependencies [bf5f17b]
|
|
298
|
-
- Updated dependencies [5343f93]
|
|
299
|
-
- Updated dependencies [38aee50]
|
|
300
|
-
- Updated dependencies [5c41100]
|
|
301
|
-
|
|
302
|
-
... 1843 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1859 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/firecrawl
|
|
2
2
|
|
|
3
|
+
## 1.2.11-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ea0c5f2]
|
|
8
|
+
- Updated dependencies [351b36e]
|
|
9
|
+
- Updated dependencies [ccd519c]
|
|
10
|
+
- Updated dependencies [b0e43c1]
|
|
11
|
+
- Updated dependencies [1fb812e]
|
|
12
|
+
- Updated dependencies [35c5798]
|
|
13
|
+
- @mastra/core@0.13.0-alpha.1
|
|
14
|
+
- @mastra/rag@1.0.7-alpha.0
|
|
15
|
+
|
|
16
|
+
## 1.2.10
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [33dcb07]
|
|
21
|
+
- Updated dependencies [613eec3]
|
|
22
|
+
- Updated dependencies [d0d9500]
|
|
23
|
+
- Updated dependencies [d30b1a0]
|
|
24
|
+
- Updated dependencies [bff87f7]
|
|
25
|
+
- Updated dependencies [b4a8df0]
|
|
26
|
+
- @mastra/core@0.12.1
|
|
27
|
+
- @mastra/rag@1.0.6
|
|
28
|
+
|
|
3
29
|
## 1.2.10-alpha.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -272,31 +298,5 @@
|
|
|
272
298
|
|
|
273
299
|
### Patch Changes
|
|
274
300
|
|
|
275
|
-
- 1ccccff: dependencies updates:
|
|
276
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
277
|
-
- 1ccccff: dependencies updates:
|
|
278
|
-
- Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
|
|
279
|
-
- Updated dependencies [1ccccff]
|
|
280
|
-
- Updated dependencies [1ccccff]
|
|
281
|
-
- Updated dependencies [f6fd25f]
|
|
282
|
-
- Updated dependencies [dffb67b]
|
|
283
|
-
- Updated dependencies [f1309d3]
|
|
284
|
-
- Updated dependencies [f7f8293]
|
|
285
|
-
- @mastra/rag@0.10.3-alpha.1
|
|
286
|
-
- @mastra/core@0.10.4-alpha.1
|
|
287
|
-
|
|
288
|
-
## 1.2.3-alpha.0
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- Updated dependencies [d1ed912]
|
|
293
|
-
- Updated dependencies [71999e9]
|
|
294
|
-
- Updated dependencies [f1f1f1b]
|
|
295
|
-
- Updated dependencies [f9816ae]
|
|
296
|
-
- Updated dependencies [82090c1]
|
|
297
|
-
- Updated dependencies [1b443fd]
|
|
298
|
-
- Updated dependencies [ce97900]
|
|
299
|
-
- Updated dependencies [14a2566]
|
|
300
|
-
- @mastra/core@0.10.4-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2545 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/libsql
|
|
2
2
|
|
|
3
|
+
## 0.13.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ea0c5f2: Add store support to new score api
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [ea0c5f2]
|
|
12
|
+
- Updated dependencies [b0e43c1]
|
|
13
|
+
- Updated dependencies [1fb812e]
|
|
14
|
+
- Updated dependencies [35c5798]
|
|
15
|
+
- @mastra/core@0.13.0-alpha.1
|
|
16
|
+
|
|
3
17
|
## 0.12.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -284,19 +298,5 @@
|
|
|
284
298
|
- 63f6b7d: dependencies updates:
|
|
285
299
|
- Updated dependency [`@libsql/client@^0.15.9` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.9) (from `^0.15.8`, in `dependencies`)
|
|
286
300
|
- Updated dependencies [63f6b7d]
|
|
287
|
-
- Updated dependencies [36f1c36]
|
|
288
|
-
- Updated dependencies [10d352e]
|
|
289
|
-
- Updated dependencies [53d3c37]
|
|
290
|
-
- @mastra/core@0.10.6-alpha.0
|
|
291
|
-
|
|
292
|
-
## 0.10.2
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- 5d3dc1e: dependencies updates:
|
|
297
|
-
- Updated dependency [`@libsql/client@^0.15.8` ↗︎](https://www.npmjs.com/package/@libsql/client/v/0.15.8) (from `^0.15.4`, in `dependencies`)
|
|
298
|
-
- dffb67b: updated stores to add alter table and change tests
|
|
299
|
-
- e0f9201: change how dedupe works for libsql and pg
|
|
300
|
-
- 14a2566: Add pagination to libsql storage APIs
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 489 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @mastra/mcp-docs-server
|
|
2
2
|
|
|
3
|
+
## 0.13.9-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ea0c5f2]
|
|
8
|
+
- Updated dependencies [b0e43c1]
|
|
9
|
+
- Updated dependencies [1fb812e]
|
|
10
|
+
- Updated dependencies [35c5798]
|
|
11
|
+
- @mastra/core@0.13.0-alpha.1
|
|
12
|
+
|
|
13
|
+
## 0.13.9-alpha.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [94f4812]
|
|
18
|
+
- Updated dependencies [e202b82]
|
|
19
|
+
- Updated dependencies [e00f6a0]
|
|
20
|
+
- @mastra/core@0.12.2-alpha.0
|
|
21
|
+
|
|
22
|
+
## 0.13.8
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [33dcb07]
|
|
27
|
+
- Updated dependencies [f90797b]
|
|
28
|
+
- Updated dependencies [d0d9500]
|
|
29
|
+
- Updated dependencies [d30b1a0]
|
|
30
|
+
- Updated dependencies [bff87f7]
|
|
31
|
+
- Updated dependencies [b4a8df0]
|
|
32
|
+
- @mastra/core@0.12.1
|
|
33
|
+
- @mastra/mcp@0.10.9
|
|
34
|
+
|
|
3
35
|
## 0.13.8-alpha.1
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
|
@@ -266,37 +298,5 @@
|
|
|
266
298
|
- Updated dependencies [a8b194f]
|
|
267
299
|
- Updated dependencies [dc93062]
|
|
268
300
|
- @mastra/core@0.10.7-alpha.4
|
|
269
|
-
- @mastra/mcp@0.10.5-alpha.2
|
|
270
|
-
|
|
271
|
-
## 0.13.2-alpha.1
|
|
272
|
-
|
|
273
|
-
### Patch Changes
|
|
274
|
-
|
|
275
|
-
- 8e1b6e9: dependencies updates:
|
|
276
|
-
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
277
|
-
- ee93d96: dependencies updates:
|
|
278
|
-
- Updated dependency [`@modelcontextprotocol/sdk@^1.12.3` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.12.3) (from `^1.12.1`, in `dependencies`)
|
|
279
|
-
- c00039d: dependencies updates:
|
|
280
|
-
- Updated dependency [`@modelcontextprotocol/sdk@^1.13.0` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.13.0) (from `^1.12.3`, in `dependencies`)
|
|
281
|
-
- 07d6d88: Bump MCP SDK version and add tool output schema support to MCPServer and MCPClient
|
|
282
|
-
- Updated dependencies [ee93d96]
|
|
283
|
-
- Updated dependencies [c00039d]
|
|
284
|
-
- Updated dependencies [15e9d26]
|
|
285
|
-
- Updated dependencies [07d6d88]
|
|
286
|
-
- Updated dependencies [5d74aab]
|
|
287
|
-
- Updated dependencies [144eb0b]
|
|
288
|
-
- @mastra/mcp@0.10.5-alpha.1
|
|
289
|
-
- @mastra/core@0.10.7-alpha.2
|
|
290
|
-
|
|
291
|
-
## 0.13.2-alpha.0
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- Updated dependencies [d1baedb]
|
|
296
|
-
- Updated dependencies [4d21bf2]
|
|
297
|
-
- Updated dependencies [2097952]
|
|
298
|
-
- Updated dependencies [4fb0cc2]
|
|
299
|
-
- Updated dependencies [d2a7a31]
|
|
300
|
-
- Updated dependencies [0e17048]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 1146 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @mastra/mcp
|
|
2
2
|
|
|
3
|
+
## 0.10.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f90797b: dependencies updates:
|
|
8
|
+
- Updated dependency [`@apidevtools/json-schema-ref-parser@^14.1.1` ↗︎](https://www.npmjs.com/package/@apidevtools/json-schema-ref-parser/v/14.1.1) (from `^14.1.0`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [33dcb07]
|
|
10
|
+
- Updated dependencies [d0d9500]
|
|
11
|
+
- Updated dependencies [d30b1a0]
|
|
12
|
+
- Updated dependencies [bff87f7]
|
|
13
|
+
- Updated dependencies [b4a8df0]
|
|
14
|
+
- @mastra/core@0.12.1
|
|
15
|
+
|
|
3
16
|
## 0.10.9-alpha.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -286,17 +299,4 @@
|
|
|
286
299
|
|
|
287
300
|
### Patch Changes
|
|
288
301
|
|
|
289
|
-
|
|
290
|
-
- Updated dependencies [592a2db]
|
|
291
|
-
- Updated dependencies [e5dc18d]
|
|
292
|
-
- @mastra/core@0.10.2-alpha.0
|
|
293
|
-
|
|
294
|
-
## 0.10.1
|
|
295
|
-
|
|
296
|
-
### Patch Changes
|
|
297
|
-
|
|
298
|
-
- ab89d6a: Adds support for the full resources spec for MCP in the MCPClient and MCPServer classes. Includes resources/list, resources/read, resources/templates/list, resources/subscribe, resources/unsubscribe, notifications/resources/list_changed, and notifications/resources/updated APIs.
|
|
299
|
-
- bf5f17b: Adds ability to pass workflows into MCPServer to generate tools from the workflows. Each workflow will become a tool that can start the workflow run.
|
|
300
|
-
- 38aee50: Adds ability to pass an agents into an MCPServer instance to automatically generate tools from them.
|
|
301
|
-
|
|
302
|
-
... 1918 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1931 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.12.1-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7d53af4: dependencies updates:
|
|
8
|
+
- Updated dependency [`redis@^5.7.0` ↗︎](https://www.npmjs.com/package/redis/v/5.7.0) (from `^5.6.0`, in `dependencies`)
|
|
9
|
+
- Updated dependencies [ea0c5f2]
|
|
10
|
+
- Updated dependencies [b0e43c1]
|
|
11
|
+
- Updated dependencies [1fb812e]
|
|
12
|
+
- Updated dependencies [35c5798]
|
|
13
|
+
- @mastra/core@0.13.0-alpha.1
|
|
14
|
+
|
|
15
|
+
## 0.12.1-alpha.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- e202b82: Add getThreadsByResourceIdPaginated to the Memory Class
|
|
20
|
+
- Updated dependencies [94f4812]
|
|
21
|
+
- Updated dependencies [e202b82]
|
|
22
|
+
- Updated dependencies [e00f6a0]
|
|
23
|
+
- @mastra/core@0.12.2-alpha.0
|
|
24
|
+
|
|
3
25
|
## 0.12.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -276,27 +298,5 @@
|
|
|
276
298
|
- Updated dependencies [c984582]
|
|
277
299
|
- Updated dependencies [7e801dd]
|
|
278
300
|
- Updated dependencies [a606c75]
|
|
279
|
-
- Updated dependencies [7aa70a4]
|
|
280
|
-
- Updated dependencies [764f86a]
|
|
281
|
-
- Updated dependencies [1760a1c]
|
|
282
|
-
- Updated dependencies [038e5ae]
|
|
283
|
-
- Updated dependencies [7dda16a]
|
|
284
|
-
- Updated dependencies [5ebfcdd]
|
|
285
|
-
- Updated dependencies [b2d0c91]
|
|
286
|
-
- Updated dependencies [4e809ad]
|
|
287
|
-
- Updated dependencies [57929df]
|
|
288
|
-
- Updated dependencies [b7852ed]
|
|
289
|
-
- Updated dependencies [6320a61]
|
|
290
|
-
- @mastra/core@0.10.9
|
|
291
|
-
|
|
292
|
-
## 0.11.1-alpha.0
|
|
293
|
-
|
|
294
|
-
### Patch Changes
|
|
295
|
-
|
|
296
|
-
- 81a1b3b: Update peerdeps
|
|
297
|
-
- b7852ed: [MASTRA-4139] make private functions protected in memory
|
|
298
|
-
- Updated dependencies [9dda1ac]
|
|
299
|
-
- Updated dependencies [c984582]
|
|
300
|
-
- Updated dependencies [7e801dd]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2526 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/mongodb
|
|
2
2
|
|
|
3
|
+
## 0.13.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ea0c5f2: Add store support to new score api
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [ea0c5f2]
|
|
12
|
+
- Updated dependencies [b0e43c1]
|
|
13
|
+
- Updated dependencies [1fb812e]
|
|
14
|
+
- Updated dependencies [35c5798]
|
|
15
|
+
- @mastra/core@0.13.0-alpha.1
|
|
16
|
+
|
|
17
|
+
## 0.12.4
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 2c5eab4: Fix mongodb edge case when fromConnectionHandler is used
|
|
22
|
+
- Updated dependencies [33dcb07]
|
|
23
|
+
- Updated dependencies [d0d9500]
|
|
24
|
+
- Updated dependencies [d30b1a0]
|
|
25
|
+
- Updated dependencies [bff87f7]
|
|
26
|
+
- Updated dependencies [b4a8df0]
|
|
27
|
+
- @mastra/core@0.12.1
|
|
28
|
+
|
|
3
29
|
## 0.12.4-alpha.0
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
|
@@ -272,31 +298,5 @@
|
|
|
272
298
|
- Updated dependencies [4b0f8a6]
|
|
273
299
|
- Updated dependencies [51264a5]
|
|
274
300
|
- Updated dependencies [8e6f677]
|
|
275
|
-
- Updated dependencies [d70c420]
|
|
276
|
-
- Updated dependencies [ee9af57]
|
|
277
|
-
- Updated dependencies [36f1c36]
|
|
278
|
-
- Updated dependencies [2a16996]
|
|
279
|
-
- Updated dependencies [10d352e]
|
|
280
|
-
- Updated dependencies [9589624]
|
|
281
|
-
- Updated dependencies [53d3c37]
|
|
282
|
-
- Updated dependencies [751c894]
|
|
283
|
-
- Updated dependencies [577ce3a]
|
|
284
|
-
- Updated dependencies [9260b3a]
|
|
285
|
-
- @mastra/core@0.10.6
|
|
286
|
-
|
|
287
|
-
## 0.11.0-alpha.1
|
|
288
|
-
|
|
289
|
-
### Minor Changes
|
|
290
|
-
|
|
291
|
-
- 704d1ca: Thread Timestamp Auto-Update Enhancement
|
|
292
|
-
Added automatic thread updatedAt timestamp updates when messages are saved across all storage providers
|
|
293
|
-
Enhanced user experience: Threads now accurately reflect their latest activity with automatic timestamp updates when new messages are added
|
|
294
|
-
Universal implementation: Consistent behavior across all 7 storage backends (ClickHouse, Cloudflare D1, DynamoDB, MongoDB, PostgreSQL, Upstash, LibSQL)
|
|
295
|
-
Performance optimized: Updates execute in parallel with message saving operations for minimal performance impact
|
|
296
|
-
Backwards compatible: No breaking changes - existing code continues to work unchanged
|
|
297
|
-
Improved conversation ordering: Chat interfaces can now properly sort threads by actual last activity
|
|
298
|
-
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.
|
|
299
|
-
|
|
300
|
-
## 0.10.4-alpha.0
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 511 more lines hidden. See full changelog in package directory.
|
|
@@ -1,4 +1,31 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @mastra/mssql
|
|
2
|
+
|
|
3
|
+
## 0.3.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8c5a2b0: feat(mssql): implement comprehensive scoring system, enhance storage operations & format storage into domains
|
|
8
|
+
- Add full CRUD operations for scoring system (getScoreById, saveScore, getScoresByScorerId, etc.)
|
|
9
|
+
- Implement message deletion functionality with thread timestamp updates
|
|
10
|
+
- Enhance thread management with sorting options and improved pagination
|
|
11
|
+
- Add batch trace insertion for improved performance
|
|
12
|
+
- Implement proper storage domain initialization with all operation bindings
|
|
13
|
+
- Enhance message parsing and formatting with better v1/v2 support
|
|
14
|
+
- Improve table operations with better foreign key handling
|
|
15
|
+
- Add float data type support in schema creation
|
|
16
|
+
- Enhance timestamp handling with proper SQL DateTime2 usage
|
|
17
|
+
- Update core dependency to latest version
|
|
18
|
+
- Format storage into domains and separate these into different files
|
|
19
|
+
|
|
20
|
+
BREAKING CHANGE: deleteMessages support is now enabled (was previously false)
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [ea0c5f2]
|
|
25
|
+
- Updated dependencies [b0e43c1]
|
|
26
|
+
- Updated dependencies [1fb812e]
|
|
27
|
+
- Updated dependencies [35c5798]
|
|
28
|
+
- @mastra/core@0.13.0-alpha.1
|
|
2
29
|
|
|
3
30
|
## 0.2.3
|
|
4
31
|
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
+
## 0.13.2-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a780fcd: ensure score id is generated for postgres store
|
|
8
|
+
- Updated dependencies [94f4812]
|
|
9
|
+
- Updated dependencies [e202b82]
|
|
10
|
+
- Updated dependencies [e00f6a0]
|
|
11
|
+
- @mastra/core@0.12.2-alpha.0
|
|
12
|
+
|
|
13
|
+
## 0.13.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- bf6c955: fix: Fix schema support to PostgreSQL scores and workflows storage
|
|
18
|
+
- Updated dependencies [33dcb07]
|
|
19
|
+
- Updated dependencies [d0d9500]
|
|
20
|
+
- Updated dependencies [d30b1a0]
|
|
21
|
+
- Updated dependencies [bff87f7]
|
|
22
|
+
- Updated dependencies [b4a8df0]
|
|
23
|
+
- @mastra/core@0.12.1
|
|
24
|
+
|
|
3
25
|
## 0.13.1-alpha.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -277,26 +299,4 @@
|
|
|
277
299
|
- Updated dependencies [6320a61]
|
|
278
300
|
- @mastra/core@0.10.9-alpha.0
|
|
279
301
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
### Minor Changes
|
|
283
|
-
|
|
284
|
-
- 8a3bfd2: Update peerdeps to latest core
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
|
|
289
|
-
- d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
|
|
290
|
-
- 0fb9d64: [MASTRA-4018] Update saveMessages in storage adapters to upsert messages
|
|
291
|
-
- 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
|
|
292
|
-
- 144eb0b: [MASTRA-3669] Metadata Filter Types
|
|
293
|
-
- f0150c4: Fix LibSQLStore and PgStore getMessagesPaginated implementation
|
|
294
|
-
- 0e17048: Throw mastra errors in storage packages
|
|
295
|
-
- Updated dependencies [15e9d26]
|
|
296
|
-
- Updated dependencies [d1baedb]
|
|
297
|
-
- Updated dependencies [d8f2d19]
|
|
298
|
-
- Updated dependencies [4d21bf2]
|
|
299
|
-
- Updated dependencies [07d6d88]
|
|
300
|
-
- Updated dependencies [9d52b17]
|
|
301
|
-
|
|
302
|
-
... 1928 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 1950 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 5.1.18-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ea0c5f2: Update to support new scorer api
|
|
8
|
+
- Updated dependencies [ea0c5f2]
|
|
9
|
+
- Updated dependencies [b0e43c1]
|
|
10
|
+
- Updated dependencies [1fb812e]
|
|
11
|
+
- Updated dependencies [35c5798]
|
|
12
|
+
- @mastra/core@0.13.0-alpha.1
|
|
13
|
+
- @mastra/client-js@0.10.19-alpha.1
|
|
14
|
+
|
|
15
|
+
## 5.1.18-alpha.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [94f4812]
|
|
20
|
+
- Updated dependencies [e202b82]
|
|
21
|
+
- Updated dependencies [e00f6a0]
|
|
22
|
+
- @mastra/core@0.12.2-alpha.0
|
|
23
|
+
- @mastra/client-js@0.10.19-alpha.0
|
|
24
|
+
|
|
25
|
+
## 5.1.17
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- d8e8349: dependencies updates:
|
|
30
|
+
- Updated dependency [`@xyflow/react@^12.8.2` ↗︎](https://www.npmjs.com/package/@xyflow/react/v/12.8.2) (from `^12.8.1`, in `dependencies`)
|
|
31
|
+
- c8924b6: dependencies updates:
|
|
32
|
+
- Updated dependency [`motion@^12.23.9` ↗︎](https://www.npmjs.com/package/motion/v/12.23.9) (from `^12.23.0`, in `dependencies`)
|
|
33
|
+
- Updated dependencies [6690a16]
|
|
34
|
+
- Updated dependencies [33dcb07]
|
|
35
|
+
- Updated dependencies [d0d9500]
|
|
36
|
+
- Updated dependencies [d30b1a0]
|
|
37
|
+
- Updated dependencies [bff87f7]
|
|
38
|
+
- Updated dependencies [b4a8df0]
|
|
39
|
+
- @mastra/client-js@0.10.18
|
|
40
|
+
- @mastra/core@0.12.1
|
|
41
|
+
|
|
3
42
|
## 5.1.17-alpha.0
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|
|
@@ -259,44 +298,5 @@
|
|
|
259
298
|
|
|
260
299
|
## 5.1.13-alpha.2
|
|
261
300
|
|
|
262
|
-
### Patch Changes
|
|
263
|
-
|
|
264
|
-
- 794d9f3: Fix thread creation in playground
|
|
265
|
-
- dfbeec6: Fix navigation to vnext AgentNetwork agents
|
|
266
|
-
|
|
267
|
-
## 5.1.13-alpha.1
|
|
268
|
-
|
|
269
|
-
### Patch Changes
|
|
270
|
-
|
|
271
|
-
- d49334d: export tool list for usage in cloud
|
|
272
|
-
- 9cdfcb5: fix infinite rerenders on agents table + share runtime context for cloud
|
|
273
|
-
- 45174f3: share network list between core and cloud
|
|
274
|
-
- 48f5532: export workflow list for usage in cloud
|
|
275
|
-
- Updated dependencies [0b56518]
|
|
276
|
-
- Updated dependencies [2ba5b76]
|
|
277
|
-
- Updated dependencies [c3a30de]
|
|
278
|
-
- Updated dependencies [cf3a184]
|
|
279
|
-
- Updated dependencies [d6bfd60]
|
|
280
|
-
- @mastra/core@0.10.15-alpha.1
|
|
281
|
-
- @mastra/client-js@0.10.14-alpha.1
|
|
282
|
-
|
|
283
|
-
## 5.1.13-alpha.0
|
|
284
|
-
|
|
285
|
-
### Patch Changes
|
|
286
|
-
|
|
287
|
-
- 5130bcb: dependencies updates:
|
|
288
|
-
- Updated dependency [`swr@^2.3.4` ↗︎](https://www.npmjs.com/package/swr/v/2.3.4) (from `^2.3.3`, in `dependencies`)
|
|
289
|
-
- 984887a: dependencies updates:
|
|
290
|
-
- Updated dependency [`prettier@^3.6.2` ↗︎](https://www.npmjs.com/package/prettier/v/3.6.2) (from `^3.5.3`, in `dependencies`)
|
|
291
|
-
- 593631d: allow to pass ref to the link abstraction
|
|
292
|
-
- 5237998: Fix foreach output
|
|
293
|
-
- 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
|
|
294
|
-
- aa9528a: Display reasoning in playground
|
|
295
|
-
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
296
|
-
- e1d0080: abstract Link component between cloud and core
|
|
297
|
-
- f9b1508: add the same agent table as in cloud and export it from the playground
|
|
298
|
-
- Updated dependencies [31f9f6b]
|
|
299
|
-
- Updated dependencies [db5cc15]
|
|
300
|
-
- Updated dependencies [5237998]
|
|
301
301
|
|
|
302
|
-
...
|
|
302
|
+
... 2317 more lines hidden. See full changelog in package directory.
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @mastra/rag
|
|
2
2
|
|
|
3
|
+
## 1.0.7-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 351b36e: update evals and rag ai sdk package versions
|
|
8
|
+
- ccd519c: Add sentence chunking strategy and strategy-specific parameter validation for all existing strategies.
|
|
9
|
+
- Updated dependencies [ea0c5f2]
|
|
10
|
+
- Updated dependencies [b0e43c1]
|
|
11
|
+
- Updated dependencies [1fb812e]
|
|
12
|
+
- Updated dependencies [35c5798]
|
|
13
|
+
- @mastra/core@0.13.0-alpha.1
|
|
14
|
+
|
|
15
|
+
## 1.0.6
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 613eec3: dependencies updates:
|
|
20
|
+
- Updated dependency [`node-html-better-parser@^1.5.2` ↗︎](https://www.npmjs.com/package/node-html-better-parser/v/1.5.2) (from `^1.5.1`, in `dependencies`)
|
|
21
|
+
- Updated dependencies [33dcb07]
|
|
22
|
+
- Updated dependencies [d0d9500]
|
|
23
|
+
- Updated dependencies [d30b1a0]
|
|
24
|
+
- Updated dependencies [bff87f7]
|
|
25
|
+
- Updated dependencies [b4a8df0]
|
|
26
|
+
- @mastra/core@0.12.1
|
|
27
|
+
|
|
3
28
|
## 1.0.6-alpha.0
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -274,29 +299,4 @@
|
|
|
274
299
|
|
|
275
300
|
## 0.10.3-alpha.0
|
|
276
301
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
- 71999e9: dependencies updates:
|
|
280
|
-
- Updated dependency [`js-tiktoken@^1.0.20` ↗︎](https://www.npmjs.com/package/js-tiktoken/v/1.0.20) (from `^1.0.19`, in `dependencies`)
|
|
281
|
-
- Updated dependency [`node-html-better-parser@^1.4.11` ↗︎](https://www.npmjs.com/package/node-html-better-parser/v/1.4.11) (from `^1.4.7`, in `dependencies`)
|
|
282
|
-
- Updated dependencies [d1ed912]
|
|
283
|
-
- Updated dependencies [f1f1f1b]
|
|
284
|
-
- Updated dependencies [f9816ae]
|
|
285
|
-
- Updated dependencies [82090c1]
|
|
286
|
-
- Updated dependencies [1b443fd]
|
|
287
|
-
- Updated dependencies [ce97900]
|
|
288
|
-
- Updated dependencies [14a2566]
|
|
289
|
-
- @mastra/core@0.10.4-alpha.0
|
|
290
|
-
|
|
291
|
-
## 0.10.2
|
|
292
|
-
|
|
293
|
-
### Patch Changes
|
|
294
|
-
|
|
295
|
-
- a60d630: Adds runtime and initialization DB specific configuration to createVectorQueryTool to account for different configuration between db providers.
|
|
296
|
-
- f0d559f: Fix peerdeps for alpha channel
|
|
297
|
-
- Updated dependencies [ee77e78]
|
|
298
|
-
- Updated dependencies [592a2db]
|
|
299
|
-
- Updated dependencies [e5dc18d]
|
|
300
|
-
- Updated dependencies [ab5adbe]
|
|
301
|
-
|
|
302
|
-
... 2324 more lines hidden. See full changelog in package directory.
|
|
302
|
+
... 2349 more lines hidden. See full changelog in package directory.
|