Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 26, 2022

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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(...)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.javacord-javacord-3.x branch from 2c8a1dc to c408871 Compare June 21, 2022 21:08
@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 21, 2022
@renovate renovate bot force-pushed the renovate/org.javacord-javacord-3.x branch from c408871 to c9706f0 Compare November 20, 2022 17:24
@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 23, 2023
@renovate renovate bot force-pushed the renovate/org.javacord-javacord-3.x branch from c9706f0 to da97da4 Compare March 23, 2023 17:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants