Skip to content

Releases: Tert0/fastapi-discord

v0.2.6.1

12 Aug 13:03
v0.2.6.1
370152e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.6.1

v0.2.6

28 Jun 21:11
v0.2.6
bf17cb4
Compare
Choose a tag to compare

https://pypi.org/project/fastapi-discord/0.2.6/

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5 - Release

29 Sep 14:39
v0.2.5
d260b11
Compare
Choose a tag to compare

https://pypi.org/project/fastapi-discord/0.2.5/

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4 - Breaking Changes

14 Oct 20:18
v0.2.4
942d89a
Compare
Choose a tag to compare

v0.2.4

Breaking Changes:

It's now required to call DiscordOauthClient.init() before the app
handles requests, which can be achieved with the following code:

@app.on_event("startup")
async def on_startup():
    await discord.init()

PyPi Release: https://pypi.org/project/fastapi-discord/0.2.4/

v0.2.3 - Release

06 Oct 16:34
v0.2.3
8dcbcc6
Compare
Choose a tag to compare

v0.2.3

Fixed #43 and #63
Upgraded Dependencies

PyPi Release: https://pypi.org/project/fastapi-discord/0.2.3/

v0.2.2

15 May 18:42
v0.2.2
e4881f1
Compare
Choose a tag to compare

v0.2.2 Changelog

  • Support for HTTP Proxies #46

Released on PyPi: https://pypi.org/project/fastapi-discord/0.2.2/

v0.2.0

16 Aug 07:43
v0.2.0
36bac22
Compare
Choose a tag to compare

v0.2.0 Changelog

  • Improved Codestyle
  • Fixed Typo (from exeptions to exceptions)
  • Set Fixed Dependency Versions
  • Added State Parameter Generator
  • Removed multiple aiohttp ClientSessions

Rewrite

21 Jul 18:25
v0.1.6
510f2d7
Compare
Choose a tag to compare
v0.1.6

Library Rewrite with new Features

v0.1.4.2

01 Jul 13:46
2d8f06a
Compare
Choose a tag to compare
v0.1.4.2