Skip to content

Releases: mautrix/python

v0.6.1

11 Sep 08:40

Choose a tag to compare

  • Fixed disabling notifications in many rooms at the same time

v0.6.0

11 Sep 08:45

Choose a tag to compare

  • Added native end-to-end encryption module
    • Switched e2be helper to use native e2ee instead of matrix-nio
    • Includes crypto stores based on pickle and asyncpg
    • Added e2ee helper to high-level client module
  • Added support for getting prev_content from the top level in addition to unsigned

v0.5.8

11 Sep 08:42

Choose a tag to compare

  • Fixed deserializer using attr.NOTHING instead of None when there's no default value

v0.5.7

11 Sep 08:46

Choose a tag to compare

  • Added alt_aliases to canonical alias state event content (added in Matrix client-server spec r0.6.1)

v0.5.6

11 Sep 08:46

Choose a tag to compare

  • Added support for adding aliases for bridge commands

v0.5.5

11 Sep 08:47

Choose a tag to compare

  • Added option to set default event type class in EventType.find()

v0.5.4

11 Sep 08:47

Choose a tag to compare

  • Fixed notification disabler breaking when not using double puppeting

v0.5.3

11 Sep 08:48

Choose a tag to compare

  • Added NotificationDisabler utility class for easily disabling notifications while a bridge backfills messages

v0.5.2

11 Sep 08:49

Choose a tag to compare

  • Added support for automatically calling ensure_registered if whoami says the bridge bot is not registered in Bridge.wait_for_connection

v0.5.1

11 Sep 08:49

Choose a tag to compare

  • Moved initializing end-to-bridge encryption to before other startup actions