@mastra/memory 1.10.1-alpha.1 → 1.10.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 1.10.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - The internal architecture of observational memory has been refactored. The public API and behavior remain unchanged. ([#14453](https://github.com/mastra-ai/mastra/pull/14453))
8
+
9
+ - Improved observational memory continuation prompts to reduce leaked context-management language in long conversations. ([#14650](https://github.com/mastra-ai/mastra/pull/14650))
10
+
11
+ - Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067), [`404fea1`](https://github.com/mastra-ai/mastra/commit/404fea13042181f0b0c73a101392ac87c79ceae2), [`ebf5047`](https://github.com/mastra-ai/mastra/commit/ebf5047e825c38a1a356f10b214c1d4260dfcd8d), [`675f15b`](https://github.com/mastra-ai/mastra/commit/675f15b7eaeea649158d228ea635be40480c584d), [`b174c63`](https://github.com/mastra-ai/mastra/commit/b174c63a093108d4e53b9bc89a078d9f66202b3f), [`eef7cb2`](https://github.com/mastra-ai/mastra/commit/eef7cb2abe7ef15951e2fdf792a5095c6c643333), [`e8a5b0b`](https://github.com/mastra-ai/mastra/commit/e8a5b0b9bc94d12dee4150095512ca27a288d778)]:
12
+ - @mastra/core@1.18.0-alpha.0
13
+
3
14
  ## 1.10.1-alpha.1
4
15
 
5
16
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-memory
3
3
  description: Documentation for @mastra/memory. Use when working with @mastra/memory APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/memory"
6
- version: "1.10.1-alpha.1"
6
+ version: "1.10.1-alpha.2"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.10.1-alpha.1",
2
+ "version": "1.10.1-alpha.2",
3
3
  "package": "@mastra/memory",
4
4
  "exports": {
5
5
  "ModelByInputTokens": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/memory",
3
- "version": "1.10.1-alpha.1",
3
+ "version": "1.10.1-alpha.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -60,11 +60,11 @@
60
60
  "vitest": "4.0.18",
61
61
  "zod": "^4.3.6",
62
62
  "@internal/ai-sdk-v4": "0.0.21",
63
- "@internal/ai-sdk-v5": "0.0.21",
64
63
  "@internal/ai-v6": "0.0.21",
65
- "@internal/types-builder": "0.0.49",
64
+ "@internal/ai-sdk-v5": "0.0.21",
66
65
  "@internal/lint": "0.0.74",
67
- "@mastra/core": "1.16.1-alpha.1"
66
+ "@mastra/core": "1.18.0-alpha.0",
67
+ "@internal/types-builder": "0.0.49"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@mastra/core": ">=1.4.1-0 <2.0.0-0",