Skip to content

Releases: interactions-py/interactions.py

4.3.0-beta.2: Merge pull request #923 from interactions-py/unstable

14 Jul 20:27
6050fac
Compare
Choose a tag to compare

4.3.0-beta.1

18 Jun 02:01
deb07dc
Compare
Choose a tag to compare
4.3.0-beta.1 Pre-release
Pre-release

Due to the nature of this beta release, this will point from the unstable branch.

In order to install, use the following line in your terminal:

pip install git+https://github.com/interactions-py/[email protected]

What's Changed

Full Changelog: 4.2.1...4.3.0-beta.1

4.2.1

4.2.0

06 May 22:42
6d4b5b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.2.0

4.1.1-rc.1

05 Apr 19:06
00ebd1b
Compare
Choose a tag to compare
4.1.1-rc.1 Pre-release
Pre-release

This is a release candidate, which closely represents what we envision the final outcome of 4.1.1 to be.

New Contributors

In order to install, use the following line in your terminal:

pip install git+https://github.com/interactions-py/[email protected]

Full Changelog: 4.1.1-beta.1...4.1.1-rc.1

4.1.1-beta.2

23 Mar 01:50
711ae0f
Compare
Choose a tag to compare
4.1.1-beta.2 Pre-release
Pre-release

New Contributors

  • @Dworv made their first contribution in #612
  • @Nanrech made their first contribution in #639
  • @shivrm made their first contribution in #642
  • @Jimmy-Blue made their first contribution in #656

In order to install, use the following line in your terminal:

pip install git+https://github.com/interactions-py/[email protected]

Full Changelog: 4.1.1-beta.1...4.1.1-beta.2

4.1.1-beta.1

01 Mar 20:20
d443d7d
Compare
Choose a tag to compare
4.1.1-beta.1 Pre-release
Pre-release

New Contributors

In order to install, use the following line in your terminal:

pip install git+https://github.com/interactions-py/[email protected]

Full Changelog: 4.1.0...4.1.1-beta.1

4.1.0

25 Feb 02:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Thank you to all of the contributors on our team who work hard to ensure a quality-driven product to users. We are committed here at interactions.py to provide you the very best library for interactions in Python. We look forward to keeping the promise with you all throughout the years to come.

Full Changelog: 4.0.2...4.1.0

4.0.2

24 Jan 21:31
Compare
Choose a tag to compare

What's Changed

New Contributors

A huge thank you to @EdVraz for helping with a lot of the feature implementation of helper methods in the HTTPClient.
A thank you is in order for @LordOfPolls as well for guiding us with a clearer retry/lock logic concept in rate limiting.

Full Changelog: 4.0.1...4.0.2

4.0.1

19 Dec 02:36
Compare
Choose a tag to compare

What's Changed

  • Options are now correctly processed under a subcommand or grouping.
  • 4.0.0 and other libraries now run on the same space with event loop gathering.
  • Select menu option JSON is now fixed when converted from the object scope.
  • Log is no longer spammed with warnings about a dispatched VOICE.
  • Components are able to be deferred correctly.
  • Button label documentation is corrected.
  • 💥BREAKING: Global commands are now able to synchronize and be registered.
  • the WebSocket for gateway will now factor in jitter from latency and trigger a reconnection when the connection dies.
  • Embed JSON data for each attribute are now respectively written during conversion.
  • InteractionData will now recursively generates options when present for context.
  • ctx.send and ctx.edit now share the same arguments and signature.
  • member and hoisted_role are no longer missing from MessageInteraction and GuildMember respectively.
  • Embed type attribute is now more descriptive to its purpose.
  • Python 3.10 is now compatible.
  • @component decorator now supports custom_id as a string-based argument.

New Contributors

Full Changelog: 4.0.0...4.0.1