This is the 6th release of wumpy-rest bringing more modularity to the subpackage.
Changes
Breaking Changes
- Separate
Requesterfrom HTTPX implementation. Custom subclasses must inherit fromHTTPXRequester - Simplify instantiation parameters of now
HTTPXRequester
Dependencies
- Bump
discord-typingsto0.5.0for automod support
Features
- Add automod endpoints to
GuildRequester - Allow Requester to be instantiated before event loop is running
- Update requester endpoints for upstream API changes
Fixes
- Account for current in-progress request when reseting window
- Prevent deadlocks in default ratelimiter by keeping track of in-progress requests