@aigne/transport 0.15.25-beta.6 → 0.15.25-beta.8

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 +33 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.15.25-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.25-beta.7...transport-v0.15.25-beta.8) (2025-12-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * **core:** add session history support ([#858](https://github.com/AIGNE-io/aigne-framework/issues/858)) ([28a070e](https://github.com/AIGNE-io/aigne-framework/commit/28a070ed33b821d1fd344b899706d817ca992b9f))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/openai bumped to 0.16.16-beta.7
16
+ * devDependencies
17
+ * @aigne/agent-library bumped to 1.24.0-beta.8
18
+ * @aigne/core bumped to 1.72.0-beta.7
19
+ * @aigne/default-memory bumped to 1.4.0-beta.6
20
+ * @aigne/test-utils bumped to 0.5.69-beta.7
21
+
22
+ ## [0.15.25-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.25-beta.6...transport-v0.15.25-beta.7) (2025-12-25)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @aigne/openai bumped to 0.16.16-beta.6
30
+ * devDependencies
31
+ * @aigne/agent-library bumped to 1.24.0-beta.7
32
+ * @aigne/core bumped to 1.72.0-beta.6
33
+ * @aigne/default-memory bumped to 1.3.6-beta.6
34
+ * @aigne/test-utils bumped to 0.5.69-beta.6
35
+
3
36
  ## [0.15.25-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.25-beta.5...transport-v0.15.25-beta.6) (2025-12-25)
4
37
 
5
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/transport",
3
- "version": "0.15.25-beta.6",
3
+ "version": "0.15.25-beta.8",
4
4
  "description": "AIGNE Transport SDK providing HTTP client and server implementations for communication between AIGNE components",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -46,7 +46,7 @@
46
46
  "p-retry": "^7.0.0",
47
47
  "raw-body": "^3.0.1",
48
48
  "zod": "^3.25.67",
49
- "@aigne/openai": "^0.16.16-beta.5"
49
+ "@aigne/openai": "^0.16.16-beta.7"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@aigne/uuid": "^13.0.1",
@@ -61,10 +61,10 @@
61
61
  "npm-run-all": "^4.1.5",
62
62
  "rimraf": "^6.0.1",
63
63
  "typescript": "^5.9.2",
64
- "@aigne/agent-library": "^1.24.0-beta.6",
65
- "@aigne/core": "^1.72.0-beta.5",
66
- "@aigne/default-memory": "^1.3.6-beta.5",
67
- "@aigne/test-utils": "^0.5.69-beta.5"
64
+ "@aigne/agent-library": "^1.24.0-beta.8",
65
+ "@aigne/core": "^1.72.0-beta.7",
66
+ "@aigne/default-memory": "^1.4.0-beta.6",
67
+ "@aigne/test-utils": "^0.5.69-beta.7"
68
68
  },
69
69
  "scripts": {
70
70
  "lint": "tsc --noEmit",