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.5 #57

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps discord4j-core from 3.0.1 to 3.1.5.

Release notes

Sourced from discord4j-core's releases.

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

⭐️ 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
  • Add support for guild templates #876 #791
  • Add ReactiveEventAdapter::from to combine multiple adapters 6b9fe05e5e1c1dd5c24ebb915bba87e7ced1ce23

🐞 Bug fixes

  • Moving bot to another voice channel causes 4014 error and disconnect #824 858a97cd0ead1c6974a1b8105580b7924888e232
  • Gateway payloads memory leak #822 41c54d2b6056ef855ac38e9d3f7e1312ae9045dc 53201ba22f58a56777ea7cdd5ce690b09a7dedaf
  • Regression, JSON decoding error on bots calling member.getPresence() on themselves #838 2a6c2336d6cc53fb98ae8d380271ee549f5f3af0
  • VoiceSocket error when connecting to voice channel #849 e476bc2e14a9b695fb10e432347aaf9510282fed
  • Avatar URL is not updated for PresenceUpdateEvent #861 c57794dde21250cf9c001ec49c4c9c39df6e0171
  • Trace logging issues at RequestStream using Log4J2 + doOnEach 88ee4d704fe09417c88cc3e28e92e13529b9536b
  • Save missing Member fields on guild member updates db5e1f2fb7074c0e284d18deea357efcd60707de

📔 Documentation

🔨 Dependency upgrades

  • Reactor Dysprosium-SR18
  • Jackson 2.11.4
  • Stores 3.1.6
  • discord-json 1.5.9

💜 Contributors

Thanks to our contributors and collaborators who helped in this release! @Shadorc @UnderMybrella @p4czyk @kvnxiao @BButner @Redstoneguy129 @darichey

v3.1.3

... (truncated)

Commits
  • 6519b54 Release version '3.1.5'.
  • baf9dbf Add license headers
  • aba4461 Upgrade to discord-json 1.5.10
  • 55bd9e3 Use applicationId from InteractionData
  • c8b30a5 Handle stage channel payloads as voice channels
  • 23078ac Update VoiceState::getRequestedToSpeakAt
  • 8eefdab Add initial support for Stage channels (#885)
  • 583b3c8 Add Interaction::getApplicationId (#887)
  • 6fc6c02 Update MemberUpdateEvent::toString
  • f0acb07 Add pending field to MemberUpdateEvent (#886)
  • 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.5.
- [Release notes](https://github.com/Discord4J/Discord4J/releases)
- [Commits](Discord4J/Discord4J@3.0.1...3.1.5)

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

Superseded by #69.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.discord4j-discord4j-core-3.1.5 branch July 1, 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