Skip to content

v26.1.0

Compare
Choose a tag to compare
@RiotRobot RiotRobot released this 20 Jun 09:14
· 1184 commits to develop since this release

🦖 Deprecations

  • Introduce a new Crypto.Verifier interface, and deprecate direct access to VerificationBase, SAS and ReciprocateQRCode (#3414).

✨ Features

  • Add rust-crypto#isCrossSigningReady implementation (#3462). Contributed by @florianduros.
  • OIDC: Validate m.authentication configuration (#3419). Contributed by @kerryarchibald.
  • ElementR: Add CryptoApi.getCrossSigningStatus (#3452). Contributed by @florianduros.
  • Extend stats summary with call device and user count based on room state (#3424). Contributed by @toger5.
  • Update MSC3912 implementation to use with_rel_type instead of with_relations (#3420).
  • Export thread-related types from SDK (#3447). Contributed by @stas-demydiuk.
  • Use correct /v3 prefix for /refresh (#3016). Contributed by @davidisaaclee.

🐛 Bug Fixes