@dptech-corp/bohr-cli 2.6.54 → 2.6.56

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 +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -16,6 +16,28 @@
16
16
 
17
17
  ## [Unreleased]
18
18
 
19
+ ## [2.6.56] - 2026-08-26
20
+
21
+ ### Breaking
22
+
23
+ - **移除全局 `--page-all`**:改前机型/Agent 列表会扩类或自动拉全;改后参数报错。机型用 `-c all`,其余逐页查询。
24
+
25
+ ### Fixed
26
+
27
+ - **`bohr doctor -o json` 的 `duration_ms` 不再时有时无**:改前耗时不足 1 毫秒的检查不带这个字段,机读方分不清是没测量还是为零;改后每条都带,快的记 0。
28
+
29
+ ## [2.6.55] - 2026-08-26(未发布——版本号跳过)
30
+
31
+ v2.6.55 的 tag 流水线因 response-fields golden file 未更新而失败,受保护 tag 无法删除。改动实际随 2.6.56 发出。
32
+
33
+ ### Breaking
34
+
35
+ - **移除全局 `--page-all`**:改前机型/Agent 列表会扩类或自动拉全;改后参数报错。机型用 `-c all`,其余逐页查询。
36
+
37
+ ### Fixed
38
+
39
+ - **`bohr doctor -o json` 的 `duration_ms` 不再时有时无**:改前耗时不足 1 毫秒的检查不带这个字段,机读方分不清是没测量还是为零;改后每条都带,快的记 0。
40
+
19
41
  ## [2.6.54] - 2026-08-26
20
42
 
21
43
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dptech-corp/bohr-cli",
3
- "version": "2.6.54",
3
+ "version": "2.6.56",
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.54",
36
- "@dptech-corp/bohr-cli-darwin-amd64": "2.6.54",
37
- "@dptech-corp/bohr-cli-linux-amd64": "2.6.54",
38
- "@dptech-corp/bohr-cli-linux-arm64": "2.6.54",
39
- "@dptech-corp/bohr-cli-windows-amd64": "2.6.54",
40
- "@dptech-corp/bohr-cli-windows-arm64": "2.6.54"
35
+ "@dptech-corp/bohr-cli-darwin-arm64": "2.6.56",
36
+ "@dptech-corp/bohr-cli-darwin-amd64": "2.6.56",
37
+ "@dptech-corp/bohr-cli-linux-amd64": "2.6.56",
38
+ "@dptech-corp/bohr-cli-linux-arm64": "2.6.56",
39
+ "@dptech-corp/bohr-cli-windows-amd64": "2.6.56",
40
+ "@dptech-corp/bohr-cli-windows-arm64": "2.6.56"
41
41
  }
42
42
  }