Skip to content

Releases: wumpyproject/wumpy

Wumpy-rest v0.1.1

05 Mar 22:47
ff40cb2
Compare
Choose a tag to compare

This quick patch-release fixes an issue in the dependencies quickly discovered after the original minor release.

Instead of this release, the work-around is to also install h2 separately.

Changes

Bugfixes

  • Fix name of optional HTTPX dependency

Wumpy-rest v0.1.0

05 Mar 22:18
c4035e8
Compare
Choose a tag to compare

This is the very first release of wumpy-rest with all initial features. Therefore the specific changes are hard to spell out and are generalized.

Changes

Features

  • Create a base Requester class
  • Implement pre-emptive ratelimiting of routes
  • Add all Discord endpoints in Requester subclasses

Wumpy-gateway v0.1.1

30 Nov 22:47
454e054
Compare
Choose a tag to compare

Changes

Bugfixes

  • Add missing py.typed marker file to notify type checkers to inspect the subpackage

Wumpy-gateway v0.1.0

30 Nov 22:46
674fe00
Compare
Choose a tag to compare

This is the very first release of wumpy-gateway and the first release of any wumpy package. It primarily adds all the main interfaces (since it is the very first release).

Changes

Features

  • Add main Shard interface
  • Introduce complimentary ConnectionClosed exception