Releases: matrix-org/matrix-js-sdk
Releases · matrix-org/matrix-js-sdk
v31.3.0-rc.2
✨ Features
- Add expire_ts compatibility to matrixRTC (#4032). Contributed by @toger5.
- Element-R: support for migration of the room list from legacy crypto (#4036). Contributed by @richvdh.
- Element-R: check persistent room list for encryption config (#4035). Contributed by @richvdh.
- Support optional MSC3860 redirects (#4007). Contributed by @turt2live.
🐛 Bug Fixes
- WebR: migrate the megolm session imported flag (#4037). Contributed by @BillCarsonFr.
- ElementR: fix emoji verification stalling when both ends hit start at the same time (#4004). Contributed by @uhoreg.
- Dependencies: Bump wasm bindings version to 4.3.0 (#4042). Contributed by @BillCarsonFr.
- Element R: emit events when devices have changed (#4019). Contributed by @uhoreg.
- ElementR: report invalid keys rather than failing to restore from backup (#4006). Contributed by @uhoreg.
- Make
timeline
a getter (#4022). Contributed by @florianduros. - Implement getting verification cancellation info in Rust crypto (#3947). Contributed by @uhoreg.
- Fix crypto migration for megolm sessions with no sender key (#4024). Contributed by @richvdh.
v31.3.0-rc.1
✨ Features
- Add expire_ts compatibility to matrixRTC (#4032). Contributed by @toger5.
- Element-R: support for migration of the room list from legacy crypto (#4036). Contributed by @richvdh.
- Element-R: check persistent room list for encryption config (#4035). Contributed by @richvdh.
- Support optional MSC3860 redirects (#4007). Contributed by @turt2live.
🐛 Bug Fixes
- WebR: migrate the megolm session imported flag (#4037). Contributed by @BillCarsonFr.
- ElementR: fix emoji verification stalling when both ends hit start at the same time (#4004). Contributed by @uhoreg.
- Dependencies: Bump wasm bindings version to 4.3.0 (#4042). Contributed by @BillCarsonFr.
- Element R: emit events when devices have changed (#4019). Contributed by @uhoreg.
- ElementR: report invalid keys rather than failing to restore from backup (#4006). Contributed by @uhoreg.
- Make
timeline
a getter (#4022). Contributed by @florianduros. - Implement getting verification cancellation info in Rust crypto (#3947). Contributed by @uhoreg.
- Fix crypto migration for megolm sessions with no sender key (#4024). Contributed by @richvdh.
v31.3.0-rc.0
✨ Features
- Add expire_ts compatibility to matrixRTC (#4032). Contributed by @toger5.
- Element-R: support for migration of the room list from legacy crypto (#4036). Contributed by @richvdh.
- Element-R: check persistent room list for encryption config (#4035). Contributed by @richvdh.
- Support optional MSC3860 redirects (#4007). Contributed by @turt2live.
🐛 Bug Fixes
- WebR: migrate the megolm session imported flag (#4037). Contributed by @BillCarsonFr.
- ElementR: fix emoji verification stalling when both ends hit start at the same time (#4004). Contributed by @uhoreg.
- Dependencies: Bump wasm bindings version to 4.3.0 (#4042). Contributed by @BillCarsonFr.
- Element R: emit events when devices have changed (#4019). Contributed by @uhoreg.
- ElementR: report invalid keys rather than failing to restore from backup (#4006). Contributed by @uhoreg.
- Make
timeline
a getter (#4022). Contributed by @florianduros. - Implement getting verification cancellation info in Rust crypto (#3947). Contributed by @uhoreg.
- Fix crypto migration for megolm sessions with no sender key (#4024). Contributed by @richvdh.
v31.2.0
✨ Features
- Emit events during migration from libolm (#3982). Contributed by @richvdh.
- Support for migration from from libolm (#3978). Contributed by @richvdh.
🐛 Bug Fixes
- ElementR | backup: call expensive
roomKeyCounts
less often (#4015). Contributed by @BillCarsonFr. - Decrypt and Import full backups in chunk with progress (#4005). Contributed by @BillCarsonFr.
- Fix new threads not appearing. (#4009). Contributed by @dbkr.
v31.2.0-rc.0
✨ Features
- Emit events during migration from libolm (#3982). Contributed by @richvdh.
- Support for migration from from libolm (#3978). Contributed by @richvdh.
🐛 Bug Fixes
- ElementR | backup: call expensive
roomKeyCounts
less often (#4015). Contributed by @BillCarsonFr. - Decrypt and Import full backups in chunk with progress (#4005). Contributed by @BillCarsonFr.
- Fix new threads not appearing. (#4009). Contributed by @dbkr.
v31.1.0
✨ Features
- Broaden spec version support (#4016). Contributed by @RiotRobot.
v31.0.0
🚨 BREAKING CHANGES
✨ Features
- Bump minimum spec version to v1.5 (#3970). Contributed by @richvdh.
- Send authenticated /versions request (#3968). Contributed by @dbkr.
🐛 Bug Fixes
- Revert "Bump matrix-sdk-crypto-wasm to 3.6.0" (#3991). Contributed by @andybalaam.
- #22606 Fix "Remove" button to users without "m.room.redaction" (#3981). Contributed by @rashmitpankhania.
- ElementR: Ensure Encryption order per room (#3973). Contributed by @BillCarsonFr.
- Element-R: fix
bootstrapSecretStorage
not resetting key backup when requested (#3976). Contributed by @uhoreg.
v31.0.0-rc.0
🚨 BREAKING CHANGES
✨ Features
- Bump minimum spec version to v1.5 (#3970). Contributed by @richvdh.
- Send authenticated /versions request (#3968). Contributed by @dbkr.
🐛 Bug Fixes
- Revert "Bump matrix-sdk-crypto-wasm to 3.6.0" (#3991). Contributed by @andybalaam.
- #22606 Fix "Remove" button to users without "m.room.redaction" (#3981). Contributed by @rashmitpankhania.
- ElementR: Ensure Encryption order per room (#3973). Contributed by @BillCarsonFr.
- Element-R: fix
bootstrapSecretStorage
not resetting key backup when requested (#3976). Contributed by @uhoreg.
v30.3.0
✨ Features
🐛 Bug Fixes
- Fix notifications appearing for old events (#3946). Contributed by @dbkr.
- Don't back up keys that we got from backup (#3934). Contributed by @uhoreg.
- Fix upload with empty Content-Type (#3918). Contributed by @JakubOnderka.
- Prevent phantom notifications from events not in a room's timeline (#3942). Contributed by @dbkr.
v30.3.0-rc.0
✨ Features
🐛 Bug Fixes
- Fix notifications appearing for old events (#3946). Contributed by @dbkr.
- Don't back up keys that we got from backup (#3934). Contributed by @uhoreg.
- Fix upload with empty Content-Type (#3918). Contributed by @JakubOnderka.
- Prevent phantom notifications from events not in a room's timeline (#3942). Contributed by @dbkr.