Releases: bitwarden/server
Releases · bitwarden/server
Version 1.21.0
- Added APIs for bulk sharing
- Fix icons server memory leaks
- Database performance tuning
- Endpoint verbs for web vault v2.0
- Bug fixes
Version 1.20.0
- Allow user registration on org. invites even when server registration is disabled
- Allow docker container service user/group to be specified in
bwdata/env/uid.env
(current user/group used by default) - Stabilize website icon service (removed besticon dependency with re-write)
- Update mssql container to CU7 which fixes support for Windows docker hosts
- SQL query performance tuning
- General bug fixes
Verison 1.19.0
- Organization 2FA with Duo
- Increase PBKDF2 iterations for server stored hashes
- Bug fixes
Verison 1.18.1
- Make
bitwarden
user home dir inside container if not exists.
Verison 1.18.0
- New system admin portal for managing users, updates, orgs, etc (see https://help.bitwarden.com/article/admin-portal/)
- All docker containers now run as non-root user (see #221)
- Logs now mapped to
./bwdata/logs
(also now includes nginx and mssql logs). - Bug fixes
Verison 1.17.2
- Icons server fixes for octet streams
- non-SSL working during setup
Version 1.17.1
- Database update script bug fixes
Version 1.17.0
- Multiple URIs for login ciphers
- Self host installations can now choose to install without SSL (not recommend though)
- Bug fixes
Version 1.16.0
- Event/audit logs for enterprise organizations
- Bug fixes
Version 1.15.1
- Docker Updates
mssql
container now uses CU2- Minimum RAM requirements reduced to 2GB
- Bug fixes