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

chore(deps): Update dependency org.javacord:javacord to v3.8.0 #6

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

Javacord/Javacord (org.javacord:javacord)

v3.8.0

‼️ 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

‼️ 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

‼️ 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

‼️ 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

📦 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

📦 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

📦 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

📦 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

📦 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

v3.1.2

📦 Download

Using a Build Manager

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

Manually

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

📋 Changelog

Improvements
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.

@Citymonstret Citymonstret merged commit bf55520 into master Jan 15, 2024
2 checks passed
@Citymonstret Citymonstret deleted the renovate/javacord branch January 15, 2024 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant