Skip to content

Releases: breqdev/flask-discord-interactions

v2.1.2 - Support sending files that are not text

14 Nov 15:51
44b8900
Compare
Choose a tag to compare

Bugfixes

  • Fix issue with unnecessary multipart response decoding by @alexpbrown in #121

v2.1.1 - Fix bug with select menu handling

24 Oct 04:18
ab58567
Compare
Choose a tag to compare

Bugfix

  • Make the "public flags" field optional in #120

v2.1.0 - Update `User`, `Channel`, and `Role` models

25 Sep 20:53
ce25489
Compare
Choose a tag to compare

What's Changed

  • Refactor user, channel and role models in #118 -- thanks @therealr5!

v2.0.0

16 Aug 17:07
c3c0599
Compare
Choose a tag to compare

Breaking Changes

  • Update context type by @therealr5 in #87
  • Remove deprecated names in #95
  • Remove large parts of the permission overwrites API in #114
  • Make some long signatures keyword-only in #116

Enhancements

  • Bump api version to v10 by @therealr5 in #113
  • Support attachments in the initial response using multipart/form-data in #110
  • Add additional type annotations in #117

Full Changelog: v1.7.3...v2.0.0

v2.0.0rc1

09 Aug 01:00
65cd8dd
Compare
Choose a tag to compare
v2.0.0rc1 Pre-release
Pre-release

Breaking Changes

  • Update context type by @therealr5 in #87
  • Remove deprecated names in #95
  • Remove large parts of the permission overwrites API in #114
  • Make some long signatures keyword-only in #116

Enhancements

  • Support attachments in the initial response using multipart/form-data in #110
  • Add additional type annotations in #117
  • Bump api version to v10 by @therealr5 in #113

v1.7.3 -- Add `DISCORD_SCOPES` configuration parameter

27 Jul 22:50
50206aa
Compare
Choose a tag to compare
  • Workaround for 400 Bad Request when the application is in a team by @Nimon77 in #112

v1.7.2 - min_length and max_length

12 Jul 01:50
0174e2d
Compare
Choose a tag to compare

Features

v1.7.1

10 Jul 20:40
5815714
Compare
Choose a tag to compare

Bugfixes

  • Properly handle default and animated avatars in #108, thank you @Miner3089 for the issue report
  • Fix position of kwargs passed to Command() when creating subcommand in #109
  • Handle user commands when user is not a member (left the guild or in DM) in #107, thank you @Miner3089 for the issue report

v1.7.0

07 Jul 20:23
c07053d
Compare
Choose a tag to compare

Features

Bugfixes

All Changes: v1.6.0...v1.7.0

v1.6.0 - Localization, misc bugfixes

21 May 01:42
5740ecb
Compare
Choose a tag to compare

What's Changed

  • Only register permissions if they are actually set, by @therealr5 in #88
  • Remove redundant authorization headers in followup methods, by @therealr5 in #89
  • Localization, by @therealr5 in #90
  • Attachments-related tweaks, by @Breq16 in #93
  • Warn when the rate limit is reached, by @Breq16 in #94