@aigne/doubao 1.1.10-beta → 1.2.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.2.0-beta.1...doubao-v1.2.0-beta.2) (2025-11-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.10-beta.3
11
+ * devDependencies
12
+ * @aigne/core bumped to 1.69.0-beta.2
13
+ * @aigne/test-utils bumped to 0.5.63-beta.3
14
+
15
+ ## [1.2.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.1.10-beta.1...doubao-v1.2.0-beta.1) (2025-11-18)
16
+
17
+
18
+ ### Features
19
+
20
+ * improve image model architecture and file handling ([#527](https://github.com/AIGNE-io/aigne-framework/issues/527)) ([4db50aa](https://github.com/AIGNE-io/aigne-framework/commit/4db50aa0387a1a0f045ca11aaa61613e36ca7597))
21
+ * **models:** support doubao llm adapter ([#289](https://github.com/AIGNE-io/aigne-framework/issues/289)) ([0f68887](https://github.com/AIGNE-io/aigne-framework/commit/0f688871d232e7a42613f4921491de8974b31b81))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * add fetch utility with timeout and enhanced error handling ([#694](https://github.com/AIGNE-io/aigne-framework/issues/694)) ([c2d4076](https://github.com/AIGNE-io/aigne-framework/commit/c2d4076ec590150d2751591a4f723721f78381e9))
27
+ * add prefer input file type option for image model ([#536](https://github.com/AIGNE-io/aigne-framework/issues/536)) ([3cba8a5](https://github.com/AIGNE-io/aigne-framework/commit/3cba8a5562233a1567b49b6dd5c446c0760f5c4c))
28
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
29
+ * **core:** make getCredential async for aigne-hub mount point retrieval ([#372](https://github.com/AIGNE-io/aigne-framework/issues/372)) ([34ce7a6](https://github.com/AIGNE-io/aigne-framework/commit/34ce7a645fa83994d3dfe0f29ca70098cfecac9c))
30
+ * release new version ([#509](https://github.com/AIGNE-io/aigne-framework/issues/509)) ([822ccd2](https://github.com/AIGNE-io/aigne-framework/commit/822ccd2c374cdcef187066e102dc79230e2eebff))
31
+ * standardize file parameter naming across models ([#534](https://github.com/AIGNE-io/aigne-framework/issues/534)) ([f159a9d](https://github.com/AIGNE-io/aigne-framework/commit/f159a9d6af21ec0e99641996b150560929845845))
32
+ * support the correct 3.0 model ([#514](https://github.com/AIGNE-io/aigne-framework/issues/514)) ([98e0d44](https://github.com/AIGNE-io/aigne-framework/commit/98e0d44ce2c4c7b043d5fc934c6e312ffa821521))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * The following workspace dependencies were updated
38
+ * dependencies
39
+ * @aigne/openai bumped to 0.16.10-beta.2
40
+ * devDependencies
41
+ * @aigne/core bumped to 1.69.0-beta.1
42
+ * @aigne/test-utils bumped to 0.5.63-beta.2
43
+
44
+ ## [1.1.10-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.1.10-beta...doubao-v1.1.10-beta.1) (2025-11-18)
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * dependencies
51
+ * @aigne/openai bumped to 0.16.10-beta.1
52
+ * devDependencies
53
+ * @aigne/core bumped to 1.68.3-beta.1
54
+ * @aigne/test-utils bumped to 0.5.63-beta.1
55
+
3
56
  ## [1.1.10-beta](https://github.com/AIGNE-io/aigne-framework/compare/doubao-v1.1.9...doubao-v1.1.10-beta) (2025-11-17)
4
57
 
5
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/doubao",
3
- "version": "1.1.10-beta",
3
+ "version": "1.2.0-beta.2",
4
4
  "description": "AIGNE doubao SDK for integrating with doubao AI models",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "ufo": "^1.6.1",
39
39
  "zod": "^3.25.67",
40
- "@aigne/openai": "^0.16.10-beta"
40
+ "@aigne/openai": "^0.16.10-beta.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/bun": "^1.2.22",
@@ -47,8 +47,8 @@
47
47
  "npm-run-all": "^4.1.5",
48
48
  "rimraf": "^6.0.1",
49
49
  "typescript": "^5.9.2",
50
- "@aigne/test-utils": "^0.5.63-beta",
51
- "@aigne/core": "^1.68.3-beta"
50
+ "@aigne/core": "^1.69.0-beta.2",
51
+ "@aigne/test-utils": "^0.5.63-beta.3"
52
52
  },
53
53
  "scripts": {
54
54
  "lint": "tsc --noEmit",