@aigne/agentic-memory 1.0.56-beta.1 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.0](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.0-beta.2...agentic-memory-v1.1.0) (2025-11-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.69.0
11
+ * @aigne/default-memory bumped to 1.3.0
12
+ * @aigne/openai bumped to 0.16.10
13
+
14
+ ## [1.1.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.0-beta.1...agentic-memory-v1.1.0-beta.2) (2025-11-19)
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @aigne/core bumped to 1.69.0-beta.2
22
+ * @aigne/default-memory bumped to 1.3.0-beta.2
23
+ * @aigne/openai bumped to 0.16.10-beta.3
24
+
25
+ ## [1.1.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.0.56-beta.1...agentic-memory-v1.1.0-beta.1) (2025-11-18)
26
+
27
+
28
+ ### Features
29
+
30
+ * **memory:** support did space memory adapter ([#229](https://github.com/AIGNE-io/aigne-framework/issues/229)) ([6f69b64](https://github.com/AIGNE-io/aigne-framework/commit/6f69b64e98b963db9d6ab5357306b445385eaa68))
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
36
+ * **cli:** ensure aigne cli works in node.js v20+ ([#316](https://github.com/AIGNE-io/aigne-framework/issues/316)) ([9c9c3d2](https://github.com/AIGNE-io/aigne-framework/commit/9c9c3d2e57d6a8e1afb33ef903c3703283d73db7))
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @aigne/core bumped to 1.69.0-beta.1
44
+ * @aigne/default-memory bumped to 1.3.0-beta.1
45
+ * @aigne/openai bumped to 0.16.10-beta.2
46
+
3
47
  ## [1.0.56-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.0.56-beta...agentic-memory-v1.0.56-beta.1) (2025-11-18)
4
48
 
5
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agentic-memory",
3
- "version": "1.0.56-beta.1",
3
+ "version": "1.1.0",
4
4
  "description": "Agentic memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "zod": "^3.25.67",
36
- "@aigne/core": "^1.68.3-beta.1",
37
- "@aigne/default-memory": "^1.2.19-beta.1",
38
- "@aigne/openai": "^0.16.10-beta.1"
36
+ "@aigne/core": "^1.69.0",
37
+ "@aigne/openai": "^0.16.10",
38
+ "@aigne/default-memory": "^1.3.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",