Releases: mautrix/python
Releases · mautrix/python
v0.5.7
- Added
alt_aliases
to canonical alias state event content (added in Matrix client-server spec r0.6.1)
v0.5.6
- Added support for adding aliases for bridge commands
v0.5.5
- Added option to set default event type class in
EventType.find()
v0.5.4
- Fixed notification disabler breaking when not using double puppeting
v0.5.3
- Added
NotificationDisabler
utility class for easily disabling notifications while a bridge backfills messages
v0.5.2
- Added support for automatically calling
ensure_registered
if whoami
says the bridge bot is not registered in Bridge.wait_for_connection
v0.5.1
- Moved initializing end-to-bridge encryption to before other startup actions
v0.5.0
- Added extensible enum class (#14)
- Added some asyncpg utilities
- Added basic config validation support to disallow default values
- Added matrix-nio based end-to-bridge encryption helper for bridges
- Added option to use TLS for appservice listener
- Added support for
Authorization
header from homeserver in appservice transaction handler
- Added option to override appservice transaction handling method
- Split
Bridge
initialization class into a more abstract Program
- Split config loading
v0.4.2
- Added option to add custom arguments for programs based on the
Bridge
class
- Added method for stopping a
Bridge
- Made
Obj
picklable
v0.4.1
- Removed unfinished
enum.py
- Increased default config line wrapping width
- Fixed default visibility when adding rooms and users with bridge community helper