Releases: lavalink-devs/Lavalink
3.7.9
4.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#isOmittedto theprotocolmodule - Fix null pointer when a playlist has no selected track
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
4.0.0-beta.3
- Update lavaplayer to
2.0.0- Fixed YouTube 403 errors & YouTube access token errors
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
3.7.8
4.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)
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
3.7.7
4.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
Trackobjects in following events:TrackStartEvent,TrackEndEvent,TrackExceptionEvent,TrackStuckEvent - Resuming a session now requires the
Session-Idheader instead ofResume-Keyheader - Reworked track loading result. For more info see here
- Update to the Protocol Module to support Kotlin/JS
- Removal of all
/v3endpoints 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
3.7.6
3.7.5
- Fix
endTimeinPlayer Updateendpoint only applying when playing a new track - Fix errors when doing multiple session resumes
- Update lavaplayer to
1.4.0see here for more info
Note
Lavalink Docker images are now found in the GitHub Container Registry instead of DockerHub