Skip to content

Commit 3b00d29

Browse files
authored
Merge pull request #238 from matrix-org/rav/sdk_0_12_0/2_sdk_022068996
Bump sdk to 022068996
2 parents 52f70d9 + c8fa6da commit 3b00d29

File tree

6 files changed

+274
-35
lines changed

6 files changed

+274
-35
lines changed

CHANGELOG.md

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

3-
- Update matrix-rusk-sdk to `59ecb1edb`.
3+
- Update matrix-rusk-sdk to `022068996`, which includes:
4+
5+
- Send stable identifier `sender_device_keys` for MSC4147 (Including device
6+
keys with Olm-encrypted events).
7+
([#4964](https://github.com/matrix-org/matrix-rust-sdk/pull/4964))
8+
9+
- Fix bug which caused room keys to be unnecessarily rotated on every send in the
10+
presence of blacklisted/withheld devices in the room.
11+
([#4954](https://github.com/matrix-org/matrix-rust-sdk/pull/4954))
12+
13+
- Fix [#2729](https://github.com/matrix-org/matrix-rust-sdk/issues/2729) which in rare
14+
cases can cause room key oversharing.
15+
([#4975](https://github.com/matrix-org/matrix-rust-sdk/pull/4975))
416

517
- **BREAKING**: `OlmMachine.receiveSyncChanges` now returns a list of
618
`ProcessedToDeviceEvent` instead of a JSON-encoded list of JSON-encoded events.

0 commit comments

Comments
 (0)