Skip to content

Releases: mautrix/python

v0.16.3

21 Apr 13:05
Compare
Choose a tag to compare
  • (types) Changed set_thread_parent to have an explicit option for disabling the thread-as-reply fallback.

v0.16.2

21 Apr 12:49
Compare
Choose a tag to compare
  • (types) Added get_thread_parent and set_thread_parent helper methods for MessageEventContent.
  • (bridge) Increased timeout for MessageSendCheckpoint.send.

v0.16.1

17 Apr 10:13
Compare
Choose a tag to compare
  • Breaking change Removed r0 path support.
    • The new v3 paths are implemented since Synapse 1.48, Dendrite 0.6.5, and Conduit 0.4.0. Servers older than these are no longer supported.

v0.16.0

11 Apr 10:55
Compare
Choose a tag to compare
  • Breaking change (types) Removed custom REPLY relation type and changed RelatesTo structure to match the actual event content.
    • Applications using content.get_reply_to() and content.set_reply() will keep working with no changes.
  • (types) Added THREAD relation type and is_falling_back field to RelatesTo.

v0.15.8

08 Apr 15:03
Compare
Choose a tag to compare
  • (client.api) Added experimental prometheus metric for file upload speed.
  • (util.async_db) Improved type hints for UpgradeTable.register.
  • (util.async_db) Changed connection string log to redact database password.

v0.15.7

06 Apr 17:09
Compare
Choose a tag to compare
  • (api) Added file_name parameter to HTTPAPI.get_download_url.

v0.15.6

30 Mar 12:54
Compare
Choose a tag to compare
  • (types) Fixed removing nested (i.e. malformed) reply fallbacks generated by some clients.
  • (types) Added automatic reply fallback trimming to set_reply() to prevent accidentally creating nested reply fallbacks.

v0.15.5

30 Mar 12:54
Compare
Choose a tag to compare
  • (crypto) Changed default behavior of OlmMachine to ignore instead of reject key requests from other users.
  • Fixed some type hints

v0.15.4

25 Mar 20:26
Compare
Choose a tag to compare
  • (client.api) Fixed incorrect HTTP methods in async media uploads.

v0.15.2

25 Mar 17:44
Compare
Choose a tag to compare
  • (client.api) Added support for async media uploads (MSC2246).
  • Moved async_getter_lock decorator to mautrix.util (from mautrix.bridge).
    • The old import path will keep working.