v36.0.0-rc.0
Pre-release
Pre-release
github-actions
released this
07 Jan 12:43
·
30 commits
to refs/heads/staging
since this release
🚨 BREAKING CHANGES
- Remove support for "legacy" MSC3898 group calling in MatrixRTCSession and CallMembership (#4583). Contributed by @toger5.
✨ Features
- MatrixRTC: Implement expiry logic for CallMembership and additional test coverage (#4587). Contributed by @toger5.
🐛 Bug Fixes
- Don't retry on 4xx responses (#4601). Contributed by @dbkr.
- Upgrade matrix-sdk-crypto-wasm to 12.1.0 (#4596). Contributed by @andybalaam.
- Avoid key prompts when resetting crypto (#4586). Contributed by @dbkr.
- Handle when aud OIDC claim is an Array (#4584). Contributed by @liamdiprose.
- Save the key backup key to 4S during
bootstrapSecretStorage
(#4542). Contributed by @dbkr. - Only re-prepare MatrixrRTC delayed disconnection event on 404 (#4575). Contributed by @toger5.