Releases: jnawk/Quart-Discord
Releases · jnawk/Quart-Discord
Some rate limit fixes
This version fixes some rate limit issues. It doesn't fix all, but it appears to do no harm
Additional pyjwt fixes
Now compatible with pyjwt 2
Now compatible with pyjwt 2
source release of v2.1.0
cache outside as an option
Cache outside is an option now
Ability to have the framework not cache responses (you must cache them yourself)
NB: I goofed; this is a linux binary release only
Release 2.0.1
Changes:
- Include uniquely generated state secret on each new Discord session
- Declare AccessDenied exception in all
- Do not immediately pop the state to prevent race conditions
Switched to async property
DiscordOAuth2Session.authorized needs to be awaited
Create RateLimited exception using coroutines correctly
Fixes a defect where creating the RateLimited exception required grabbing stuff from the response, which wasn't being awaited, so that raised another exception.
Fixed unclosed Discord session
Fixed unclosed Discord session
Go full async
Switched HTTP implementation over to aiohttp for a full-async experience.
As this changes many interfaces over to async, this is a breaking change from the previous release.