Skip to content

Releases: lavalink-devs/Lavalink

3.7.9

05 Nov 00:41
0206007

Choose a tag to compare

  • Update lavaplayer to 1.5.1 - Fixed YouTube access token errors
  • Fixed websocket crash when seeking and nothing is playing
  • Fixed error when seeking and player is not playing anything

4.0.0-beta.4

27 Sep 11:30
2cec7bd

Choose a tag to compare

4.0.0-beta.4 Pre-release
Pre-release
  • Update lavaplayer to 2.0.2 - Support MPEG 2.5 and fixed some requests not timing out
  • Add Omissible#isPresent & Omissible#isOmitted to the protocol module
  • 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

03 Aug 15:56
6f37eba

Choose a tag to compare

4.0.0-beta.3 Pre-release
Pre-release
  • 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

03 Aug 15:45
439f122

Choose a tag to compare

  • Fix YouTube 403 errors
  • Fix YouTube access token errors

4.0.0-beta.2

21 Jul 13:34
30bedca

Choose a tag to compare

4.0.0-beta.2 Pre-release
Pre-release
  • Update lavaplayer to 08cfbc0 - Fixed ogg streaming
  • Add JDA-NAS support for musl (x86-64, aarch64) based systems (most notably alpine)
  • 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

21 Jul 12:32
80ae933

Choose a tag to compare

  • Add JDA-NAS support for musl (x86-64, aarch64) based systems (most notably alpine)

4.0.0-beta.1

03 Jul 17:55
449c977

Choose a tag to compare

4.0.0-beta.1 Pre-release
Pre-release
  • 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 of Resume-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

3.7.6

29 Jun 23:48
40f0c80

Choose a tag to compare

  • Update Lavaplayer to 1.4.1 & 1.4.2
  • New support for MUSL based systems (most notably alpine)
  • New alpine docker image variant (use -alpine suffix)

3.7.5

06 Mar 12:00
c00286d

Choose a tag to compare

  • Fix endTime in Player Update endpoint only applying when playing a new track
  • Fix errors when doing multiple session resumes
  • Update lavaplayer to 1.4.0 see here for more info

Note
Lavalink Docker images are now found in the GitHub Container Registry instead of DockerHub

v3.7.4

02 Feb 18:32
8ebaba1

Choose a tag to compare

  • Fix an issue where Lavalink would not destroy a session when a client disconnects