VaultWarden
Password manager with Bitwarden compatibility
Alternative to: bitwarden, 1password, lastpass, keepass, keeper
v1.25.0
2022-05-23⚠️ Reminder: If you are still using the bitwardenrs/server* Docker images, you need to migrate to the new vaultwarden image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images will not receive any new updates any longer.
What’s Changed
- Updated included web vault to v2.28.1
- Update Rocket to 0.5 and async, and compile on stable by @dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/2276
- Update async to prepare for main merge + several updates by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2292
- Add IP address to missing/invalid password message for Sends by @jaen in https://github.com/dani-garcia/vaultwarden/pull/2313
- Add support for custom .env file path by @TinfoilSubmarine in https://github.com/dani-garcia/vaultwarden/pull/2315
- Added autofocus to pw field on admin login page by @taylorwmj in https://github.com/dani-garcia/vaultwarden/pull/2328
- Update login API code and update crates to fix CVE by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2354
- Several updates and fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2379
- disable legacy X-XSS-Protection feature by @Wonderfall in https://github.com/dani-garcia/vaultwarden/pull/2380
- Fix building mimalloc on armv6 by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2397
- Remove u2f implementation by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2398
- Sync global_domains.json by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2400
- Add
/api/{alive,now,version}endpoints by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2433 - Improve sync speed and updated dep. versions by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2429
- Database connection init by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2440
- Fix upload limits and disable color logs by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2480
- Update Rust version in Dockerfile by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2481
New Contributors
- @jaen made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2313
- @TinfoilSubmarine made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2315
- @taylorwmj made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2328
- @Wonderfall made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2380
Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.24.0…1.25.0