Skip to content

Releases: davidffa/lavalink

v1.0.21

02 Feb 16:11
c1ecee8
Compare
Choose a tag to compare

Changelog

  • Dependency updates
  • Added tiktok support
  • Fix bugs

  • Setup an yt account on application.yml (see application.yml.example) in order to play some yt age restricted tracks
  • Add an yandex music oauth token on application.yml in order to remove the 30s limit on some tracks (see how to setup this here

v1.0.20

31 Dec 14:02
Compare
Choose a tag to compare
  • Changed speed property to rotationHz on rotation filter config
  • Changed source to sourceName on track json and add exception object on TrackExceptionEvent
  • Add missing property connected on playerUpdate event

P.S.: I've published a new lavalink wrapper for Node.js, you can check it out here

v1.0.19

23 Dec 15:43
Compare
Choose a tag to compare
  • Bug fixes
  • Updated dependencies
  • Youtube credentials configurable to allow tracks with age restriction playback. (See how to setup this in the youtubeConfig section on application.yml.example)

v1.0.18

06 Oct 17:26
Compare
Choose a tag to compare
  • Update dependencies
  • Migrate from gradle Groovy to Kotlin DSL
  • Use my custom lavaplayer-fork (forked from Walkyst)
  • Add Reddit, Odysee, Yandex-Music, Getyarn sources
  • Add Odysee & Yandex-Music search (odsearch:, ymsearch: prefixes)

P.S. (Optional) Update your application.yml to enable/disable the new sources (default is enabled).

v1.0.17

05 Sep 13:27
Compare
Choose a tag to compare
  • Update dependencies
  • Send thumbnail URL on Track object
  • Fix default values in some filters
  • Refactorings

v1.0.16

16 Aug 16:11
Compare
Choose a tag to compare
  • Use Lavaplayer-fork
  • Fixes:
    • YT age restricted tracks playback
    • ytmsearch
    • Soundcloud playback

v1.0.15

29 Jul 18:01
Compare
Choose a tag to compare
  • Converted stuff to kotlin
  • Updated dependencies
  • Updated gradle

  • Added GET /versions route

Responds with the JSON below

{
  "LAVAPLAYER": "<x.y.z>",
  "JVM": "<x.y.z>",
  "BUILD": "<Build>",
  "BUILDTIME": <Build time in ms>,
  "SPRING": "<x.y.z>",
  "KOTLIN": "<x.y.z>"
}
  • Added statsTaskInterval on application.yml # How frequently to send node stats to clients, in seconds

v1.0.14

28 Jun 21:40
Compare
Choose a tag to compare
  • Update lavaplayer
  • Update stuff from original repository

1.0.13

25 May 19:07
Compare
Choose a tag to compare
  • Update stuff from original repo
  • Add ping ws op.