v5.0.0-beta.20 | Bug fixes and internal refactoring
MinnDevelopment
released this
21 Jan 10:17
·
98 commits
to master
since this release
Overview
With this release, we reworked a lot of internals related to how we cache channels. Ideally, you should not notice any difference.
New Features
Changes
- Unified channel cache by @MinnDevelopment in #2528
- Return immutable lists when documented by @freya022 in #2607
Bug Fixes
- Fix clearing of voice status by @MinnDevelopment in #2601
- Handle canTalk for private threads in interactions by @MinnDevelopment in #2603
Full Changelog: v5.0.0-beta.19...v5.0.0-beta.20
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-beta.20")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.20</version>
</dependency>