|
| 1 | +Changes in [17.0.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v17.0.0) (2022-04-11) |
| 2 | +================================================================================================== |
| 3 | + |
| 4 | +## 🚨 BREAKING CHANGES |
| 5 | + * Remove groups and groups-related APIs ([\#2234](https://github.com/matrix-org/matrix-js-sdk/pull/2234)). |
| 6 | + |
| 7 | +## ✨ Features |
| 8 | + * Add Element video room type ([\#2273](https://github.com/matrix-org/matrix-js-sdk/pull/2273)). |
| 9 | + * Live location sharing - handle redacted beacons ([\#2269](https://github.com/matrix-org/matrix-js-sdk/pull/2269)). |
| 10 | + |
| 11 | +## 🐛 Bug Fixes |
| 12 | + * Fix getSessionsNeedingBackup() limit support ([\#2270](https://github.com/matrix-org/matrix-js-sdk/pull/2270)). Contributed by @adamvy. |
| 13 | + * Fix issues with /search and /context API handling for threads ([\#2261](https://github.com/matrix-org/matrix-js-sdk/pull/2261)). Fixes vector-im/element-web#21543. |
| 14 | + * Prevent exception 'Unable to set up secret storage' ([\#2260](https://github.com/matrix-org/matrix-js-sdk/pull/2260)). |
| 15 | + |
| 16 | +Changes in [16.0.2-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v16.0.2-rc.1) (2022-04-05) |
| 17 | +============================================================================================================ |
| 18 | + |
| 19 | +## 🚨 BREAKING CHANGES |
| 20 | + * Remove groups and groups-related APIs ([\#2234](https://github.com/matrix-org/matrix-js-sdk/pull/2234)). |
| 21 | + |
| 22 | +## ✨ Features |
| 23 | + * Add Element video room type ([\#2273](https://github.com/matrix-org/matrix-js-sdk/pull/2273)). |
| 24 | + * Live location sharing - handle redacted beacons ([\#2269](https://github.com/matrix-org/matrix-js-sdk/pull/2269)). |
| 25 | + |
| 26 | +## 🐛 Bug Fixes |
| 27 | + * Fix getSessionsNeedingBackup() limit support ([\#2270](https://github.com/matrix-org/matrix-js-sdk/pull/2270)). Contributed by @adamvy. |
| 28 | + * Fix issues with /search and /context API handling for threads ([\#2261](https://github.com/matrix-org/matrix-js-sdk/pull/2261)). Fixes vector-im/element-web#21543. |
| 29 | + * Prevent exception 'Unable to set up secret storage' ([\#2260](https://github.com/matrix-org/matrix-js-sdk/pull/2260)). |
| 30 | + |
1 | 31 | Changes in [16.0.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v16.0.1) (2022-03-28) |
2 | 32 | ================================================================================================== |
3 | 33 |
|
@@ -1988,6 +2018,12 @@ All Changes |
1988 | 2018 | * [BREAKING] Refactor the entire build process |
1989 | 2019 | [\#1113](https://github.com/matrix-org/matrix-js-sdk/pull/1113) |
1990 | 2020 |
|
| 2021 | +Changes in [3.42.2-rc.3](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v3.42.2-rc.3) (2022-04-08) |
| 2022 | +============================================================================================================ |
| 2023 | + |
| 2024 | +## 🐛 Bug Fixes |
| 2025 | + * Make self membership less prone to races ([\#2277](https://github.com/matrix-org/matrix-js-sdk/pull/2277)). Fixes vector-im/element-web#21661. |
| 2026 | + |
1991 | 2027 | Changes in [3.0.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v3.0.0) (2020-01-13) |
1992 | 2028 | ================================================================================================ |
1993 | 2029 | [Full Changelog](https://github.com/matrix-org/matrix-js-sdk/compare/v3.0.0-rc.1...v3.0.0) |
|
0 commit comments