Skip to content

Releases: mautrix/python

v0.5.7

11 Sep 08:46
Compare
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
Compare
Choose a tag to compare
  • Added support for adding aliases for bridge commands

v0.5.5

11 Sep 08:47
Compare
Choose a tag to compare
  • Added option to set default event type class in EventType.find()

v0.5.4

11 Sep 08:47
Compare
Choose a tag to compare
  • Fixed notification disabler breaking when not using double puppeting

v0.5.3

11 Sep 08:48
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Moved initializing end-to-bridge encryption to before other startup actions

v0.5.0

11 Sep 08:53
Compare
Choose a tag to compare
  • 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

11 Sep 08:54
Compare
Choose a tag to compare
  • 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

11 Sep 08:55
Compare
Choose a tag to compare
  • Removed unfinished enum.py
  • Increased default config line wrapping width
  • Fixed default visibility when adding rooms and users with bridge community helper