* *(crypto)* Fixed bug in previous release which caused errors if the `max_age` of a megolm session was not known. * *(crypto)* Changed key receiving handler to fetch encryption config from server if it's not cached locally (to find `max_age` and `max_messages` more reliably).
0.19.10
* *(crypto, bridge)* Added options to automatically ratchet/delete megolm sessions to minimize access to old messages.
0.19.9
* *(crypto)* Fixed bug in crypto store migration when using outbound sessions with max age higher than usual.
0.19.8
* *(crypto)* Updated crypto store schema to match mautrix-go. * *(types)* Fixed `set_thread_parent` adding reply fallbacks to the message body.
0.19.7
* *(bridge, crypto)* Fixed key sharing trust checker not resolving cross-signing signatures when minimum trust level is set to cross-signed.
0.19.6
* *(crypto)* Added cache checks to prevent invalidating group session when the server sends a duplicate member event in /sync. * *(util.proxy)* Fixed `min_wait_seconds` behavior and added `max_wait_seconds` and `multiply_wait_seconds` to `proxy_with_retry`.