Releases: mautrix/python
Releases · mautrix/python
v0.3.7
https://pypi.org/project/mautrix-appservice/0.3.7/
- Fixed
get_room_members()returningdict_keysrather thanlistwhen getting only joined members.
v0.3.6
https://pypi.org/project/mautrix-appservice/0.3.6/
- Fixed
get_room_joined_memberships()(PR #6 by @turt2live)
v0.3.5
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 aValueErroron cache miss.
v0.3.4
https://pypi.org/project/mautrix-appservice/0.3.4/
- Updated
get_room_members()to use/joined_membersinstead of/memberswhen possible.
v0.3.3
https://pypi.org/project/mautrix-appservice/0.3.3/
- Updated some type hints
v0.3.2
https://pypi.org/project/mautrix-appservice/0.3.2/
- Fixed HTTPAPI init for real users
- Fixed content-type for empty objects
v0.3.1
https://pypi.org/project/mautrix-appservice/0.3.1/
- Added support for real users
v0.3.0
https://pypi.org/project/mautrix-appservice/0.3.0/
- Made
StateStoreinto an abstract class for easier custom storage backends - Fixed response of
/transactionto return empty object with 200 OK's as per spec - Fixed URL parameter encoding
- Exported
IntentAPIfor type hinting
v0.2.0
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
https://pypi.org/project/mautrix-appservice/0.1.5/
- Made room avatar in
set_room_avatar()optional to allow unsetting avatar