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

Update dependency org.javacord:javacord to v3.8.0 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.javacord:javacord (source) 3.1.2 -> 3.8.0 age adoption passing confidence

Release Notes

Javacord/Javacord (org.javacord:javacord)

v3.8.0

Compare Source

‼️ Java Update in SOON™ ‼️

Starting in early 2023, support for Java 8 will be discontinued and Java 11 will be the new minimum requirement for using Javacord.
If you are not yet running Java 11+, we strongly recommend that you upgrade before the end of this year.

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.8.0' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.8.0</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.8.0")

📋 Changelog

Improvements

Bugfixes

v3.7.0

Compare Source

‼️ Java Update in Early 2023 ‼️

Starting in early 2023, support for Java 8 will be discontinued and Java 11 will be the new minimum requirement for using Javacord.
If you are not yet running Java 11+, we strongly recommend that you upgrade before the end of this year.

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.7.0' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.7.0</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.7.0")

📋 Changelog

Improvements
Bugfixes
Breaking Changes

Contributors in this release:

@​Bastian (https://github.com/Javacord/Javacord/pull/1188, https://github.com/Javacord/Javacord/pull/1189, https://github.com/Javacord/Javacord/pull/1190)
@​felldo (https://github.com/Javacord/Javacord/pull/1150, https://github.com/Javacord/Javacord/pull/1156, https://github.com/Javacord/Javacord/pull/1157, https://github.com/Javacord/Javacord/pull/1168, https://github.com/Javacord/Javacord/pull/1169, https://github.com/Javacord/Javacord/pull/1170, https://github.com/Javacord/Javacord/pull/1171, https://github.com/Javacord/Javacord/pull/1175, https://github.com/Javacord/Javacord/pull/1176, https://github.com/Javacord/Javacord/pull/1177, https://github.com/Javacord/Javacord/pull/1179, https://github.com/Javacord/Javacord/pull/1181, https://github.com/Javacord/Javacord/pull/1182, https://github.com/Javacord/Javacord/pull/1185)
@​Lainika (https://github.com/Javacord/Javacord/pull/1172)
@​Mysterypotatoguy (https://github.com/Javacord/Javacord/pull/1139, https://github.com/Javacord/Javacord/pull/1166)
@​RealYusufIsmail (https://github.com/Javacord/Javacord/pull/1127, https://github.com/Javacord/Javacord/pull/1155, https://github.com/Javacord/Javacord/pull/1163, https://github.com/Javacord/Javacord/pull/1167)
@​Saladoc (https://github.com/Javacord/Javacord/pull/1147, https://github.com/Javacord/Javacord/pull/1154)
@​haseeb-xd (https://github.com/Javacord/Javacord/pull/1178)

v3.6.0

Compare Source

‼️ Java Update in Early 2023 ‼️

Starting in early 2023, support for Java 8 will be discontinued and Java 11 will be the new minimum requirement for using Javacord.
If you are not yet running Java 11+, we strongly recommend that you upgrade before the end of this year.

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.6.0' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.6.0</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.6.0")

📋 Changelog

Highlights in this release:

  • We're now even contributor-friendlier with issue templates and the all-contributors specification.
  • Support for applications being owned by teams
  • Out-of-the-box support for delayed deletion of entities.
  • Support for message interactions
Improvements
Bugfixes
Breaking Changes

v3.5.0

Compare Source

‼️ Java Update in Early 2023 ‼️

Starting in early 2023, support for Java 8 will be discontinued and Java 11 will be the new minimum requirement for using Javacord.
If you are not yet running Java 11+, we strongly recommend that you upgrade before the end of this year.

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.5.0' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.5.0</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.5.0")

📋 Changelog

Highlights in this release:

  • Added support for new slash command permissions
  • Added support for interaction locales
  • Added support for server timeouts
  • Added support for slash command attachment options
Improvements
Bugfixes
Breaking Changes

v3.4.0

Compare Source

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.4.0' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.4.0</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.4.0")

Manually

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

📋 Changelog

Highlights in this release:

  • Added support for threads
  • Added support for stickers
  • Improved support for interactions / slash commands (context menus, autocomplete, ...)
  • Many bugfixes
Improvements
Bugfixes
Breaking Changes
Deprecations
  • Deprecated MessageBuilder#addFile(...) in favor of MessageBuilder#addAttachment(...)
  • Deprecated SlashCommandInteractionOptionsProvider#get[First|Second|Third]Option[Boolean|Long|User|...]Value() in favor of getOption[Boolean|Long|User|...]ValueByIndex(...)

v3.3.2

Compare Source

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.3.2' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.3.2</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.3.2")

Manually

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

📋 Changelog

This version includes an important fix for slash commands and adds support for select menus.

Improvements
Bugfixes

v3.3.1

Compare Source

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.3.1' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.3.1</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.3.1")

Manually

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

📋 Changelog

This version adds support for slash commands, buttons, and many other smaller features.
It also includes various bugfixes.

Improvements
Bugfixes
Deprecations

v3.3.0

Compare Source

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.3.0' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.3.0</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.3.0")

Manually

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

📋 Changelog

Improvements
Bugfixes
Breaking Changes
  • PrivateCHannel#getRecipient() now returns an Optional<User>

v3.2.0

Compare Source

📦 Download

Using a Build Manager

Gradle
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.2.0' }
Maven
<dependency>
    <groupId>org.javacord</groupId>
    <artifactId>javacord</artifactId>
    <version>3.2.0</version>
    <type>pom</type>
</dependency>
Sbt
libraryDependencies ++= Seq("org.javacord" % "javacord" % "3.2.0")

Manually

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

📋 Changelog

⚠️

It is recommended to update your bot or your might experience issues with servers that have the new stage channels

⚠️

Improvements
Breaking Changes
Bugfixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/org.javacord-javacord-3.x branch from f0a9169 to bdfba75 Compare October 18, 2021 18:33
@renovate renovate bot changed the title Update dependency org.javacord:javacord to v3.3.0 Update dependency org.javacord:javacord to v3.3.2 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/org.javacord-javacord-3.x branch from bdfba75 to 4019b5b Compare March 7, 2022 11:20
@renovate renovate bot changed the title Update dependency org.javacord:javacord to v3.3.2 Update dependency org.javacord:javacord to v3.4.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/org.javacord-javacord-3.x branch from 4019b5b to 4700822 Compare June 23, 2022 20:56
@renovate renovate bot changed the title Update dependency org.javacord:javacord to v3.4.0 Update dependency org.javacord:javacord to v3.5.0 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/org.javacord-javacord-3.x branch from 4700822 to 2fd2052 Compare November 20, 2022 17:44
@renovate renovate bot changed the title Update dependency org.javacord:javacord to v3.5.0 Update dependency org.javacord:javacord to v3.7.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency org.javacord:javacord to v3.7.0 Update dependency org.javacord:javacord to v3.8.0 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/org.javacord-javacord-3.x branch from 2fd2052 to 7f88684 Compare March 24, 2023 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants