Skip to content

Commit ee8637a

Browse files
authored
Merge pull request #281 from matrix-org/release-v16.0.0
Release v16.0.0
2 parents 2f3b3f3 + 8471012 commit ee8637a

4 files changed

Lines changed: 238 additions & 195 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# UNRELEASED
22

3+
# matrix-sdk-crypto-wasm v16.0.0
4+
35
- Add new property `MegolmDecryptionError.withheldCode`, which returns a withheld
46
code such as `m.unverified` if we received a withheld notification for the
57
session associated with the UTD event.
68
([#269](https://github.com/matrix-org/matrix-sdk-crypto-wasm/pull/269/files))
79

8-
- Update matrix-rust-sdk to `781df5526d88a5417652156528b637d256038855`, which includes:
10+
- Update matrix-rust-sdk to `0.16.0`, which includes:
911

1012
Features:
1113

14+
- When we receive an inbound Megolm session from two different sources, merge the two copies together to get the best of both.
15+
([#5865](https://github.com/matrix-org/matrix-rust-sdk/pull/5865)
1216
- When constructing a key bundle for history sharing, if we had received a key bundle ourselves, in which one or more sessions was marked as "history not shared", pass that on to the new user.
1317
([#5820](https://github.com/matrix-org/matrix-rust-sdk/pull/5820)
1418
- Use new withheld code in key bundles for sessions not marked as

0 commit comments

Comments
 (0)