Vaultwarden - Package Updates
Pinned
Vaultwarden
-
[1.11.0]
- Update Vaultwarden to 1.27.0
- Full changelog
- Group support | applied .diff by @MFijak in #2846
- Add Organizational event logging feature by @BlackDex in #2868
- Updated web vault to 2022.12.0 by @dani-garcia
- Update diesel to 2.0.2 by @dani-garcia in #2724
- Limit Cipher Note encrypted string size by @BlackDex in #2945
- fix invitations of new users when mail is disabled by @stefan0xC in #2773
- attach images in email by @stefan0xC in #2784
- allow registration without invite link by @stefan0xC in #2799
- Fix master password hint update not working. by @BlackDex in #2834
-
[1.12.0]
- Update Vaultwarden to 1.28.0
- Full changelog
- The project has changed license to the AGPLv3. If you're hosting a Vaultwarden instance, you now have a requirement to distribute the Vaultwarden source code to your users if they request it. The source code, and any changes you have made, need to be under the same AGPLv3 license. If you simply use our code without modifications, just pointing them to this repository is enough.
- Added support for Argon2 key derivation on the clients. To enable it for your account, make sure all your clients are using version v2023.2.0 or greater, then go to account settings > security > keys, and change the algorithm from PBKDF2 to Argon2id.
- Added support for Argon2 key derivation for the admin page token. To update your admin token to use it, check the wiki
-
[1.12.1]
- Update Vaultwarden to 1.28.1
- Full changelog
- Decode knowndevice X-Request-Email as base64url with no padding by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/3376
- Fix abort on password reset mail error by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3390
- support /users/<uuid>/invite/resend admin api by @nikolaevn in https://github.com/dani-garcia/vaultwarden/pull/3397
- always return KdfMemory and KdfParallelism by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3398
- Fix sending out multiple websocket notifications by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3405
- Revert setcap, update rust and crates by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3403
-
[1.13.0]
- Update Vaultwarden to 1.29.0
- Full changelog
- Mobile Client push notification support, see #3304 thanks @GeekCornerGH!
- Web-Vault updated to v2023.5.0 (v2023.5.1 does not add any improvements for us)
- The latest Bitwarden Directory Connector can be used now (v2022.11.0)
- check if reset password policy is enabled by @stefan0xC in #3427
- WebSockets via Rocket's Upgrade connection by @BlackDex in #3404
- Several config and admin interface fixes by @BlackDex in #3436
-
This version was revoked since it needs db schema migration
[1.13.3]
- Update Vaultwarden to 1.29.2
- Full changelog
- Fix .env.template file by @BlackDex in #3734
- Fix UserOrg status during LDAP Import by @BlackDex in #3740
- Update images to Bookworm and PQ15 and Rust v1.71 by @BlackDex in #3573
- Implement "login with device" by @quexten in #3592
- chore: Bump web vault to v2023.7.1 and bump Rust by @GeekCornerGH in #3769
- Optimized Favicon downloading by @BlackDex in #3751
- add UserDecryptionOptions to login response by @stefan0xC in #3813
- add new secretsmanager plan for web-v2023.8.x by @stefan0xC in #3797
-
[1.13.5]
- Update Vaultwarden to 1.29.2
- Full changelog
- Fix .env.template file by @BlackDex in #3734
- Fix UserOrg status during LDAP Import by @BlackDex in #3740
- Update images to Bookworm and PQ15 and Rust v1.71 by @BlackDex in #3573
- Implement "login with device" by @quexten in #3592
- chore: Bump web vault to v2023.7.1 and bump Rust by @GeekCornerGH in #3769
- Optimized Favicon downloading by @BlackDex in #3751
- add UserDecryptionOptions to login response by @stefan0xC in #3813
- add new secretsmanager plan for web-v2023.8.x by @stefan0xC in #3797
-
Difference between 1.13.3 and 1.13.5?
-
@necrevistonnezr 1.13.3 was revoked since a db migration was required to upgrade. So, 1.13.4 has the db migration and 1.13.5 is the same as 1.13.3
-
@Kubernetes if it updated fine, nothing to do. You can go ahead and update to 1.13.4 and 1.13.5.
If the update to 1.13.3 had failed, then you have to revert to 1.13.2 and then upgrade to 1.13.4 and then 1.13.5 .
-
[1.16.0]
- Update Vaultwarden to 1.30.0
- Full changelog
- Added passkey support, allowing the browser extensions to store and use your passkeys, make sure the extension is updated to version 2023.10.0 or newer for passkey support.
- Updated web vault to 2023.10.0.
- Fixed crashes when trying to create/edit a cipher in the mobile applications.
-
[1.16.3]
- Update Vaultwarden to 1.30.2
- Full changelog
- Prevent generating an error during ws close by @BlackDex in #4127
- Update Rust, Crates, Profile and Actions by @BlackDex in #4126
- Several small fixes for open issues by @BlackDex in #4143
- Fix the version string by @BlackDex in #4153
- Decrease JWT Refresh/Auth token by @BlackDex in #4163
- Update crates by @BlackDex in #4173
- Add additional build target which optimizes for size by @gladiac in #4096
- Update web-vault to v2023.12.0 by @BlackDex in #4201
- Update Rust and Crates by @BlackDex in #4211
- Fix Single Org Policy check by @BlackDex in #4207
- Allow customizing the featureStates by @PKizzle in #4168