fix(deps): update all non-major dependencies #56
Merged
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:
8.13
->8.14
5.4.0
->5.5.0
Release Notes
gradle/gradle (gradle)
v8.14
Compare Source
discord-jda/JDA (net.dv8tion:JDA)
v5.5.0
: | Improved voice state cache and file proxiesChanges to voice state cache (#2835)
Voice states are now cached independently of guild members. JDA can now detect when a member connects or disconnects from an audio channel, even when the member is not currently cached.
With this change, you can technically use
MemberCachePolicy.NONE
and will still receive voice join / leave events, as long asCacheFlag.VOICE_STATE
is enabled.To reduce the memory footprint, we now only cache voice states if the member is connected to an audio channel. While disconnected, we will not keep the voice state cached, meaning we lose track of muted/deafend state and return an "empty" voice state for
Member#getVoiceState
.Improvements to FileProxy (#2782 and #2727)
The FileProxy, ImageProxy, and AttachmentProxy now all support downloadAsFileUpload to easily stream a Discord proxies URL to a message.
New Features
downloadAsFileUpload
to file proxies by @freya022 in https://github.com/discord-jda/JDA/pull/2782ImageProxy#downloadAsIcon
by @freya022 in https://github.com/discord-jda/JDA/pull/2727Changes
Bug Fixes
Full Changelog: discord-jda/JDA@v5.4.0...v5.5.0
Installation
Gradle
Maven
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.