Skip to content

Releases: mautrix/python

v0.5.0

11 Sep 08:53

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

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

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

v0.4.0

27 Dec 23:37

Choose a tag to compare

https://pypi.org/project/mautrix/0.4.0/

  • Initial "stable" release of the major restructuring.
    • Package now includes the Matrix client framework and other utilities instead of just an appservice module.
    • Package renamed from mautrix-appservice to mautrix.
    • Switched license from MIT to MPLv2.

v0.4.0-rc2

30 Nov 19:00

Choose a tag to compare

v0.4.0-rc2 Pre-release
Pre-release

https://pypi.org/project/mautrix/0.4.0rc2/

  • Added command to get bridge version
  • Made bridges refuse to start if config contains example values

v0.4.0-rc1

30 Nov 14:28

Choose a tag to compare

v0.4.0-rc1 Pre-release
Pre-release

v0.3.11

22 Jun 15:54

Choose a tag to compare

https://pypi.org/project/mautrix-appservice/0.3.11/

  • Update state store after sending state event. This is required for some servers like t2bot.io that have disabled echoing state events to appservices.

v0.3.10

30 May 21:12

Choose a tag to compare

v0.3.10 Pre-release
Pre-release

v0.3.9

14 May 22:19

Choose a tag to compare

https://pypi.org/project/mautrix-appservice/0.3.9/

  • Only use json.dumps() in request() if content is json-serializable

v0.3.8

14 May 22:19

Choose a tag to compare

https://pypi.org/project/mautrix-appservice/0.3.8/

  • Added missing room/event ID quotings