Skip to content

v21.0.0

Compare
Choose a tag to compare
@RiotRobot RiotRobot released this 25 Oct 16:05
· 2282 commits to develop since this release

🚨 BREAKING CHANGES

  • Changes the uploadContent API, kills off request and browser-request in favour of fetch, removed callback support on a lot of the methods, adds a lot of tests. (#2719). Fixes #2415 and #801.
  • Remove deprecated m.room.aliases references (#2759). Fixes element-hq/element-web#12680.

✨ Features

  • Remove node-specific crypto bits, use Node 16's WebCrypto (#2762). Fixes #2760.
  • Export types for MatrixEvent and Room emitted events, and make event handler map types stricter (#2750). Contributed by @stas-demydiuk.
  • Use even more stable calls to /room_keys (#2746).
  • Upgrade to Olm 3.2.13 which has been repackaged to support Node 18 (#2744).
  • Fix power_level_content_override type (#2741).
  • Add custom notification handling for MSC3401 call events (#2720).
  • Add support for unread thread notifications (#2726).
  • Load Thread List with server-side assistance (MSC3856) (#2602).
  • Use stable calls to /room_keys (#2729). Fixes element-hq/element-web#22839.

🐛 Bug Fixes