Releases: matrix-org/matrix-js-sdk
Releases Β· matrix-org/matrix-js-sdk
v34.0.0-rc.1
π¨ BREAKING CHANGES
β¨ Features
- Prefix the user+device state key if needed (#4262). Contributed by @AndrewFerr.
- Use legacy call membership if anyone else is (#4260). Contributed by @AndrewFerr.
- Fetch capabilities in the background (#4246). Contributed by @dbkr.
- Use server name instead of homeserver url to allow well-known lookups during QR OIDC reciprocation (#4233). Contributed by @t3chguy.
- Add via parameter for MSC4156 (#4247). Contributed by @Johennes.
- Make the js-sdk compatible with MSC preferred foci and active focus. (#4195). Contributed by @toger5.
- Replace usages of setImmediate with setTimeout for wider compatibility (#4240). Contributed by @t3chguy.
π Bug Fixes
- [Backport staging] Fix "Unable to restore session" error (#4299). Contributed by @RiotRobot.
- [Backport staging] Fix error when sending encrypted messages in large rooms (#4297). Contributed by @RiotRobot.
- Element-R: Fix resource leaks in verification logic (#4263). Contributed by @richvdh.
- Upgrade Rust Crypto SDK to 6.1.0 (#4261). Contributed by @richvdh.
- Correctly transform base64 with multiple instances of + or / (#4252). Contributed by @robintown.
- Work around spec bug for m.room.avatar state event content type (#4245). Contributed by @t3chguy.
v34.0.0-rc.0
π¨ BREAKING CHANGES
β¨ Features
- Prefix the user+device state key if needed (#4262). Contributed by @AndrewFerr.
- Use legacy call membership if anyone else is (#4260). Contributed by @AndrewFerr.
- Fetch capabilities in the background (#4246). Contributed by @dbkr.
- Use server name instead of homeserver url to allow well-known lookups during QR OIDC reciprocation (#4233). Contributed by @t3chguy.
- Add via parameter for MSC4156 (#4247). Contributed by @Johennes.
- Make the js-sdk compatible with MSC preferred foci and active focus. (#4195). Contributed by @toger5.
- Replace usages of setImmediate with setTimeout for wider compatibility (#4240). Contributed by @t3chguy.
π Bug Fixes
- Element-R: Fix resource leaks in verification logic (#4263). Contributed by @richvdh.
- Upgrade Rust Crypto SDK to 6.1.0 (#4261). Contributed by @richvdh.
- Correctly transform base64 with multiple instances of + or / (#4252). Contributed by @robintown.
- Work around spec bug for m.room.avatar state event content type (#4245). Contributed by @t3chguy.
v33.1.0
v33.1.0-rc.1
v33.1.0-rc.0
v33.0.0
π¨ BREAKING CHANGES
- Remove more deprecated methods, fields, and exports (#4217). Contributed by @t3chguy.
- Remove deprecated methods and fields (#4201). Contributed by @t3chguy.
π¦ Deprecations
- Remove more deprecated methods, fields, and exports (#4217). Contributed by @t3chguy.
- Remove deprecated methods and fields (#4201). Contributed by @t3chguy.
β¨ Features
initRustCrypto
: allow app to pass in the store key directly (#4210). Contributed by @richvdh.- Preserve ESM for async imports to work correctly (#4187). Contributed by @ms-dosx86.
π Bug Fixes
- Don't run migration for Rust crypto if the legacy store is empty (#4218). Contributed by @andybalaam.
- Bump matrix-sdk-crypto-wasm to 5.0.0 (#4216). Contributed by @richvdh.
- Wire up verification cancel & mismatch for rust crypto (#4202). Contributed by @t3chguy.
- Only pass id_server if we had one to begin with (#4200). Contributed by @t3chguy.
v33.0.0-rc.0
π¨ BREAKING CHANGES
- Remove more deprecated methods, fields, and exports (#4217). Contributed by @t3chguy.
- Remove deprecated methods and fields (#4201). Contributed by @t3chguy.
π¦ Deprecations
- Remove more deprecated methods, fields, and exports (#4217). Contributed by @t3chguy.
- Remove deprecated methods and fields (#4201). Contributed by @t3chguy.
β¨ Features
initRustCrypto
: allow app to pass in the store key directly (#4210). Contributed by @richvdh.- Preserve ESM for async imports to work correctly (#4187). Contributed by @ms-dosx86.
π Bug Fixes
- Don't run migration for Rust crypto if the legacy store is empty (#4218). Contributed by @andybalaam.
- Bump matrix-sdk-crypto-wasm to 5.0.0 (#4216). Contributed by @richvdh.
- Wire up verification cancel & mismatch for rust crypto (#4202). Contributed by @t3chguy.
- Only pass id_server if we had one to begin with (#4200). Contributed by @t3chguy.
v32.4.0
- No changes
v32.3.0
β¨ Features
- Simplify OIDC types & export
decodeIdToken
(#4193). Contributed by @t3chguy. - Add helpers for authenticated media, and associated documentation (#4185). Contributed by @turt2live.
π Bug Fixes
v32.3.0-rc.0
β¨ Features
- Simplify OIDC types & export
decodeIdToken
(#4193). Contributed by @t3chguy. - Add helpers for authenticated media, and associated documentation (#4185). Contributed by @turt2live.