Skip to content

Releases: Jackenmen/Mutiny

0.3.1a0

25 Aug 13:49
Compare
Choose a tag to compare
0.3.1a0 Pre-release
Pre-release
  • 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() and Client.listen() not handling passing the event_cls argument (instead of type hint) correctly
  • Added logging of websocket's close code

0.3.0a0

23 Aug 01:51
Compare
Choose a tag to compare
0.3.0a0 Pre-release
Pre-release

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!

0.2.0a0

18 Aug 21:05
Compare
Choose a tag to compare
0.2.0a0 Pre-release
Pre-release

Fix re-exports in Munity's top namespace

0.1.0a0

18 Aug 20:41
Compare
Choose a tag to compare
0.1.0a0 Pre-release
Pre-release

First alpha release.

Not much here for now