Skip to content

Releases: matrix-org/matrix-js-sdk

v34.5.0

10 Sep 12:30
Compare
Choose a tag to compare

🦖 Deprecations

  • Deprecate unused callback hooks CryptoCallbacks.onSecretRequested and CryptoCallbacks.getDehydrationKey (#4376). Contributed by @richvdh.

v34.5.0-rc.0

03 Sep 12:31
Compare
Choose a tag to compare
v34.5.0-rc.0 Pre-release
Pre-release

🦖 Deprecations

  • Deprecate unused callback hooks CryptoCallbacks.onSecretRequested and CryptoCallbacks.getDehydrationKey (#4376). Contributed by @richvdh.

v34.4.0

27 Aug 12:37
Compare
Choose a tag to compare

✨ Features

🐛 Bug Fixes

  • Retry event decryption failures on first failure (#4346). Contributed by @hughns.
  • Ensure "type" = "module" ES declaration in pre-release.sh (#4350). Contributed by @BLCK-B.
  • Handle MatrixRTC encryption keys arriving out of order (#4345). Contributed by @hughns.
  • Resend MatrixRTC encryption keys if a membership has changed (#4343). Contributed by @hughns.

v34.4.0-rc.1

21 Aug 12:56
Compare
Choose a tag to compare
v34.4.0-rc.1 Pre-release
Pre-release

✨ Features

🐛 Bug Fixes

  • Retry event decryption failures on first failure (#4346). Contributed by @hughns.
  • Ensure "type" = "module" ES declaration in pre-release.sh (#4350). Contributed by @BLCK-B.
  • Handle MatrixRTC encryption keys arriving out of order (#4345). Contributed by @hughns.
  • Resend MatrixRTC encryption keys if a membership has changed (#4343). Contributed by @hughns.

v34.4.0-rc.0

20 Aug 13:40
Compare
Choose a tag to compare
v34.4.0-rc.0 Pre-release
Pre-release

✨ Features

🐛 Bug Fixes

  • Retry event decryption failures on first failure (#4346). Contributed by @hughns.
  • Ensure "type" = "module" ES declaration in pre-release.sh (#4350). Contributed by @BLCK-B.
  • Handle MatrixRTC encryption keys arriving out of order (#4345). Contributed by @hughns.
  • Resend MatrixRTC encryption keys if a membership has changed (#4343). Contributed by @hughns.

v34.3.1

20 Aug 11:29
Compare
Choose a tag to compare

v34.3.0

13 Aug 12:05
Compare
Choose a tag to compare

✨ Features

🐛 Bug Fixes

  • Fix hashed ID server lookups with no Olm (#4333). Contributed by @dbkr.

v34.3.0-rc.1

06 Aug 12:26
Compare
Choose a tag to compare
v34.3.0-rc.1 Pre-release
Pre-release

✨ Features

🐛 Bug Fixes

  • Fix hashed ID server lookups with no Olm (#4333). Contributed by @dbkr.

v34.3.0-rc.0

06 Aug 12:03
Compare
Choose a tag to compare
v34.3.0-rc.0 Pre-release
Pre-release

✨ Features

🐛 Bug Fixes

  • Fix hashed ID server lookups with no Olm (#4333). Contributed by @dbkr.

v34.2.0

30 Jul 12:38
0300d63
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Element-R: detect "withheld key" UTD errors, and mark them as such (#4302). Contributed by @richvdh.