Skip to content

Releases: lavalink-devs/Lavalink

4.0.8

20 Sep 20:18
2946608
Compare
Choose a tag to compare

What's Changed

  • Updated koe to 2.0.3-rc2 & use voice gateway v8 in #1097
  • Updated Lavaplayer to 2.2.2 in #1105
  • Allow usage of non-allocating frame buffers in #1095
  • Added shutdown handling to close sessions cleanly in #1102

Full Changelog: 4.0.6...4.0.8

3.7.13

20 Sep 19:48
3c6134d
Compare
Choose a tag to compare

What's Changed

Caution

This is the last Lavalink v3 release, see: #1100

Full Changelog: 3.7.12...3.7.13

4.0.7

08 Jul 22:13
93102f8
Compare
Choose a tag to compare

What's Changed

  • Updated Lavaplayer to 2.2.1
  • Updated spring-boot to 3.3.0 & spring-websocket to 6.1.9
  • Updated kotlin to 2.0.0 & kotlinx-serialization-json to 1.7.0
  • Updated logback to 1.5.6 & sentry-logback to 7.10.0

4.0.6

06 Jun 21:02
8a8ff75
Compare
Choose a tag to compare

What's Changed

  • Updated Lavaplayer to 2.2.0
  • Updated Koe to 2.0.2

4.0.5

05 May 20:56
9b88fb9
Compare
Choose a tag to compare

What's Changed

  • Updated Lavaplayer to 2.1.2
  • Updated Koe to 2.0.1 (fixes the IndexOutOfBoundsException when playing a YouTube track)
  • Added option to enable Nico source
  • Expose Lavalink sessions to plugins via the ISocketServer interface

Warning

The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.

3.7.12

05 May 20:56
98115f4
Compare
Choose a tag to compare

What's Changed

  • Updated Lavaplayer to 1.5.4
  • Updated Koe to 2.0.1 (fixes the IndexOutOfBoundsException when playing a YouTube track)

Warning

The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.

4.0.4

10 Mar 17:30
bb5e126
Compare
Choose a tag to compare

What's Changed

  • Updated Lavaplayer to 2.1.1

Full Changelog: 4.0.3...4.0.4

3.7.11

10 Mar 17:30
0aa718c
Compare
Choose a tag to compare

What's Changed

  • Fixed not being able to seek when player is paused
  • Updated Oshi to 6.4.3
  • Updated Lavaplayer to 1.5.3

Full Changelog: 3.7.10...3.7.11

4.0.3

06 Feb 22:31
502a4b0
Compare
Choose a tag to compare

What's Changed

  • Fixed plugins not registering (introduced in 4.0.2)
  • Fixed some issues where plugins would be redownloaded everytime lavalink started (introduced in 4.0.1)

4.0.2

06 Feb 20:18
3a20917
Compare
Choose a tag to compare

Caution

This release seems to have broken plugins. These issues should be resolved in Lavalink 4.0.3

What's Changed

  • Fixed issue where all plugins get deleted when already present (introduced in v4.0.1)
  • Always include plugin info & user data when serializing (introduced in v4.0.1)
  • Updated oshi to 6.4.11