Releases: mautrix/python
Releases · mautrix/python
v0.6.1
11 Sep 08:40
Compare
Sorry, something went wrong.
No results found
Fixed disabling notifications in many rooms at the same time
v0.6.0
11 Sep 08:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed deserializer using attr.NOTHING instead of None when there's no default value
v0.5.7
11 Sep 08:46
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added support for adding aliases for bridge commands
v0.5.5
11 Sep 08:47
Compare
Sorry, something went wrong.
No results found
Added option to set default event type class in EventType.find()
v0.5.4
11 Sep 08:47
Compare
Sorry, something went wrong.
No results found
Fixed notification disabler breaking when not using double puppeting
v0.5.3
11 Sep 08:48
Compare
Sorry, something went wrong.
No results found
Added NotificationDisabler utility class for easily disabling notifications while a bridge backfills messages
v0.5.2
11 Sep 08:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Moved initializing end-to-bridge encryption to before other startup actions