-
Vaultwarden-Plus v1.36.8
Stablereleased this
2026-07-28 12:06:46 +02:00 | 3 commits to main since this releaseVaultwarden-Plus v1.36.8
Rust toolchain and dependency convergence release published directly from validated commit
c57c03f3f319362026e221d7b18c6de6aa83fe83.Toolchain and Dependencies
- Converged directly on the final Vaultwarden 1.37.0 dependency and toolchain state from upstream
#7200,#6127,#7406,#7453, and#7470. - Updated the canonical Rust toolchain and Forgejo Rust runner to Rust
1.97.1. - Migrated the workspace to Edition 2024 while retaining the upstream
1.95.0minimum supported Rust version. - Updated the final upstream Cargo dependency graph and lockfile, including Reqwest 0.13, Cached 2, OpenDAL 0.57, Diesel 2.3.11, JsonWebToken 11, Tokio 1.53, and associated transitive dependencies.
- Updated the Debian and musl build images to Rust
1.97.1, the Alpine runtime to3.24, and musl target selection toCARGO_BUILD_TARGET.
Vaultwarden-Plus Adaptations
- Preserved the Plus-only SES feature and
aws-sdk-sesv2dependency on the final common AWS SDK graph. - Preserved Lettre DKIM and all SMTP/sendmail/mail-hardening behavior.
- Added explicit, idempotent Ring crypto-provider initialization for the combined Reqwest 0.13, Rustls, OpenDAL, and SES graph.
- Adapted Cached 2 macro syntax and OIDC's direct Reqwest integration without changing functional API behavior.
- Preserved Account Recovery, Passkey Login/PRF, Trusted Devices, Authentication Requests, Device Login, and Send Email OTP.
- Preserved Forgejo-native workflows and BuildKit caching.
Scope Boundaries
- Web Vault remains pinned to
2026.4.1with the existing immutable digest. - Existing Web Vault adapters are unchanged.
- No GitHub Actions, unrelated API features, or database migrations are included.
Validation
- Release target:
c57c03f3f319362026e221d7b18c6de6aa83fe83. - Formatting and whitespace checks passed in
forgejo-rust-node:1.97.1. - Locked SQLite, MySQL/MariaDB, PostgreSQL, and
sqlite,sesCargo checks passed. - Focused dependency, authentication, organization, Send, mail, SSO, Passkey, Trusted Device, Account Recovery, and Device Login tests passed.
- Optimized release builds passed separately for SQLite, MySQL/MariaDB, and PostgreSQL.
- Cargo metadata, lockfile source/checksum validation, and dependency-tree resolution passed.
- The Debian container build and runtime healthcheck smoke test passed.
- Forgejo
auto-image-build.yml,ci.yml, andvalidate-publish-surface.ymlcompleted successfully for the release target. - The successful CI image is reused for release artifacts and Registry tags; no duplicate release build is performed.
Images
forgejo.sabolowitsch.org/stefansa/vaultwarden-plus:1.36.8forgejo.sabolowitsch.org/stefansa/vaultwarden-plus:c57c03f3f319forgejo.sabolowitsch.org/stefansa/vaultwarden-plus:latest
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Converged directly on the final Vaultwarden 1.37.0 dependency and toolchain state from upstream