Skip to content

Releases: lavalink-devs/lavaplayer

1.5.2

03 Dec 11:51
77da04d
Compare
Choose a tag to compare

What's Changed

  • Fix NPE on missing author in playlist tracks in #46

Full Changelog: 1.5.1...1.5.2

1.5.1

05 Nov 00:07
22e1a89
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

2.0.3

05 Nov 00:11
5413883
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

27 Sep 11:11
0a79188
Compare
Choose a tag to compare

What's Changed

  • Fix a bug with MPEG parsing that would lead to range exceptions by @markozajc in #31
  • specify all request timeouts by @topi314 in #33

Full Changelog: 2.0.1...2.0.2

2.0.1

14 Aug 10:39
c83450e
Compare
Choose a tag to compare

Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

03 Aug 14:52
35c4d37
Compare
Choose a tag to compare

Fixed

  • Fixed YouTube 403 errors in #16
  • Fixed YouTube access token issue in #15

Removed

  • Removed stream-merger module
  • Removed node module & classes in main module
  • Removed test-samples module

Updated

  • Updated commons-io:commons-io to 2.13.0
  • Updated org.apache.httpcomponents:httpclient to 4.5.14
  • Updated com.fasterxml.jackson.core:jackson-core to 2.15.2
  • Updated com.fasterxml.jackson.core:jackson-databind to 2.15.2
  • Updated org.slf4j:slf4j-api to 2.0.7
  • Updated ch.qos.logback:logback-classice to 1.4.8
  • Updated org.codehaus.groovy:groovy to 4.0.13
  • Updated org.spockframework:spock-core to 2.4-M1-groovy-4.0
  • Updated org.json to 20230618
  • Updated org.jsoup:jsoup to 1.16.1

Added

  • Added AudioPlayerManager#loadItemSync to allow loading tracks synchronously
  • Added natives & natives-publish modules for lavaplayer native libraries
  • Added support soundcloud short urls for in #4

1.5.0

03 Aug 14:52
d66cdad
Compare
Choose a tag to compare

Fixed

  • Fixed YouTube 403 errors in #16
  • Fixed YouTube access token issue in #15

Removed

  • Removed stream-merger module
  • Removed node module & classes in main module
  • Removed test-samples module

Added

  • Added natives & natives-publish modules for lavaplayer native libraries