v5.0.0-beta.9 | Bug fixes and new permissions
MinnDevelopment
released this
04 May 08:59
·
192 commits
to master
since this release
Overview
This release fixes a few critical bugs related to rate-limiting. We also added support for voice message receiving and new permissions relating to soundboards.
You can now use EmbedBuilder#setUrl
to create multi-image embeds. To create multi-image embeds, simply create one embed for each image and set the same URL on all of them. The client automatically merges embeds with the same URL.
Features
- Add EmbedBuilder#setUrl by @Xirado in #2449
- Add voice message read support by @RedDaedalus in #2445
Changes
- Update max file size to 25 MiB by @freya022 in #2444
- Update permissions by @MinnDevelopment in #2434
Bug Fixes
- Fix task not being marked as done on errors by @MinnDevelopment in #2451
- Handle retry-after issues better by @MinnDevelopment in #2453
- Fix docs in GuildBanEvent by @moricexy in #2460
- Fixing in EntitySelectMenu by @LoicMaitreDuFeu in #2456
- Remove timeout for rate-limit pool by @MinnDevelopment in #2458
Full Changelog: v5.0.0-beta.8...v5.0.0-beta.9
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-beta.9")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.9</version>
</dependency>