fix: align API responses with Bitwarden 2026.7 clients

This commit is contained in:
shuaiplus
2026-07-25 21:25:51 +08:00
parent 8e5d9e294b
commit a0128908e1
4 changed files with 18 additions and 1 deletions
+3 -1
View File
@@ -156,7 +156,9 @@
compatibility: {
// Single source of truth for /config.version and /api/version.
// /config.version 与 /api/version 的统一版本号来源。
bitwardenServerVersion: '2026.4.1',
// Vaultwarden 1.37.0 advertises 2026.6.0 after aligning its API response
// with the response contract required by Bitwarden 2026.7.x clients.
bitwardenServerVersion: '2026.6.0',
// Official 2026.4.x clients need this flag to receive and use cipher.key.
// Hiding existing item keys makes item-key encrypted vault data unreadable.
// 官方 2026.4.x 客户端需要该开关来接收并使用 cipher.key。