Releases: breqdev/flask-discord-interactions
Releases · breqdev/flask-discord-interactions
v2.1.2 - Support sending files that are not text
Bugfixes
- Fix issue with unnecessary multipart response decoding by @alexpbrown in #121
v2.1.1 - Fix bug with select menu handling
Bugfix
- Make the "public flags" field optional in #120
v2.1.0 - Update `User`, `Channel`, and `Role` models
What's Changed
- Refactor user, channel and role models in #118 -- thanks @therealr5!
v2.0.0
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
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
v1.7.2 - min_length and max_length
Features
- implement min_length and max_length by @therealr5 in #111
v1.7.1
Bugfixes
v1.7.0
Features
- Support select menus in modals by @therealr5 in #100
- Add support for the attachment option by @therealr5 in #101
- Implement app_permissions by @therealr5 in #102
Bugfixes
- Fix Choice dumping by @therealr5 in #96
- Fix choice serialization in autocomplete by @therealr5 in #99
All Changes: v1.6.0...v1.7.0
v1.6.0 - Localization, misc bugfixes
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