Releases: mautrix/python
Releases · mautrix/python
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
Authorizationheader from homeserver in appservice transaction handler - Added option to override appservice transaction handling method
- Split
Bridgeinitialization class into a more abstractProgram - Split config loading
v0.4.2
v0.4.1
v0.4.0
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
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
https://pypi.org/project/mautrix/0.4.0rc1/
Too many changes
v0.3.11
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
https://pypi.org/project/mautrix-appservice/0.3.10.dev1/
- Hacky fix for null m.relates_to's
v0.3.9
https://pypi.org/project/mautrix-appservice/0.3.9/
- Only use json.dumps() in request() if content is json-serializable
v0.3.8
https://pypi.org/project/mautrix-appservice/0.3.8/
- Added missing room/event ID quotings