Skip to content

Releases: mautrix/python

v0.4.0

27 Dec 23:37
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.4.0-rc1 Pre-release
Pre-release

v0.3.11

22 Jun 15:54
Compare
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
Compare
Choose a tag to compare
v0.3.10 Pre-release
Pre-release

v0.3.9

14 May 22:19
Compare
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
Compare
Choose a tag to compare

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

  • Added missing room/event ID quotings

v0.3.7

27 Sep 23:25
Compare
Choose a tag to compare

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

  • Fixed get_room_members() returning dict_keys rather than list when getting only joined members.

v0.3.6

06 Aug 17:36
Compare
Choose a tag to compare

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

v0.3.5

05 Aug 21:28
Compare
Choose a tag to compare

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

  • Added parameter to change aiohttp Application parameters
  • Fixed get_power_levels() with state store implementations that don't throw a ValueError on cache miss.