v4
v4.0.0-beta.5¶
- Update lavaplayer to
2.0.3
- Fixed YouTube access token errors - Added default plugin repository. Plugin devs can now request their plugin to be added to the default repository. For more info see here
- Fixed error when seeking and player is not playing anything in
v4.0.0-beta.4¶
- Update lavaplayer to
2.0.2
- Support MPEG 2.5 and fixed some requests not timing out - Add
Omissible#isPresent
&Omissible#isOmitted
to theprotocol
module - Fix null pointer when a playlist has no selected track
v4.0.0-beta.3¶
- Update lavaplayer to
2.0.0
- Fixed YouTube 403 errors & YouTube access token errors
v4.0.0-beta.2¶
- Update lavaplayer to
08cfbc0
- Fixed ogg streaming - Add JDA-NAS support for musl (
x86-64
,aarch64
) based systems (most notablyalpine
) - New config option to specify the directory to load plugins from.
lavalink.pluginsDir
(defaults to./plugins
)
v4.0.0-beta.1¶
- New Lavalink now requires Java 17 or higher to run
- Removal of all websocket messages sent by the client. Everything is now done via REST
- Update to Lavaplayer custom branch, which includes native support for artwork urls and ISRCs in the track info
- Addition of full
Track
objects in following events:TrackStartEvent
,TrackEndEvent
,TrackExceptionEvent
,TrackStuckEvent
- Resuming a session now requires the
Session-Id
header instead ofResume-Key
header - Reworked track loading result. For more info see here
- Update to the Protocol Module to support Kotlin/JS
- Removal of all
/v3
endpoints except/version
. All other endpoints are now under/v4
Warning
This is a beta release, and as such, may contain bugs. Please report any bugs you find to the issue tracker. For more info on the changes in this release, see here If you have any question regarding the changes in this release, please ask in the support server or GitHub discussions
Contributors: @topi314, @freyacodes, @DRSchlaubi and @melike2d
Last update:
December 2, 2023