chore(deps): update dependency disnake to v2.9.1 - autoclosed #487
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.4.0
->==2.9.1
Release Notes
DisnakeDev/disnake (disnake)
v2.9.1
Compare Source
This is a maintenance release, fixing a few minor bugs. Check out the changelog for details.
Changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-9-1
Git history: DisnakeDev/disnake@v2.9.0...v2.9.1
v2.9.0
Compare Source
This release comes with support for the new username system, text in stage, role subscriptions, silent messages, and onboarding.
The documentation has been updated, splitting the monolithic API Reference page into smaller pages.
Changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-9-0
Git history: DisnakeDev/disnake@v2.8.0...v2.9.0
v2.8.2
Compare Source
This is a maintenance release with backports from v2.9.0.
Changelog: https://docs.disnake.dev/en/v2.8.2/whats_new.html#v2-8-2
Git history: DisnakeDev/disnake@v2.8.1...v2.8.2
v2.8.1
Compare Source
This is a maintenance release, most notably fixing an upcoming breaking change related to voice connections.
Changelog: https://docs.disnake.dev/en/v2.8.1/whats_new.html#v2-8-1
Git history: DisnakeDev/disnake@v2.8.0...v2.8.1
v2.8.0
Compare Source
This release comes with support for NSFW application commands, the
on_audit_log_entry_create
event, and a newEvent
enum for use with methods likeClient.wait_for
, among lots of other changes.Changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-8-0
Git history: DisnakeDev/disnake@v2.7.0...v2.8.0
v2.7.2
Compare Source
This is a maintenance release, most notably fixing an upcoming breaking change related to voice connections.
Changelog: https://docs.disnake.dev/en/v2.7.2/whats_new.html#v2-7-2
Git history: DisnakeDev/disnake@v2.7.1...v2.7.2
v2.7.1
Compare Source
This is a maintenance release with backports from v2.8.0.
Changelog: https://docs.disnake.dev/en/v2.7.1/whats_new.html#v2-7-1
Git history: DisnakeDev/disnake@v2.7.0...v2.7.1
v2.7.0
Compare Source
What's Changed
This release adds support for python 3.11 and the new selects released by Discord.
See the docs for how to use these new selects.
Breaking Changes
Message.system_content
may return None. While this is documented as a breaking change, this function always could return None if the message type was not recognised. (#766)Deprecations
InteractionDataResolved
. (#814)InteractionBot
. These have been replaced with the command_sync_flags parameter which takes aCommandSyncFlags
instance. (#806)New Features
Message.system_content
to be accurate to the client as of October 2022. (#766)GuildScheduledEvent.start()
,.end
and.cancel
shortcuts. (#781)ext.commands.InteractionBot
,ext.commands.AutoShardedInteractionBot
. (#791)ComponentType
values.UserSelectMenu
,RoleSelectMenu
,MentionableSelectMenu
,ChannelSelectMenu
components.ui.UserSelect
,ui.RoleSelect
,ui.MentionableSelect
,ui.ChannelSelect
UI types.ui.user_select()
,ui.role_select()
,ui.mentionable_select()
,ui.channel_select()
decorators.ui.ActionRow.add_user_select()
,add_role_select()
,add_mentionable_select()
,add_channel_select()
StringSelectMenu
ui.StringSelect
ui.string_select()
ui.ActionRow.add_string_select()
MessageInteraction.resolved_values
andMessageInteractionData.resolved
.ForumChannel.create_thread()
to be optional. (#822)Interaction.edit_original_response()
andInteractionMessage.edit()
. (#832)CommandSyncFlags
to provide sync configuration to Bot andInteractionBot
(and their autosharded variants) as command_sync_flags. (#265, #433, #468, #806)Bug Fixes
PermissionOverwrite
: use_application_commands and use_embedded_activities. (#777)Embed.copy()
and that the copied embed is completely separate from the original one. (#792)Member.ban()
erroring when the delete_message_days parameter was provided. (#810)Permissions.manage_threads
. (#818)AutoModKeywordPresets
values. (#820)Documentation
disnake.File
object as file kwarg makes adisnake.Embed
not reusable. (#786)Miscellaneous
Full changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-7-0
Git history: DisnakeDev/disnake@v2.6.0...v2.7.0
v2.6.3
Compare Source
This is a maintenance release with backports from v2.8.0.
Changelog: https://docs.disnake.dev/en/v2.6.3/whats_new.html#v2-6-3
Git history: DisnakeDev/disnake@v2.6.2...v2.6.3
v2.6.2
Compare Source
Bug Fixes
Permissions.manage_threads
. (#818)AutoModKeywordPresets
values. (#820)Full changelog: https://docs.disnake.dev/en/v2.6.2/whats_new.html#v2-6-2
Git history: DisnakeDev/disnake@v2.6.1...v2.6.2
v2.6.1
Compare Source
Bug Fixes
Embed.copy()
and that the copied embed is completely separate from the original one. (#792)Member.ban()
erroring when thedelete_message_days
parameter was provided. (#810)Full changelog: https://docs.disnake.dev/en/v2.6.1/whats_new.html#v2-6-1
Git history: DisnakeDev/disnake@v2.6.0...v2.6.1
v2.6.0
Compare Source
This release adds support for new forum channel features (like tags) as well as auto moderation, among other things. See below for more.
Also note the breaking changes listed below, which may require additional code changes.
Full changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-6-0
Git history: DisnakeDev/disnake@v2.5.0...v2.6.0
New Contributors
v2.5.3
Compare Source
This is a maintenance release with backports from v2.6.0.
Full changelog: https://docs.disnake.dev/en/v2.5.3/whats_new.html#v2-5-3
Git history: DisnakeDev/disnake@v2.5.2...v2.5.3
v2.5.2
Compare Source
Includes several bug fixes and documentation updates.
More details and full changelog: https://docs.disnake.dev/en/v2.5.x/whats_new.html#v2-5-2
v2.5.1
Compare Source
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
Compare Source
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.2
Compare Source
Includes a backport of a fix relating to the message content intent always being requested by the client.
Changelog: https://docs.disnake.dev/en/v2.4.x/whats_new.html#v2-4-2
v2.4.1
Compare Source
Includes several bug fixes and documentation updates.
More details and full changelog: https://docs.disnake.dev/en/v2.4.x/whats_new.html#v2-4-1
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.