Releases: mautrix/python
Releases · mautrix/python
v0.19.16
26 May 18:03
Compare
Sorry, something went wrong.
No results found
(appservice) Fixed Python 3.8 compatibility.
v0.19.15
24 May 09:52
Compare
Sorry, something went wrong.
No results found
(client) Fixed dispatching room ephemeral events (i.e. typing notifications) in syncer.
v0.19.14
16 May 09:47
Compare
Sorry, something went wrong.
No results found
(bridge) Implemented appservice pinging using MSC2659.
(bridge) Started reusing aiosqlite connection pool for crypto db.
This fixes the crypto pool getting stuck if the bridge exits unexpectedly (the default pool is closed automatically at any type of exit).
v0.19.13
24 Apr 15:38
Compare
Sorry, something went wrong.
No results found
(crypto) Fixed bug with redacting megolm sessions when device is deleted.
v0.19.12
18 Apr 16:17
Compare
Sorry, something went wrong.
No results found
(bridge) Fixed backwards-compatibility with new key deletion config options.
v0.19.11
14 Apr 09:12
Compare
Sorry, something went wrong.
No results found
(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).
v0.19.10
13 Apr 18:34
Compare
Sorry, something went wrong.
No results found
(crypto, bridge) Added options to automatically ratchet/delete megolm sessions to minimize access to old messages.
v0.19.9
12 Apr 13:53
Compare
Sorry, something went wrong.
No results found
(crypto) Fixed bug in crypto store migration when using outbound sessions with max age higher than usual.
v0.19.8
06 Apr 14:02
Compare
Sorry, something went wrong.
No results found
(crypto) Updated crypto store schema to match mautrix-go.
(types) Fixed set_thread_parent adding reply fallbacks to the message body.
v0.19.7
22 Mar 20:19
Compare
Sorry, something went wrong.
No results found
(bridge, crypto) Fixed key sharing trust checker not resolving cross-signing signatures when minimum trust level is set to cross-signed.