Releases: Jackenmen/Mutiny
Releases · Jackenmen/Mutiny
0.3.1a0
- Added support for msgpack (note: this has not been deployed to revolt.chat yet)
- Added better representations to publicly exposed classes
- Fixed
Client.add_listener()
andClient.listen()
not handling passing theevent_cls
argument (instead of type hint) correctly - Added logging of websocket's close code
0.3.0a0
Mutiny now has models.
The models are not yet publicly accessible outside of event classes but the library does keep and update the state of them on events.
The next big step (0.4.0a0 and later?) is providing access to the REST API. It will probably take a bit to cover all endpoints, I'll try to first focus on exposing cached models and automatically fetching them if needed. Once that's done, I'll be adding the most essential API calls, especially sending messages.
In other news, Mutiny now has a Revolt server!