Update dependency net.dv8tion:JDA to v6.6.0 - #113
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/net.dv8tion-jda-6.x
branch
from
April 2, 2026 20:38
85edaa3 to
337eb69
Compare
renovate
Bot
force-pushed
the
renovate/net.dv8tion-jda-6.x
branch
from
June 6, 2026 13:29
337eb69 to
b05909e
Compare
renovate
Bot
force-pushed
the
renovate/net.dv8tion-jda-6.x
branch
from
July 5, 2026 18:03
b05909e to
4a011eb
Compare
renovate
Bot
force-pushed
the
renovate/net.dv8tion-jda-6.x
branch
from
September 6, 2026 13:40
4a011eb to
d2fb9c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
6.3.2→6.6.0Release Notes
discord-jda/JDA (net.dv8tion:JDA)
v6.6.0Overview
This is a minor release adding a few new features before a bigger change coming in 6.7.0 which will introduce handling for Obfuscated Channels.
If you can, please try out and give feedback on Add handling for obfuscated channels #3042. To enable obfuscated channels early for testing purposes, you can toggle a switch in your application dashboard as described here.
New Features
Changes
flags_newofApplicationInfoinstead offlagsby @freya022 in #3131PRUNE_REQUIRES_ADMINis enabled by @freya022 in #3129Message.MAX_FILE_SIZEto 20 MiB by @freya022 in #3142Bug Fixes
MarkdownUtil#monospacenot correctly applying monospace formatting to strings with backticks by @ManosSef in #3139Full Changelog: discord-jda/JDA@v6.5.0...v6.6.0
Installation
Gradle
Maven
v6.5.0: | Message Search APIOverview
This release adds support for the Message Search API, which allows bots to search messages in a guild. See Guild#searchMessages and MessageSearchAction for detailed documentation.
Example:
Additionally, we made a minor change in the handling for received messages. For messages received in guilds JDA now handles events with missing
memberobjects, which is necessary to handle messages that arrive shortly after a user is banned from the guild. These messages will contain members which are not added to cache and have no roles.New Features
Changes
Full Changelog: discord-jda/JDA@v6.4.2...v6.5.0
Installation
Gradle
Maven
v6.4.2New Features
NO_MUTUAL_GUILDSErrorResponse by @srnyx in #3083ErrorResponse#CANNOT_FORWARD_UNREADABLE_MESSAGEby @freya022 in #3087Changes
Bug Fixes
Full Changelog: discord-jda/JDA@v6.4.1...v6.4.2
Installation
Gradle
Maven
v6.4.1Bug Fixes
CheckboxGroup.Builder.setRequiredRange()incorrectly setting min and max by @replaceitem in #3065getCommandTypereading value of interaction type instead of command type by @freya022 in #3074Full Changelog: discord-jda/JDA@v6.4.0...v6.4.1
Installation
Gradle
Maven
v6.4.0: | CheckboxesOverview
This release adds support for new checkbox and radio groups in modals as well as support for voice channel effects and soundboards.
Checkboxes and Radio Groups (#3010)
You can now include checkboxes and radio groups in your modals:
When a user submits a modal with a checkbox group, the selected values can be accessed in the
ModalInteractionEventwithgetValue(groupId).getAsStringList()and radio groups usinggetValue(groupId).getAsString().New Features
Changes
ANIMATED_WEBPfor all animated assets by @freya022 in #3036CREATE_*permissions when managing/deleting our own events/emojis/stickers by @freya022 in #3061Full Changelog: discord-jda/JDA@v6.3.2...v6.4.0
Installation
Gradle
Maven
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.