v5.0.0-beta.5 | Hotfix voice connection issues
MinnDevelopment
released this
01 Mar 18:07
·
216 commits
to master
since this release
Overview
This is a minor release with some important bug fixes. All bots relying on voice connections should apply this update as soon as possible.
Changes
- Add new message types by @MinnDevelopment in #2371
Bug Fixes
- Catch parsing exception for scheduled events by @MinnDevelopment in #2401
- Catch errors thrown during login validation by @MinnDevelopment in #2406
- Use 74 byte handshake by @MinnDevelopment in #2412
Full Changelog: v5.0.0-beta.4...v5.0.0-beta.5
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-beta.5")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.5</version>
</dependency>