Skip to content

Releases: jnawk/Quart-Discord

Some rate limit fixes

16 Apr 23:51
4d9161f
Compare
Choose a tag to compare
Some rate limit fixes Pre-release
Pre-release

This version fixes some rate limit issues. It doesn't fix all, but it appears to do no harm

Additional pyjwt fixes

04 Jan 12:26
a92eba4
Compare
Choose a tag to compare

Sometimes pyjwt returns bytes. deal with that.

Now compatible with pyjwt 2

29 Dec 12:57
e245604
Compare
Choose a tag to compare

Now compatible with pyjwt 2

source release of v2.1.0

22 Dec 08:27
4b034b3
Compare
Choose a tag to compare

cache outside as an option

Cache outside is an option now

22 Dec 08:26
25493df
Compare
Choose a tag to compare

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

25 Oct 21:40
Compare
Choose a tag to compare

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

07 Oct 12:30
ed75a56
Compare
Choose a tag to compare

DiscordOAuth2Session.authorized needs to be awaited

Create RateLimited exception using coroutines correctly

07 Oct 09:11
2887e06
Compare
Choose a tag to compare

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

04 Oct 18:24
914b421
Compare
Choose a tag to compare

Fixed unclosed Discord session

Go full async

02 Oct 08:49
5995e94
Compare
Choose a tag to compare

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.