Kaysoro / KaellyBot

Discord Bot for Dofus game
GNU General Public License v3.0
69 stars 26 forks source link

Bump discord4j-core from 3.0.15 to 3.1.1 #258

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps discord4j-core from 3.0.15 to 3.1.1.

Release notes

Sourced from discord4j-core's releases.

v3.1.1

We're glad to announce that Discord4J 3.1.1 is now available on Maven Central. We recommend this upgrade to all users as it contains a series of bug fixes and new features. Check here for the changelog and here for all closed tickets in this release.

Maintenance mode reminder for 3.0: Please migrate to the 3.1 line by following our guide.

⭐️ New features

  • Add support for channel following #753
  • Add joined_at field to GuildMemberUpdate #757
  • Simpler formatting of ClientException::toString #746
  • Add getOld function to EmojisUpdateEvent #763
  • Add new Color constants for black and white #761
  • Enable debugging gateway outbound capacity 8153d4e
  • Add missing Nullable annotations #754 125bff8
  • Add support for before and limit options to AuditLogQuerySpec #767
  • Add missing RestMessage::deleteReactions #774
  • Add Activity.Type.COMPETING #775
  • Migrate to new retryWhen operator internally. Should solve compatibility issues if running D4J with newer Reactor versions 2b653f7

⚠️ Update considerations

  • Experimental API change: Update Message::publish return type from Mono<Void> to Mono<Message> #773

🐞 Bug fixes

  • Fix some problematic uses of Possible::get #749
  • Fix unable to connect to secure voice servers #755
  • Fix login can't complete if first connection attempt fails #759
  • Fix login can't complete if supplying a DefaultShardingStrategy #766
  • Fix requests incorrectly iterating across Multimap 83c127b

📔 Documentation

🔨 Dependency upgrades

  • Reactor Netty 0.9.12
  • Jackson 2.11.2

💜 Contributors

Thanks to our contributors that helped us with PRs and ideas for this release: @Alex1304 @TheNumberOne @Shadorc @qwbarch @Doc94

v3.1.0

The next major release of Discord4J collects a year's worth of user feedback and experience since the last iteration. Discord4J v3.1.0 is a highly recommended upgrade for all users as it supports latest Discord features like Gateway Intents, Allowed Mentions, Member Loading and also applies our current knowledge of the Reactor runtime, allowing us to deliver a better platform to develop more features over time, in a modular way.

We want to express our gratitude to all collaborators, contributors, GitHub sponsors and users that participated and supported us through the development stage of v3.1, you are awesome!

What's new in v3.1

As this release comes with some breaking changes, our Migration Guide is the best place to get started. Our What's new in v3.1 article also summarizes most important changes. Don't forget to check the wiki for new 3.1 related articles.

Commits
  • e4baed6 Release version '3.1.1'.
  • 9375a4d Update experimental Message::publish signature (#773)
  • 1faf1c3 Add Activity.Type.COMPETING (#775)
  • 211a3b7 Add missing RestMessage::deleteReactions (#774)
  • 691312b Upgrade to Reactor Dysprosium SR12
  • 15c740f Add support for before and limit options to AuditLogQuerySpec (#767)
  • 971b3ec Warn about EntityRetrievalStrategy.STORE and uncached entities
  • a8a5abf Add debug information when allocating gateway send buffer
  • 3a67102 Remove unused operators from JacksonReaderStrategy::read
  • 2b653f7 Migrate to new retryWhen operator
  • 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)