Skip to content

Releases: nwunderly/starlette-discord

Release 0.2.1 - Dependency hotfix

09 Oct 19:09
Compare
Choose a tag to compare
Pre-release

fix import error caused by missing entries in requirements.txt

Release v0.2.0

01 Dec 07:00
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

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

11 May 21:19
Compare
Choose a tag to compare
Fix #2 and #5 Pre-release
Pre-release

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 🎉

23 Jan 06:47
Compare
Choose a tag to compare
First release 🎉 Pre-release
Pre-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