mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-10 00:48:44 -04:00
crypto: update changelog
This commit is contained in:
@@ -6,17 +6,20 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
- [**breaking**] Add a new `VerificationLevel::MismatchedSender` to indicate that the sender of an event appears to have been tampered with.
|
||||
([#5219](https://github.com/matrix-org/matrix-rust-sdk/pull/5219))
|
||||
|
||||
## [0.12.0] - 2025-06-10
|
||||
|
||||
### Features
|
||||
|
||||
- [**breaking**] The `ProcessedToDeviceEvent::Decrypted` variant now also have an `EncryptionInfo` field.
|
||||
Format changed from `Decrypted(Raw<AnyToDeviceEvent>)` to `Decrypted { raw: Raw<AnyToDeviceEvent>, encryption_info: EncryptionInfo) }`
|
||||
([5074](https://github.com/matrix-org/matrix-rust-sdk/pull/5074))
|
||||
([#5074](https://github.com/matrix-org/matrix-rust-sdk/pull/5074))
|
||||
|
||||
- [**breaking**] Move `session_id` from `EncryptionInfo` to `AlgorithmInfo` as it is megolm specific.
|
||||
Use `EncryptionInfo::session_id()` helper for quick access.
|
||||
([4981](https://github.com/matrix-org/matrix-rust-sdk/pull/4981))
|
||||
([#4981](https://github.com/matrix-org/matrix-rust-sdk/pull/4981))
|
||||
|
||||
- Send stable identifier `sender_device_keys` for MSC4147 (Including device
|
||||
keys with Olm-encrypted events).
|
||||
|
||||
Reference in New Issue
Block a user