Skip to content

Releases: nwunderly/starlette-discord

Release 0.2.1 - Dependency hotfix

Pre-release

Choose a tag to compare

@nwunderly nwunderly released this 09 Oct 19:09

fix import error caused by missing entries in requirements.txt

Release v0.2.0

Release v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@nwunderly nwunderly released this 01 Dec 07:00

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

Fix #2 and #5 Pre-release
Pre-release

Choose a tag to compare

@nwunderly nwunderly released this 11 May 21:19

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 🎉

First release 🎉 Pre-release
Pre-release

Choose a tag to compare

@nwunderly nwunderly released this 23 Jan 06:47

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