chore(deps): Update dependency net.dv8tion:JDA to v6.6.0 - #108
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): Update dependency net.dv8tion:JDA to v6.6.0#108renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Test Results9 tests ±0 9 ✅ ±0 0s ⏱️ ±0s Results for commit a9b251a. ± Comparison against base commit 8135a00. This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
November 23, 2025 20:53
7441456 to
207f5ea
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
December 9, 2025 16:05
207f5ea to
e75c0ec
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
December 14, 2025 18:36
e75c0ec to
028c319
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
January 1, 2026 17:34
028c319 to
e18a81f
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
January 11, 2026 16:28
e18a81f to
220e37e
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
February 15, 2026 13:35
220e37e to
5036116
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
March 15, 2026 13:52
5036116 to
47949cf
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
2 times, most recently
from
April 2, 2026 22:11
d9571d9 to
51ee193
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
June 6, 2026 12:55
51ee193 to
47ee4b5
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
July 5, 2026 18:56
47ee4b5 to
e45d78c
Compare
renovate
Bot
force-pushed
the
renovate/jda6
branch
from
September 6, 2026 14:27
e45d78c to
a9b251a
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.1.0→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
v6.3.2Overview
Small bug fix release.
Changes
minValuesis zero by @freya022 in #3023Bug Fixes
Helpers.appendCause: Add special case for circular causes by @freya022 in #3041Full Changelog: discord-jda/JDA@v6.3.1...v6.3.2
Installation
Gradle
Maven
v6.3.1Overview
This is primarily a bug fix release, but also includes a minor breaking change for emojis.
Enable users to choose the requested format of assets (#3009)
Most methods, that previously returned
ImageProxyor an image URL, now support passingImageFormatto choose a different format. This enables users to easily switch fromPNGtoWEBPor other formats.Additionally, most of the template strings used to create image URLs, such as
User.AVATAR_URL, have been deprecated in favor of the new DiscordAssets utility class. You can useDiscordAssets.userAvatar(ImageFormat.PNG, userId, avatarId)to get anImageProxyinstance and useImageProxy#getUrlto get the respective URL.New Features
Bug Fixes
Deprecations
Full Changelog: discord-jda/JDA@v6.3.0...v6.3.1
Installation
Gradle
Maven
v6.3.0: | DAVE Protocol SupportOverview
This release adds initial support for the DAVE Protocol.
Setting up DAVE Protocol in JDA
Since the implementation for DAVE requires native library dependencies, it is not included by default by JDA. We've decided that dependencies related to audio features will no longer be included by default in the future.
Starting with JDA 6.3.0, audio features require additional setup in your
JDABuilderorDefaultShardManagerBuilder. Once you have added a dependency that implementsDaveSessionFactory, you can configure it in your builder using setAudioModuleConfig:You can use JDAVE, which provides an implementation for this interface. Note that this library requires Java 25 and only supports a few platforms for now. Read the README for setup instructions.
There are other libraries still in development that will add support for older java versions, such as libdave-jvm which uses JNI instead of the modern FFM API.
New Features
Full Changelog: discord-jda/JDA@v6.2.1...v6.3.0
Installation
Gradle
Maven
v6.2.1Overview
In this release, we have added new compliance tests that automatically validate some of our enums against the Official Discord OpenAPI Specification. This allows us to easily verify the completeness of our enums, which is why we added a lot of new enum constants. In the future, we might use this spec for serialization / deserialization internally, or even expand it to a public REST-only module.
New Features
DiscordLocale.ARABIC,DiscordLocale.HEBREWActionType.SOUNDBOARD_SOUND_CREATE,ActionType.SOUNDBOARD_SOUND_UPDATE,ActionType.SOUNDBOARD_SOUND_DELETEActionType.AUTO_MODERATION_QUARANTINE_USERActionType.CREATOR_MONETIZATION_REQUEST_CREATED,ActionType.CREATOR_MONETIZATION_TERMS_ACCEPTEDActionType.ONBOARDING_PROMPT_CREATE,ActionType.ONBOARDING_PROMPT_UPDATE,ActionType.ONBOARDING_PROMPT_DELETEActionType.ONBOARDING_CREATE,ActionType.ONBOARDING_UPDATEActionType.HOME_SETTINGS_CREATE,ActionType.HOME_SETTINGS_UPDATE,ActionType.GUILD_PROFILE_UPDATEAuditLogKey.GUILD_BRAND_COLOR_PRIMARYTargetType.SOUNDBOARD_SOUNDTargetType.ONBOARDING_PROMPT_STRUCTURETargetType.ONBOARDINGChannelType.GUILD_DIRECTORYChanges
Full Changelog: discord-jda/JDA@v6.2.0...v6.2.1
Installation
Gradle
Maven
v6.2.0Overview
This release includes a permission change that will go into effect on February 26th, 2026. Any versions older than this will not have the correct permission checks for the new rules, or only partially support the new rules.
Permission Changes (#2967)
After the deadline of February 26th, 2026, some permissions will lose capabilities in favor of new permissions.
MESSAGE_MANAGEwill no longer allow users to Pin/Unpin Messages or Bypass Slowmode. Instead, the newBYPASS_SLOWMODEandPIN_MESSAGESpermissions have been added.MANAGE_GUILD_EXPRESSIONSwill no longer allow users to Create Emojis/Stickers. Instead, the newCREATE_GUILD_EXPRESSIONSpermission has been added.MANAGE_EVENTSwill no longer allow users to Create Scheduled Events. Instead, the newCREATE_SCHEDULED_EVENTSpermission has been added.See the Discord Changelog for details.
Retrieve Role Member Counts (#2973)
The guild role member count can now be retrieved with Guild#retrieveRoleMemberCounts.
Example:
Enhanced Role Colors (#2975)
You can now access and modify the Gradient or Holographic role colors, a feature unlocked through boosting a guild.
Example:
New Features
Guild#retrieveRoleMemberCountsby @freya022 in #2973Changes
Full Changelog: discord-jda/JDA@v6.1.3...v6.2.0
Installation
Gradle
Maven
v6.1.3Bug Fixes
Full Changelog: discord-jda/JDA@v6.1.2...v6.1.3
Installation
Gradle
Maven
v6.1.2Bug Fixes
Full Changelog: discord-jda/JDA@v6.1.1...v6.1.2
Installation
Gradle
Maven
v6.1.1New Features
Bug Fixes
ModalMapping::getAsAttachmentListif no attachments were submitted by @archer-321 in #2941Full Changelog: discord-jda/JDA@v6.1.0...v6.1.1
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.