@mastra/memory 0.11.0-alpha.3 → 0.11.0
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/CHANGELOG.md +32 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8a3bfd2: Update peerdeps to latest core
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 8e1b6e9: dependencies updates:
|
|
12
|
+
- Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
|
|
13
|
+
- 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
|
|
14
|
+
- 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.
|
|
15
|
+
- a8b194f: Fix double tool call for working memory
|
|
16
|
+
- Updated dependencies [15e9d26]
|
|
17
|
+
- Updated dependencies [d1baedb]
|
|
18
|
+
- Updated dependencies [d8f2d19]
|
|
19
|
+
- Updated dependencies [4d21bf2]
|
|
20
|
+
- Updated dependencies [07d6d88]
|
|
21
|
+
- Updated dependencies [9d52b17]
|
|
22
|
+
- Updated dependencies [2097952]
|
|
23
|
+
- Updated dependencies [792c4c0]
|
|
24
|
+
- Updated dependencies [5d74aab]
|
|
25
|
+
- Updated dependencies [a8b194f]
|
|
26
|
+
- Updated dependencies [4fb0cc2]
|
|
27
|
+
- Updated dependencies [d2a7a31]
|
|
28
|
+
- Updated dependencies [502fe05]
|
|
29
|
+
- Updated dependencies [144eb0b]
|
|
30
|
+
- Updated dependencies [8ba1b51]
|
|
31
|
+
- Updated dependencies [4efcfa0]
|
|
32
|
+
- Updated dependencies [0e17048]
|
|
33
|
+
- @mastra/core@0.10.7
|
|
34
|
+
|
|
3
35
|
## 0.11.0-alpha.3
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/memory",
|
|
3
|
-
"version": "0.11.0
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"typescript": "^5.8.3",
|
|
54
54
|
"typescript-eslint": "^8.34.0",
|
|
55
55
|
"vitest": "^3.2.3",
|
|
56
|
-
"@internal/lint": "0.0.
|
|
57
|
-
"@mastra/core": "0.10.7
|
|
56
|
+
"@internal/lint": "0.0.14",
|
|
57
|
+
"@mastra/core": "0.10.7"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@mastra/core": ">=0.10.7-0 <0.11.0-0"
|