Vaultwarden 1.31.0 Release
요약
주요 변경 사항 및 신규 기능
- 새로운 네이티브 모바일 앱의 베타 릴리스에 대한 초기 지원
- 3012번 포트의 웹소켓 트래픽 지원 제거, 이 기능은 몇 릴리스 동안 메인 HTTP 포트로 통합되었습니다.
- 포함된 웹 보관함을 2024.5.1 버전으로 업데이트
종합 언급
Bitwarden은 Push API 엔드포인트를 변경하여 EU 지역 엔드포인트 사용자에게 영향을 미칩니다. 이는 이전 버전의 Vaultwarden을 사용할 때에도 문제가 됩니다. push.bitwarden.eu
를 api.bitwarden.eu
로 업데이트해야합니다.
변경된 내용
- @one230six이 #4422에서 반복되는 단어를 제거했습니다.
- @KrappRamiro가 #4408에서 events.rs의 주석을 수정했습니다.
- @dani-garcia가 #4085에서 JWT RSA 키 초기화를 개선하고 공개 키를 저장하지 않도록 수정했습니다.
- @BlackDex가 #4001에서 원격 WebSocket 코드를 제거했습니다.
- @tessus가 #4402에서 패닉 상태에서 정상 종료로 변경했습니다.
- @Timshel이 #4415에서 이메일 변경에 대한 일부 개선을 수행했습니다.
- @gzfrozen이 #4355에서 타임스탬프 데이터 유형을 변경했습니다.
- @matlink가 #3754에서 그룹 내에서 매니저 권한을 수정했습니다.
- @stefan0xC가 #4317에서 이메일 주소를 2FA 공급자로 자동으로 사용하도록 변경했습니다.
- @tessus가 #4441에서 예외 액세스 초대에 대한 일부 개선을 수행했습니다.
- @stefan0xC가 #4337에서 비상 접속에 대한 초대를 수정했습니다.
- @kristof-mattei가 #4592에서 Cipher::get_collections()에 그룹 지원을 추가했습니다.
- @FDHoho007가 #4685에서 결함 및 네이티브 앱 문제를 수정했습니다.
- @BlackDex가 #4715에서 비상 접근을 위한 일부 수정을 수행했습니다.
새로운 기여자
- @one230six가 #4422에서 첫 번째 기여를 했습니다.
- @KrappRamiro가 #4408에서 첫 번째 기여를 했습니다.
- @testwill가 #4440에서 첫 번째 기여를 했습니다.
- @kristof-mattei가 #4517에서 첫 번째 기여를 했습니다.
- @rich-purnell가 #4549에서 첫 번째 기여를 했습니다.
- @dfunkt가 #4532에서 첫 번째 기여를 했습니다.
- @FDHoho007가 #4500에서 첫 번째 기여를 했습니다.
전체 변경 사항: 1.30.5...1.31.0
원문 내용
Major changes and New Features
- Initial support for the beta releases of the new native mobile apps
- Removed support for WebSocket traffic on port 3012, as it's been integrated on the main HTTP port for a few releases
- Updated included web vault to 2024.5.1
General mention
Bitwarden has changed the push API endpoints which affects the EU region endpoint users. This also is an issue when using the previous version of Vaultwarden. You have to update push.bitwarden.eu
to api.bitwarden.eu
.
What's Changed
- chore: remove repetitive words by @one230six in #4422
- Fix comment in events.rs by @KrappRamiro in #4408
- Improve JWT RSA key initialization and avoid saving public key by @dani-garcia in #4085
- Remove custom WebSocket code by @BlackDex in #4001
- refactor: replace panic with a graceful exit by @tessus in #4402
- Small improvements around email change by @Timshel in #4415
- Change timestamp data type. by @gzfrozen in #4355
- Fix #3624: fix manager permission within groups by @matlink in #3754
- automatically use email address as 2fa provider by @stefan0xC in #4317
- fix: typos by @testwill in #4440
- Update chrono and sqlite by @BlackDex in #4436
- Update Rust and crates by @BlackDex in #4445
- Use async verify for Yubikey by @dani-garcia in #4448
- update web-vault to v2024.3.1 (new vertical layout) by @stefan0xC in #4468
- Update crates and some Clippy fixes by @BlackDex in #4475
- Update Key Rotation web-vault v2024.3.x by @BlackDex in #4446
- Update Crate and Rust by @BlackDex in #4522
- Implement custom DNS resolver by @dani-garcia in #3988
- Add extra (unsupported) container build arch's by @BlackDex in #4524
- Pass in collection ids to notifier when sharing cipher. by @kristof-mattei in #4517
- improve access to collections via groups by @stefan0xC in #4441
- fix emergency access invites by @stefan0xC in #4337
- Some fixes for the new mobile apps by @dani-garcia in #4526
- Update Rust, crates and web-vault by @BlackDex in #4558
- Improve Commentary Aesthetics by @rich-purnell in #4549
- Optimize Dockerfiles by @dfunkt in #4532
- also delete organization_api_key when deleting organizations by @stefan0xC in #4557
- Fix public api for domains with path prefix by @FDHoho007 in #4500
- Update crates by @BlackDex in #4587
- Fix web-vault version in Docker(files/Settings) by @dfunkt in #4575
- Update Alpine to version 3.20 by @dfunkt in #4583
- differentiate external groups by organization id by @stefan0xC in #4586
- Remove old knowndevice route by @Timshel in #4578
- Update admin interface dependencies by @BlackDex in #4581
- Update rust and remove unused header values by @dani-garcia in #4645
- Update crates, web-vault and GHA by @BlackDex in #4648
- Fix some nightly build errors by @dani-garcia in #4657
- Fix some more nightly errors and remove lint that will become an error by default by @dani-garcia in #4661
- Change API and structs to camelCase by @dani-garcia in #4386
- Fix cipher creation on new android app by @dani-garcia in #4670
- Remove mimalloc workaround by @dfunkt in #4606
- Change some missing PascalCase keys by @dani-garcia in #4671
- Fix collections and native app issue by @BlackDex in #4685
- Fix duplicate folder creations during import by @BlackDex in #4702
- Remove duplicate registry step by @dfunkt in #4703
- add group support for Cipher::get_collections() by @stefan0xC in #4592
- Switch registry cache compression algorithm to zstd by @dfunkt in #4704
- Update crates and web-vault by @BlackDex in #4714
- Some fixes for emergency access by @BlackDex in #4715
New Contributors
- @one230six made their first contribution in #4422
- @KrappRamiro made their first contribution in #4408
- @testwill made their first contribution in #4440
- @kristof-mattei made their first contribution in #4517
- @rich-purnell made their first contribution in #4549
- @dfunkt made their first contribution in #4532
- @FDHoho007 made their first contribution in #4500
Full Changelog: 1.30.5...1.31.0
링크 : https://github.com/dani-garcia/vaultwarden/releases/tag/1.31.0