Skip to content

v36.1.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 14:40

✨ Features

  • Deprecate MatrixClient.login and replace with loginRequest (#4632). Contributed by @richvdh.
  • Use SyncCryptoCallback api instead of legacy crypto in sliding sync (#4624). Contributed by @florianduros.
  • Distinguish room state and timeline events in embedded clients (#4574). Contributed by @robintown.
  • Allow setting default secret storage key id to null (#4615). Contributed by @florianduros.
  • Add authenticated media to getAvatarUrl in room and room-member models (#4616). Contributed by @m004.
  • Send MSC3981 'recurse' param on /relations endpoint on Matrix 1.10 servers (#4023). Contributed by @dbkr.

🐛 Bug Fixes

  • Change randomString et al to be secure (#4621). Contributed by @dbkr.
  • Fix issue with sentinels being incorrect on m.room.member events (#4609). Contributed by @t3chguy.