Skip to content

Releases: interactions-py/interactions.py

5.4.0

17 May 19:04
1e85c0f

Choose a tag to compare

What's New

Whats Fixed

Full Changelog: 5.3.1...5.4.0

5.3.1

06 May 16:54
3655951

Choose a tag to compare

What's Fixed

Full Changelog: 5.3.0...5.3.1

5.3.0

06 May 07:14
8963704

Choose a tag to compare

What's Changed

What's Fixed?

Full Changelog: 5.2.0...5.3.0

5.2.0

30 Apr 10:05
c3fc966

Choose a tag to compare

What's New

  • feat: add rate_limit_per_user param for create thread methods by @Damego in #1359
  • feat: format ratelimit messages with major params by @LordOfPolls in #1360
  • feat: add user & member props to auto mod action by @Damego in #1358
  • Added poll option to jurriged ext by @artem30801 in #1364

What's Fixed

  • fix: Resolve failing linter checks by @silasary in #1361
  • fix migration oversights in debug ext by @LordOfPolls
  • fix: handle a user not passing a cooldown system to the cooldown decorator by @LordOfPolls

Full Changelog: 5.1.0...5.2.0

5.1.0

22 Apr 05:55
758d80c

Choose a tag to compare

What's New

What's Fixed

  • fix: wrong check condition in the component callback by @Damego in #1352
  • chore: Update filesize to new 25mb discord limit by @Kigstn in #1346

New Contributors

Full Changelog: 5.0.1...5.1.0

5.0.1 - Hotfix

12 Apr 16:37

Choose a tag to compare

What's Changed

  • Checks are now copied for inheritance #1342
  • Include opus dlls in pypi package

Full Changelog: 5.0.0...5.0.1

5.0.0

10 Apr 11:45

Choose a tag to compare

What's Changed

This PR acts as the conclusion of the merge between NAFF and i.py. All changes made in this version have been community-driven, through pre-release feedback
I'll be blunt, I'm not writing the changelog here. Your best bet is to read the relevant migration guides.

Docs: https://interactions-py.github.io/interactions.py/
For NAFF users: https://interactions-py.github.io/interactions.py/Guides/99%202.x%20Migration_NAFF/
For i.py v4: https://interactions-py.github.io/interactions.py/Guides/98%20Migration%20from%204.X/

New Contributors

Full Changelog: 4.4.0...5.0.0

5.0.0-alpha.5

28 Mar 16:41
8879c85

Choose a tag to compare

5.0.0-alpha.5 Pre-release
Pre-release

What's Changed

  • feat: Support forum layout by @LordOfPolls in #1308
  • Feat: support bytesio as child object of ipy.files
  • Feat: support uiser.global_name

What's Fixed?

  • Fix a bug in exception unloading
  • fix: incorrect type annotation for async_startup_tasks by @Damego in #1309
  • fix: Missing dm_permision field in group() by @B1ue-Dev in #1305
  • fix: Fix missing premium_progress_bar_enabled by @B1ue-Dev in #1306

Full Changelog: 5.0.0-alpha.4...5.0.0-alpha-5

5.0.0-alpha.4

17 Mar 06:42

Choose a tag to compare

5.0.0-alpha.4 Pre-release
Pre-release

What's Changed

  • feat: supporting editing messages with modal interaction without resolving the interaction
  • refactor: remove legacy NAFF references
  • feat: allow disabling autodefer through auto_defer invocation
  • feat: audio rcv is now merged

What's Fixed

  • fix: file/files in ctx.edit_origin not included by @B1ue-Dev in #1302
  • fix: ValueError raised when having file by @B1ue-Dev in #1303
  • fix: handle users passing list to methods that don't expect it
  • fix: buttonstyle accepts int
  • fix: handle emoji deletion on guild leave

Full Changelog: 4.4.0...5.0.0-alpha.4

5.0.0-alpha.3

09 Mar 14:44
fe600b1

Choose a tag to compare

5.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • Fix editing_origin not working properly by @Speedcup in #1295
  • Add single item list_converter support by @Speedcup in #1293
  • Latency is no longer returned as an average
  • FFMPEG version is logged when the player starts
  • Audio is now probed before playback to ensure bitrate and sample rate
  • Handle StringIO being passed as a file
  • AutoDefer is now kwargs only
  • Modal can now accept a list being passed erroneously to add_componets
  • Fix kwargs being passed to commands when only context is expected
  • Filenames are now parsed for string paths

New Contributors

Full Changelog: 5.0.0-alpha.2...5.0.0-alpha.3