Skip to content

v36.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 14:08

🚨 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.