@dptech-corp/bohr-cli 2.6.65 → 2.6.67
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 +13 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,19 @@
|
|
|
16
16
|
|
|
17
17
|
## [Unreleased]
|
|
18
18
|
|
|
19
|
+
## [2.6.67] - 2026-08-29
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- **`dataset list`、`job_group create`、`node create` 的示例 `-p 123` 改为长选项**:`-p` 实为 `--profile`。
|
|
24
|
+
|
|
25
|
+
## [2.6.66] - 2026-08-28
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- **`ok:false` 不再带 2xx 的 `error.http`**:上游用 200 承载的失败(多条 `get` 的 not-found)现按错误码给 404,非 2xx 不变。
|
|
30
|
+
- **批量删除/停止的第 2 条起,失败项的 `error.code` 与 `error.http` 现在也归一**:此前只有第 1 条被收敛,同一数组里两条相邻失败长得不一样。
|
|
31
|
+
|
|
19
32
|
## [2.6.65] - 2026-08-28
|
|
20
33
|
|
|
21
34
|
### Breaking
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dptech-corp/bohr-cli",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.67",
|
|
4
4
|
"description": "CLI tool for Bohrium scientific computing platform",
|
|
5
5
|
"bin": {
|
|
6
6
|
"bohr": "run.js"
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"CHANGELOG.md"
|
|
33
33
|
],
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@dptech-corp/bohr-cli-darwin-arm64": "2.6.
|
|
36
|
-
"@dptech-corp/bohr-cli-darwin-amd64": "2.6.
|
|
37
|
-
"@dptech-corp/bohr-cli-linux-amd64": "2.6.
|
|
38
|
-
"@dptech-corp/bohr-cli-linux-arm64": "2.6.
|
|
39
|
-
"@dptech-corp/bohr-cli-windows-amd64": "2.6.
|
|
40
|
-
"@dptech-corp/bohr-cli-windows-arm64": "2.6.
|
|
35
|
+
"@dptech-corp/bohr-cli-darwin-arm64": "2.6.67",
|
|
36
|
+
"@dptech-corp/bohr-cli-darwin-amd64": "2.6.67",
|
|
37
|
+
"@dptech-corp/bohr-cli-linux-amd64": "2.6.67",
|
|
38
|
+
"@dptech-corp/bohr-cli-linux-arm64": "2.6.67",
|
|
39
|
+
"@dptech-corp/bohr-cli-windows-amd64": "2.6.67",
|
|
40
|
+
"@dptech-corp/bohr-cli-windows-arm64": "2.6.67"
|
|
41
41
|
}
|
|
42
42
|
}
|