Releases: mautrix/python
Releases · mautrix/python
v0.3.4
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
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
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
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
v0.1.4
https://pypi.org/project/mautrix-appservice/0.1.4/
- Added
send_sticker()
v0.1.3
https://pypi.org/project/mautrix-appservice/0.1.3/
- Fixed AppService log parameter type hint
- Fixed timestamp handling
v0.1.2
https://pypi.org/project/mautrix-appservice/0.1.2/
- Return 400 Bad Request if user/room query doesn't have user ID/alias field (respectively)
- Added support for timestamp massaging and source URLs