Releases: matrix-org/matrix-js-sdk
Releases · matrix-org/matrix-js-sdk
v37.9.0
🐛 Bug Fixes
- Ensure we send spec-compliant filter strings by stripping out null values (#4865). Contributed by @t3chguy.
- Fix MatrixRTC membership manager failing to rejoin in a race condition (sync vs not found response) (#4861). Contributed by @toger5.
- Include extraParams in all HTTP requests (#4860). Contributed by @rsb-tbg.
v37.9.0-rc.0
🐛 Bug Fixes
- Ensure we send spec-compliant filter strings by stripping out null values (#4865). Contributed by @t3chguy.
- Fix MatrixRTC membership manager failing to rejoin in a race condition (sync vs not found response) (#4861). Contributed by @toger5.
- Include extraParams in all HTTP requests (#4860). Contributed by @rsb-tbg.
v37.8.0
🐛 Bug Fixes
- [Backport staging] Update dependency @matrix-org/matrix-sdk-crypto-wasm to v14.2.1 (#4869). Contributed by @RiotRobot.
v37.7.0
🦖 Deprecations
✨ Features
- Allow the embedded client to work without update_state support (#4849). Contributed by @robintown.
- Check for
unknown variant
on to-device sending and fall back to room event encryption. (#4847). Contributed by @toger5. - Reapply "Distinguish room state and timeline events in embedded clients" (#4790). Contributed by @robintown.
v37.7.0-rc.0
🦖 Deprecations
✨ Features
- Allow the embedded client to work without update_state support (#4849). Contributed by @robintown.
- Check for
unknown variant
on to-device sending and fall back to room event encryption. (#4847). Contributed by @toger5. - Reapply "Distinguish room state and timeline events in embedded clients" (#4790). Contributed by @robintown.
v37.6.0
v37.6.0-rc.0
v37.5.0
✨ Features
- Stabilise MSC3765 (#4767). Contributed by @Johennes.
- Inherit
methodFactory
extensions from the parent to the child loggers. (#4809). Contributed by @toger5.
🐛 Bug Fixes
- [Backport staging] Fix token refresh behaviour for non-expired tokens (#4827). Contributed by @RiotRobot.
- Refactor how token refreshing works to be more resilient (#4819). Contributed by @t3chguy.
v37.5.0-rc.0
v37.4.0
✨ Features
- MatrixRTC: Add combined
toDeviceAndRoomKeyTransport
(#4792). Contributed by @toger5. - Make logging consistent for matrixRTC (#4788). Contributed by @toger5.
- MatrixRTC: ToDevice distribution for media stream keys (#4785). Contributed by @BillCarsonFr.
🐛 Bug Fixes
- Fix token refresh racing with other requests and not using new token (#4798). Contributed by @t3chguy.
- Fix fallback to MemoryCryptoStore when LocalStorage unavailable (#4797). Contributed by @t3chguy.
- Remove duplicate
deleteSecretStorage
inRustCrypto.resetEncryption
(#4789). Contributed by @florianduros. - Fix
RustCrypto.resetEncryption
failure (#4772). Contributed by @florianduros.