Skip to content

1.23.0

Compare
Choose a tag to compare
@dani-garcia dani-garcia released this 20 Oct 20:53
· 1087 commits to main since this release
f94ac6c

⚠️ Reminder: If you are still using the bitwardenrs/server* Docker images, you need to migrate to the new vaultwarden image. Check #1642 for an explanation. The old images are deprecated and will stop being updated after 1.23.0.

  • Added emergency access feature
    • Can be disabled setting EMERGENCY_ACCESS_ALLOWED=false
  • Added support for single organization policy
  • Fixed incorrect webauthn origin
  • Enforce personal ownership policy on imports
  • Fixed issue using uppercase characters on emails
  • Updated web vault to 2.23.0
  • Added organization bulk user management actions (reinvite/confirm/delete)
  • Removed limmit that disabled sending ciphers with attachments
  • Disabled enforcing of two factor organization policy on users that haven't been accepted yet
  • Added tzdata to the alpine containers, to be able to set a different timezone to UTC
  • Updated icon fetching to make it work on unicode websites
  • Docker images are now built using Github Actions, and the base images have been updated
  • Added database connection check to /alive endpoint
  • Updated dependencies