Skip to content

Releases: mautrix/python

v0.3.7

27 Sep 23:25

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

Choose a tag to compare

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

v0.3.5

05 Aug 21:28

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.

v0.3.4

05 Aug 17:48

Choose a tag to compare

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

  • Updated get_room_members() to use /joined_members instead of /members when possible.

v0.3.3

05 Aug 17:48

Choose a tag to compare

v0.3.2

23 Jul 15:58

Choose a tag to compare

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

  • Fixed HTTPAPI init for real users
  • Fixed content-type for empty objects

v0.3.1

23 Jul 15:57

Choose a tag to compare

v0.3.0

15 Jul 08:57

Choose a tag to compare

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

  • Made StateStore into an abstract class for easier custom storage backends
  • Fixed response of /transaction to return empty object with 200 OK's as per spec
  • Fixed URL parameter encoding
  • Exported IntentAPI for type hinting

v0.2.0

04 Jul 12:03

Choose a tag to compare

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

  • Switched from GPLv3 to MIT license
  • Updated state store to store full member events rather than just the membership status

v0.1.5

15 Jul 08:58

Choose a tag to compare

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

  • Made room avatar in set_room_avatar() optional to allow unsetting avatar