Skip to content

v5.0.0-alpha.3

Compare
Choose a tag to compare
@DV8FromTheWorld DV8FromTheWorld released this 24 Dec 22:02
· 471 commits to master since this release

Changelog

New Features

Changes

  • Fix parsing of the nullable presence field on Thread Members Update by @caneleex in #1948
  • Transform SelectionMenu magic values into constants by @caneleex in #1944
  • Fix IllegalStateException for OptionType.MENTIONABLE by @averen in #1964
  • Hardcode gateway url by @Xirado in #1957
  • Use bitshifts instead of hexcodes in managers by @caneleex in #1953

Removed

  • N/A

Full Changelog: v5.0.0-alpha.2...v5.0.0-alpha.3

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.0.0-alpha.3")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.0.0-alpha.3</version>
</dependency>