v5.0.0-beta.21 | Bug fixes and enforced nonce on messages
Overview
This release fixes a few bugs but also implements a new behavior on message sending.
With the new enforce nonce behavior, messages will no longer be duplicated due to timeouts or discord outages. This means, any message request will now send an automatically generated nonce. You can still set a custom nonce using setNonce, but you should make sure that this nonce is unique. If you previously relied on this setter, ensure that you are not sending duplicated nonce values.
New Features
Add DiscordLocale values for these locales: Indonesian and Latin America (Spanish LATAM) by @stackpan in discord-jda/JDA#2627
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 7 updates:
4.8.167
4.8.168
2.16.1
2.16.2
2.16.1
2.16.2
2.16.1
2.16.2
2.16.1
2.16.2
5.0.0-beta.20
5.0.0-beta.21
3.6.0
3.7.0
Updates
io.github.classgraph:classgraph
from 4.8.167 to 4.8.168Release notes
Sourced from io.github.classgraph:classgraph's releases.
Commits
de2651a
[maven-release-plugin] prepare release classgraph-4.8.1688e58d43
Fix test8835559
Merge pull request #833 from classgraph/dependabot/maven/org.assertj-assertj-...5581f2e
Merge pull request #834 from mmusenbr/fix_lib_detectione9f032b
Fix library detection in ClasspathElementDir. fixes #70181ced41
Bump org.assertj:assertj-core from 3.24.2 to 3.25.327fb1fe
Merge branch 'latest' of https://github.com/classgraph/classgraph into latest8109314
Fix previous commit (#795)5e2f962
Merge pull request #832 from classgraph/dependabot/maven/org.apache.maven.plu...4abb9c3
Merge pull request #829 from classgraph/dependabot/maven/org.slf4j-slf4j-jdk1...Updates
com.fasterxml.jackson.core:jackson-databind
from 2.16.1 to 2.16.2Commits
Updates
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
from 2.16.1 to 2.16.2Commits
d4977eb
[maven-release-plugin] prepare release jackson-dataformats-text-2.16.2cd23e6c
Prepare for 2.16.2 release55dd409
Merge branch '2.15' into 2.16ef3e7ae
Back to snapshot dep65cc7ec
[maven-release-plugin] prepare for next development iterationa133fd9
[maven-release-plugin] prepare release jackson-dataformats-text-2.15.4d543cd0
Prepare for 2.15.4 release8a573e5
Back to snapshot dep201a86e
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.datatype:jackson-datatype-guava
from 2.16.1 to 2.16.2Commits
ffdb947
[maven-release-plugin] prepare release jackson-datatypes-collections-2.16.2c2dee64
Prepare for 2.16.2 releaseee58cc2
Merge branch '2.15' into 2.16f05e0e4
Back to snapshot depbd4c2b1
[maven-release-plugin] prepare for next development iteration451bbf0
[maven-release-plugin] prepare release jackson-datatypes-collections-2.15.437b5185
Prepare for 2.15.4 releaseb94e67d
Fixes #145: use correct delegation forGuavaOptionalDeserializer.getEmpty()
...3456419
Back to snapshot dep7bae4dc
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.16.1 to 2.16.2Updates
net.dv8tion:JDA
from 5.0.0-beta.20 to 5.0.0-beta.21Release notes
Sourced from net.dv8tion:JDA's releases.
Commits
711e4e7
Bump version to 5.0.0-beta.21f8bdadb
Add support for enforce_nonce (#2614)184e8bf
Add DiscordLocale values for these locales: Indonesian and Latin America (Spa...ae90da3
Fix suppressing embeds on messages with webhooks (#2620)621fb7b
Add missing proxy url field to the MessageEmbed.VideoInfo class (#2618)833563d
Add missing generic type to shardmanager (#2612)Updates
org.apache.maven.plugins:maven-assembly-plugin
from 3.6.0 to 3.7.0Commits
9be6e87
[maven-release-plugin] prepare release maven-assembly-plugin-3.7.0e8630dc
Bump apache/maven-gh-actions-shared from 3 to 498f97a5
Bump org.postgresql:postgresql in /src/it/projects/bugs/massembly-730c84e110
[MASSEMBLY-1019] Maven 3.6.3 as minimum requirements136fe36
[MASSEMBLY-1018] Fix examples about useStrictFiltering33d3d94
[MASSEMBLY-967] IT for jar-with-dependencies with main classb3b7866
[MASSEMBLY-1017] Don't use deprecated methods in code (#182)aeed884
[MASSEMBLY-1016] fix history (#181)3d97c2d
Bump com.google.guava:guava36ebace
[MASSEMBLY-1008] Fix transitive dependencies resolving with required scope (#...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show