Skip to content

Bump javacord from 3.0.7 to 3.1.0 - #168

Merged
Andre601 merged 1 commit into
masterfrom
dependabot/gradle/org.javacord-javacord-3.1.0
Sep 29, 2020
Merged

Bump javacord from 3.0.7 to 3.1.0#168
Andre601 merged 1 commit into
masterfrom
dependabot/gradle/org.javacord-javacord-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 29, 2020

Copy link
Copy Markdown
Contributor

Bumps javacord from 3.0.7 to 3.1.0.

Release notes

Sourced from javacord's releases.

v3.1.0

📦 Download

Using a Build Manager

Gradle

repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.1.0' }

Maven

<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.1.0</version>
    <type>pom</type>
</dependency>

Sbt

libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.1.0")

Manually

The javacord-3.1.0-shaded.jar file contains Javacord and all its dependencies.

❗️ Important Note ❗️

This version introduces Intents.
If you don't know what Intents are, you should take a look at our wiki article for more information.

Privileged Intents will be disabled by default on October 7.

  • If you do not have privileged intents enabled in the Developer Portal, older versions of Javacord will no longer work.
  • If you have both privileged intents (GUILD_MEMBERS and GUILD_PRESENCES) enabled, older Javacord versions will continue to work.
  • Version 3.1.0 (this version) will work in all cases.

📋 Changelog

This is an important update with many breaking changes. Please read the whole changelog carefully!

Improvements

  • Added support for Gateway Intents
  • Added support for disabling the user cache (when GUILD_MEMBERS intent is not set)

Breaking Changes

... (truncated)

Commits
  • 8db5793 [Gradle Release Plugin] - pre tag commit: 'v3.1.0'.
  • 8fb3481 Merge pull request #628 from Bastian/control-user-waiting
  • f15f583 Add method to set if Javacord should wait for all users to be cached
  • 2eeff95 Add methods to check if all users or members are cached
  • 954ac2a Merge pull request #621 from Bastian/disable-warning
  • 03b0f87 Fix wrong warning about uncached members
  • 4b2906a Merge pull request #627 from Bastian/remove-disconnect-on-unanswered-heartbeat
  • a6a2f4d Remove disconnect on unanswered heartbeat ack
  • f3f1063 Merge pull request #626 from Bastian/disable-startup-wait-for-members
  • 4c1686f Disable waiting for users with GUILD_PRESENCES intent set
  • 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)

Bumps [javacord](https://github.com/Javacord/Javacord) from 3.0.7 to 3.1.0.
- [Release notes](https://github.com/Javacord/Javacord/releases)
- [Commits](Javacord/Javacord@v3.0.7...v3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Type: Dependency update Pull requests that update a dependency file label Sep 29, 2020
@Andre601
Andre601 merged commit b543ee9 into master Sep 29, 2020
@dependabot
dependabot Bot deleted the dependabot/gradle/org.javacord-javacord-3.1.0 branch September 29, 2020 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Dependency update Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant