Releases: nwunderly/starlette-discord
Releases · nwunderly/starlette-discord
Release 0.2.1 - Dependency hotfix
fix import error caused by missing entries in requirements.txt
Release v0.2.0
This release has breaking changes.
API
- Add discord.py-like models. (API calls no longer return JSON data)
- Add new DiscordOAuthClient methods to make token handling slightly easier.
Docs
- Add a changelog
- Add getting_started page
Fix #2 and #5
From commit: bfbdf31
Fix for #2 - PyPI installation should properly install the lib's dependencies now
To address #5 - Optional 'state' and 'prompt' kwargs have been added to DiscordOAuthClient.redirect()
Some small housekeeping with example and test scripts.
Set discord.py dependency to <=1.7,<2 to prepare for discord.py 2.0 release possibly in the near future.
First release 🎉
Initial implementation, subject to change in the future
Currently returns json responses, only implements a few endpoints. Uncertain if more endpoints will be added because these are the more commonly-used ones anyway.
Things to look out for in the future:
- implementation returning discord.py models instead of json
- a Starlette middleware implementing discord login sessions automatically