changelog: update

This commit is contained in:
Tulir Asokan 2025-10-06 16:51:41 +03:00
commit 07bc756971

View file

@ -1,4 +1,4 @@
## unreleased
## v0.25.2 (unreleased)
* *(crypto)* Added helper methods for generating and verifying with recovery
keys.
@ -7,12 +7,17 @@
* *(bridgev2/matrix)* Added initial support for using appservice/MSC3202 mode
for encryption with standard servers like Synapse.
* *(bridgev2)* Added optional support for implicit read receipts.
* *(bridgev2)* Added interface for deleting chats on remote network.
* *(bridgev2)* Extended event duration logging to log any event taking too long.
* *(event)* Added event type constant for poll end events.
* *(client)* Added wrapper for searching user directory.
* *(crypto/helper)* Changed default sync handling to not block on waiting for
decryption keys. On initial sync, keys won't be requested at all by default.
* *(crypto)* Fixed olm unwedging not working (regressed in v0.25.1).
* *(bridgev2)* Fixed various bugs with migrating to split portals.
* *(event)* Fixed poll start events having incorrect null `m.relates_to`.
* *(event)* Added event type constant for poll end events.
* *(client)* Fixed `RespUserProfile` losing standard fields when re-marshaling.
* *(client)* Added wrapper for searching user directory.
* *(federation)* Fixed various bugs in event auth.
## v0.25.1 (2025-09-16)