Skip to content

Releases: DisnakeDev/disnake

v2.5.1

10 May 13:40
Compare
Choose a tag to compare

Small patch release to fix an issue with the @slash.autocomplete(...) decorator in v2.5.0.

Changelog: https://docs.disnake.dev/en/latest/whats_new.html#v2-5-1

v2.5.0

07 May 13:32
v2.5.0
1b27223
Compare
Choose a tag to compare

This version adds support for API v10 (which comes with a few breaking changes), forum channels, localizations, permissions v2, improves API coverage by adding support for previously missing features like guild previews, widgets, or welcome screens, and contains several miscellaneous enhancements and bugfixes.

Regarding the message content intent:
Note that earlier versions will continue working fine after the message content intent deadline (August 31st 2022), as long as the intent is enabled in the developer portal. However, from this version (2.5.0) onward, the intent needs to be enabled in the developer portal and your code.
See this page of the guide for more information.
If you do not have access to the intent yet, you can temporarily continue using API v9 by calling disnake.http._workaround_set_api_version(9) before connecting, which will keep sending message content before the intent deadline, even with the intent disabled.

More details and full changelog: https://docs.disnake.dev/en/latest/whats_new.html#v2-5-0

v2.4.0

14 Feb 15:06
a6d749c
Compare
Choose a tag to compare

v2.3.2

11 Feb 13:45
8294ca1
Compare
Choose a tag to compare

v2.2.3

11 Feb 13:45
Compare
Choose a tag to compare

v2.3.1

05 Feb 23:19
acba4ba
Compare
Choose a tag to compare

v2.3.0

21 Dec 19:23
Compare
Choose a tag to compare

v2.2.2

16 Nov 20:23
3e1580a
Compare
Choose a tag to compare

v2.2.1

03 Nov 18:16
Compare
Choose a tag to compare

Fixed an issue with Guild._member_count attribute.

v2.2.0

01 Nov 21:32
1cef90a
Compare
Choose a tag to compare