Skip to content

Releases: interactions-py/interactions.py

Fix: Release 1.2.2

04 Jun 12:19
d6670e4
Compare
Choose a tag to compare

Fixed code errors at manage_commands.

Release 1.2.1

04 Jun 11:52
b473a2c
Compare
Choose a tag to compare

Merged these PRs:
#197 - Fixed issues with syncing default_permission.
#199 - Fixed bugs with utility functions.

Release 1.2.0

27 May 00:01
af5c23e
Compare
Choose a tag to compare

This release includes permissions support.

Fixed args/kwargs not handling properly.
Merged these PRs:
Implemented slash command permission. (#156)
Fixed bug with on_socket_response due to not checking interaction type. (#191)
...And more docs/minor changes.

Release 1.1.2

14 Apr 07:15
d5cba04
Compare
Choose a tag to compare

Merged #152 - Fixed missing await in sync_all_commands.
Fixed TypeError on command invoke can cause command re-invoke.

Release 1.1.1

09 Apr 14:19
cc62eeb
Compare
Choose a tag to compare

Merged these PRs:
#126 - Reduced PUT method request on sync_commands.
#127 - Added args and kwargs to SlashContext
#131 - Fixed attribute typos. Note that previous names are deprecated and will be removed in release 1.2.0.
#139 - Implemented file attaching on initial message send / message edit.

Release 1.1.0

26 Mar 12:46
1db8e04
Compare
Choose a tag to compare

This version comes support for new UI change.
Note that this contains some breaking changes, so please read Migrate To V1.1.0 in the document.
Merged these PRs:
#105 - Fixed many bugs occur if only applications.commands was added to guild.
#107 - Refactored http.py, context.py to support UI change.
#113 - Added override for the application ID to support old bots.
Special thanks to all contributors, this version is mostly created by contributors.

Fix: Release 1.0.9.5

21 Feb 14:42
Compare
Choose a tag to compare

Merged #98 (Fixed temporary auto_convert was case sensitive.)
Merged #99 (You can now pass list of string to choices of manage_commands.create_option.)
Merged #104 (Fixed wrong SlashContext attribute definition.)
Fixed error if guild_ids is not passed to decorator.

Fix: Release 1.0.9.4

15 Feb 13:44
Compare
Choose a tag to compare

Fixed discord.Client raises exception due to incorrect event adding.

Fix: Release 1.0.9.3

14 Feb 12:04
Compare
Choose a tag to compare

Fixed error at SlashContext initialization if only command is added to guild without bot itself.

Fix: Release 1.0.9.2

14 Feb 10:04
Compare
Choose a tag to compare

Fixed cog commands won't register due to missing key in get_cog_commands.