Skip to content

v5.0.1 | Hotfix shard manager thread handling

Latest
Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 15 Jul 17:58
· 3 commits to master since this release
bc9187a

Overview

Small hotfix release, fixes problem with default thread config for DefaultShardManager. This caused requests to fail if a shard is stopped or restarted.

Bug Fixes

Full Changelog: v5.0.0...v5.0.1

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.0.1")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.0.1</version> 
</dependency>