Vaultwarden 1.32.3 Release
요약
주목할만한 변경 사항
- 조직 초대용 이메일 템플릿이 다시 업데이트되었습니다. URL이 HTML 인코딩되어 부분적으로 작동하지 않는 URL이 발생했습니다.
- SMTP 문제를 수정했습니다. (QQ와 같이) 잘못된 응답을
QUIT
메시지에 보내는 일부 공급자 - 컬렉션 관리에 오랜 기간 동안 발생한 문제를 수정했습니다. 컬렉션은 비밀번호 관리자 개요를 통해 관리할 수 없었습니다.
변경 사항
- 필드 형식을
int
로 변환하여 iOS 동기화 문제를 수정했습니다. - 필드 유형을 적절히 숨기도록 수정했습니다.
- 조직 초대 URL이 HTML 인코딩된 문제를 수정했습니다.
- Rust 버전을 1.82.0으로 업데이트했습니다.
- 컬렉션 관리를 수정하고 일부 JSON 출력과 일치하게 변경했습니다.
extension-refresh
기능 플래그를 추가했습니다.- 초대 상태에서 사용자 이름을 숨기도록 수정했습니다.
extension-refresh
기능 플래그에 대한 설명서를 추가했습니다.- 크레이트를 업데이트하고 메일 문제를 수정했습니다.
전체 변경 사항: 1.32.2...1.32.3
원문 내용
Notable changes
- Email template for org invites was updated again. The URL got HTML Encoded which resulted in a sometimes non-working URL (#5100)
- Fixed SMTP issues with some providers which send erroneous response to
QUIT
messages (Like QQ) (Thanks to @paolobarbolini) - Fixed a long standing collection management issue where collections were not able to be managed via the Password Manager overview
What's Changed
- Fix iOS sync by converting field types to int by @BlackDex in #5081
- Fix field type to actually be hidden by @BlackDex in #5082
- Fix org invite url being html encoded by @BlackDex in #5100
- Update Rust to 1.82.0 by @dfunkt in #5099
- Fix collection management and match some json output by @BlackDex in #5095
- Add
extension-refresh
feature flag by @dfunkt in #5106 - Hide user name on invite status by @BlackDex in #5110
- Add documentation for the
extension-refresh
feature flag by @dfunkt in #5112 - Update crates and fix Mail issue by @BlackDex in #5125
Full Changelog: 1.32.2...1.32.3
링크 : https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.3