Skip to content

Releases: mautrix/python

v0.19.16

26 May 18:03

Choose a tag to compare

  • (appservice) Fixed Python 3.8 compatibility.

v0.19.15

24 May 09:52

Choose a tag to compare

  • (client) Fixed dispatching room ephemeral events (i.e. typing notifications) in syncer.

v0.19.14

16 May 09:47

Choose a tag to compare

  • (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

Choose a tag to compare

  • (crypto) Fixed bug with redacting megolm sessions when device is deleted.

v0.19.12

18 Apr 16:17

Choose a tag to compare

  • (bridge) Fixed backwards-compatibility with new key deletion config options.

v0.19.11

14 Apr 09:12

Choose a tag to compare

  • (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

Choose a tag to compare

  • (crypto, bridge) Added options to automatically ratchet/delete megolm sessions to minimize access to old messages.

v0.19.9

12 Apr 13:53

Choose a tag to compare

  • (crypto) Fixed bug in crypto store migration when using outbound sessions with max age higher than usual.

v0.19.8

06 Apr 14:02

Choose a tag to compare

  • (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

Choose a tag to compare

  • (bridge, crypto) Fixed key sharing trust checker not resolving cross-signing signatures when minimum trust level is set to cross-signed.