Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump discord4j-core from 3.0.1 to 3.1.6 #69

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps discord4j-core from 3.0.1 to 3.1.6.

Release notes

Sourced from discord4j-core's releases.

v3.1.5

Discord4J 3.1.5 is now available on Maven Central. Most notably, this release fixes a regression in 3.1.4 regarding VoiceStates so if you use voice features, we strongly recommend this upgrade.

⭐️ New features

  • Add acknowledgeEphemeral for interactions 5d3b04e3a0a762456052a5c1c5d038427a5b5cdb
  • Add InteractionResponse::deleteFollowupMessage cb22588aad0b169b7b1d2a65f24310175883702c
  • Add public accessors for IDs in rest* entities #880
  • Add "loading" message flag #883
  • Update message types for API v6 #884
  • Add initial support for Stage channels #885
    • Mostly intended to suppress deserialization errors
  • Add pending field to MemberUpdateEvent #886

🐞 Bug fixes

  • VoiceChannel::getVoiceStates or retrieving a role by ID through REST returns empty #878 #879
  • Send silence on connect to properly receive audio on startup 0a3648c465e3653d540fb9e03b5ac9da46487b48
    • Fixes having to send audio first to allow receiving audio packets

🔨 Dependency upgrades

  • discord-json 1.5.10

💜 Contributors

Thanks to our contributors and collaborators who helped in this release! @​Shadorc @​NovaFox161 @​darichey

v3.1.4

Discord4J 3.1.4 is now available on Maven Central. We recommend this upgrade to all users, packing many new features and bug fixes.

⚠️ Known issues

  • Calling VoiceChannel::getVoiceStates() or retrieving a role by ID through REST will yield an incorrect result due to a bug after migrating to our new ID backend #879
    • Fixed in 3.1.5

⭐️ New features

  • Add support for slash commands / interactions feature #823 #855 #830 #860 #864
    • Check #818 for some examples about how to use the feature
    • Slash commands are in current development and therefore marked as "Experimental" in Discord4J (API and behavior can change between minor releases!)
  • Reduce memory usage of JDK entity store by saving Snowflakes as long instead of String #872
  • Add member pending field for membership screening feature #819
  • Add with_counts query param to GET guild #826 #795
  • Allow retrieving raw data objects from entities #836 #829
  • Improvements to ChangeKey values for audit logs #862
  • Conserve order for user mentions, role mentions and reactions on message #857

... (truncated)

Commits
  • 95adef5 Release version '3.1.6'.
  • 519d9fc Upgrade dependencies
  • 0b02649 Add message components (buttons) (#935)
  • cfc9a1e Update Embed.MAX_DESCRIPTION_LENGTH = 4096 (#944)
  • eb2a45f Add utility class for creating timestamp markdown strings from java.time.Inst...
  • a3d3d23 Upgrade to discord-json 1.5.13 snapshots
  • da1ffca Upgrade to Reactor Dysprosium-SR21
  • 5a96114 Add Guild#getNsfwLevel (#933)
  • 6e49279 Improve Region usage in specs (#931)
  • ab6a4c6 Conserve order for Message#getAttachments (#929)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [discord4j-core](https://github.com/Discord4J/Discord4J) from 3.0.1 to 3.1.6.
- [Release notes](https://github.com/Discord4J/Discord4J/releases)
- [Commits](Discord4J/Discord4J@3.0.1...3.1.6)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 1, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #70.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.discord4j-discord4j-core-3.1.6 branch July 12, 2021 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants