v34.7.0
github-actions
released this
08 Oct 12:22
·
73 commits
to refs/heads/staging
since this release
🦖 Deprecations
- RTCSession cleanup: deprecate getKeysForParticipant() and getEncryption(); add emitEncryptionKeys() (#4427). Contributed by @hughns.
✨ Features
- Bump matrix-rust-sdk to 9.1.0 (#4435). Contributed by @richvdh.
- Rotate Matrix RTC media encryption key when a new member joins a call for Post Compromise Security (#4422). Contributed by @hughns.
- Update media event content types to include captions (#4403). Contributed by @tulir.
- Update OIDC registration types to match latest MSC2966 state (#4432). Contributed by @t3chguy.
- Add
CryptoApi.pinCurrentUserIdentity
andUserIdentity.needsUserApproval
(#4415). Contributed by @richvdh.