Skip to content

Releases: lavalink-devs/Lavalink

v3.5

01 Sep 15:08
c461a0c
Compare
Choose a tag to compare
  • New plugin system. For more info see here.
  • Add support for HTTP proxying via httpConfig. For more info see here.
  • Update koe version to 2.0.0-rc1.
    • this fixes the WebSocketClosedEvent with code 1006 problem.
  • Fix error when enabling timescale and lowpass filters.
  • Fix player not playing after moving between voice chats or changing regions.
  • Fix guild ids sent as numbers in json.
  • Fix missing timescale natives.
  • Fix setting endMarkerHit to correctly set FINISHED as the reason.
  • Undeprecation of the volume property in the play OP.
  • Configurable track stuck threshold. For more info see here.
  • Add JDA-NAS support for more CPU Architectures. For more info see here. Big thanks goes to @MinnDevelopment here.
  • Update lavaplayer to 1.3.98.4 which fixes the latest yt cipher issues and age restricted tracks

Contributors: @freyacodes, @davidffa, @Walkyst, @TopiSenpai, @duncte123, @Kodehawa, @devoxin, @Muh9049, @melike2d, @ToxicMushroom, @mooner1022, @rohank05, @Fabricio20, @TheEssem, and @jack1142

v3.5-rc4

18 Aug 16:01
b69f613
Compare
Choose a tag to compare
v3.5-rc4 Pre-release
Pre-release
  • Use zulu-openjdk 18 as base on Lavalink-Server's Dockerfile
  • Fix error for loading jda nas on unsupported systems
  • Bump lavaplayer to fix potential yt changes

Contributors: @Kodehawa, @TopiSenpai and @Walkyst

v3.5-rc3

11 Aug 18:35
1b8e84f
Compare
Choose a tag to compare
v3.5-rc3 Pre-release
Pre-release
  • Update lavaplayer to 1.3.98.3 which fixes the latest yt cipher issues

Contributors: @devoxin

v3.5-rc2

30 Jul 02:03
df2f7f3
Compare
Choose a tag to compare
v3.5-rc2 Pre-release
Pre-release
  • Undeprecation of the volume property in the play OP.
  • Configurable track stuck threshold. For more info see here.
  • Update Lavaplayer to 1.3.98.1. For more info see here
  • Add JDA-NAS support for more CPU Architectures. For more info see here. Big thanks goes to @MinnDevelopment here.

Contributors: @freyacodes, @TopiSenpai, @devoxin, @Walkyst and @melike2d

v3.5-rc1

13 Jun 15:49
c47990b
Compare
Choose a tag to compare
v3.5-rc1 Pre-release
Pre-release
  • New plugin system. For more info see here.
  • Add YT config for avoiding age restrictions. For more info see here.
  • Add support for HTTP proxying via httpConfig. For more info see here.
  • Update Lavaplayer to 1.3.97.1.
  • Update koe version to 2.0.0-rc1.
    • this fixes the WebSocketClosedEvent with code 1006 problem.
  • Fix error when enabling timescale and lowpass filters.
  • Fix player not playing after moving between voice chats or changing regions.
  • Fix guild ids sent as numbers in json.
  • Fix missing timescale natives.
  • Fix setting endMarkerHit to correctly set FINISHED as the reason.

Contributors: @freyacodes, @davidffa, @Walkyst, @TopiSenpai, @duncte123, @Muh9049, @ToxicMushroom, @mooner1022, @rohank05, @Fabricio20, @TheEssem, and @jack1142

v3.4

26 Oct 14:15
a364833
Compare
Choose a tag to compare
  • New filters system
  • Deprecation of TrackExceptionEvent.error, replaced by TrackExceptionEvent.exception
  • Added the connected boolean to player updates.
  • Updated lavaplayer, fixes Soundcloud
  • Added source name to REST api track objects
  • Clients are now requested to make their name known during handshake

Contributors: @freyacodes, @duncte123, @DaliborTrampota, @Mandruyd, @Allvaa, and @TopiSenpai

v3.3.2.5

09 Apr 17:14
Compare
Choose a tag to compare
  • Updated Lavaplayer to 1.3.76

v3.3.2.4

01 Apr 18:30
Compare
Choose a tag to compare

Update Lavaplayer to 1.3.74

v3.3.2.3

28 Dec 18:56
Compare
Choose a tag to compare

Update Lavaplayer to 1.3.65, fixes Soundcloud

v3.3.2.2

28 Nov 11:42
Compare
Choose a tag to compare
  • Updated Lavaplayer to 1.3.61
  • Fixed a ConcurrentModificationException (Thewsomeguy)