Skip to content

Releases: dani-garcia/vaultwarden

1.28.1

02 Apr 21:36
0b28ab3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.28.0...1.28.1

1.28.0

26 Mar 18:11
3646f14
Compare
Choose a tag to compare

Major changes

  • 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
  • New alternative registries for the docker images are available (In BETA for now):

What's Changed

New Contributors

Full Changelog: 1.27.0...1.28.0

1.27.0

24 Dec 15:52
10dadfc
Compare
Choose a tag to compare

New features

Event logs for organizations

With this feature enabled, actions occurring inside an organization will be recorded in a log, viewable by organization admins and owners. Check the official documentation to learn more: https://bitwarden.com/help/event-logs/ (Note that the Public API is not yet implemented, so the events are only viewable in the Web Vault)

To enable this feature, set ORG_EVENTS_ENABLED=true. By default all events will be stored indefinitely, if you want to limit that, you can use the EVENTS_DAYS_RETAIN option. You can also tune the cleanup schedule with EVENT_CLEANUP_SCHEDULE.

Group support (beta)

Enables the creation and use of groups inside an organization. At the moment this is in beta because there are some known issues (#2989). Still, the more this feature is tested, the faster we will be able to stabilize it.

To enable this feature, set ORG_GROUPS_ENABLED=true, make sure to make proper backups of your instance before hand.

What's Changed

New Contributors

Full Changelog: 1.26.0...1.27.0

1.26.0

14 Oct 18:10
638766b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.25.2...1.26.0

1.25.2

27 Jul 18:43
ce9d930
Compare
Choose a tag to compare

⚠️ 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 will not receive any new updates any longer.

Important

An incompatibility between the format in which some Bitwarden clients upload attachments and sends could lead to those uploads being silently corrupted. We believe this is occurring only when using the mobile clients and only on the latest vaultwarden 1.25.1.
To mitigate this issue, we're releasing this quick patch to make any upload that could lead to a corrupted file explicitly return an error, notifying the user of the problem.
We recommend updating as soon as possible, and checking that any recently uploaded attachments can be downloaded and opened correctly (The corrupted uploads will return an error when downloading or download a very small file).

We've also fixed the docker volume check added in 1.25.1, if you previously needed to set I_REALLY_WANT_VOLATILE_STORAGE=true to start the container, please try again without it, and open an issue if it still won't start.

What's Changed

Full Changelog: 1.25.1...1.25.2

1.25.1

16 Jul 16:37
a0eab35
Compare
Choose a tag to compare

⚠️ 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 will not receive any new updates any longer.

What's Changed

  • Updated included web vault to version 2022.6.2 by @dani-garcia
  • Sync global_domains.json by @jjlin in #2555
  • Add TMP_FOLDER to .env.template by @fox34 in #2489
  • Allow FireFox relay in CSP. by @BlackDex in #2565
  • Fix hidden ciphers within organizational view. by @BlackDex in #2567
  • Add password_hints_allowed config option by @jjlin in #2586
  • Fall back to move_copy_to if persist_to fails while saving uploaded files. by @ruifung in #2605
  • Swap Websocket crate from ws to tungstenite, which is more maintained, supports async, and removes around 20 old duplicate versions of used crates by @dani-garcia
  • Fix armv6 issue with bullseye images by @BlackDex in #2491
  • Add a persistent volume check. by @BlackDex in #2501, #2507
  • Adding "UserEnabled" and "CreatedAt" member to the json output of a User by @Lowaiz in #2523
  • Bump lettre to 0.10.0-rc.7 by @paolobarbolini in #2531
  • Small email sending code improvements by @paolobarbolini in #2532
  • A little depreciation change by @binlab in #2556
  • Fix identicons not always working by @BlackDex in #2571
  • Small change in log-level for better debugging by @BlackDex in #2577
  • Address inconsistency v{version} with and without a v in the version with most recent updates. by @nneul in #2595
  • Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q by @dependabot in #2599
  • Add more clippy checks for better code/readability by @BlackDex in #2611
  • Update deps, misc fixes and updates, small improvements on favicons and fix file-uploads by @BlackDex in #2543, #2568, #2619

New Contributors

Full Changelog: 1.25.0...1.25.1

1.25.0

23 May 16:15
0c1f0ba
Compare
Choose a tag to compare

⚠️ 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 will not receive any new updates any longer.

What's Changed

New Contributors

Full Changelog: 1.24.0...1.25.0

1.24.0

30 Jan 21:43
45122be
Compare
Choose a tag to compare

⚠️ 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 will not receive any new updates any longer.

What's Changed

New Contributors

Full Changelog: 1.23.1...1.24.0

1.23.1

14 Dec 20:44
9e4d372
Compare
Choose a tag to compare

⚠️ 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 will not receive any new updates any longer.

What's Changed

  • Add email notifications for incomplete 2FA logins by @jjlin in #2067
  • Fix conflict resolution logic for read_only and hide_passwords flags by @jjlin in #2073
  • Fix missing encrypted key after emergency access reject by @jjlin in #2078
  • Fix PostgreSQL migration by @jjlin in #2080
  • Macro recursion decrease and other optimizations by @BlackDex in #2084
  • Enabled trust-dns and some updates. by @BlackDex in #2125
  • Update web vault to 2.25.0

Full Changelog: 1.23.0...1.23.1

1.23.0

20 Oct 20:53
f94ac6c
Compare
Choose a tag to compare

⚠️ 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