Skip to content

Releases: kordlib/Lavalink.kt

4.1.0 | Fix reconnection issues

15 May 08:04
c5a4af3
Compare
Choose a tag to compare
  • Correctly handle exceptions during handshake
  • Clearify error messages
  • Correctly handle exceptions after abnormal connection closes
  • Update dependencies

4.0.0 | Lavalink 3.x and REST API support

04 Apr 11:16
b3f75b5
Compare
Choose a tag to compare

3.8.0 | Kotlin 1.8.0

09 Jan 16:02
d5c2433
Compare
Choose a tag to compare
Fix gradle build issue

3.7.0 | Kord 0.8.0-M16 support

03 Sep 15:14
67ed18e
Compare
Choose a tag to compare

This release updates Lavalink.kt to support the latest Kord milestone

3.6.3

23 Jun 23:53
271b3f6
Compare
Choose a tag to compare
  • Update dependencies
  • Apply Ktor 2.0 websocket timeout workaround

3.6.2

24 Apr 16:57
07a0768
Compare
Choose a tag to compare
  • Catch ConnectException when reconnecting

3.6.1

23 Apr 09:24
5f6ea59
Compare
Choose a tag to compare

What's Changed

  • Add ability to retrieve filters state
  • fix: tremolo and vibrato frequency setters by @ToxicMushroom in #17

Full Changelog: 3.6.0...3.6.1

3.6.0 | Ktor 2.0 and other bugfixes

17 Apr 15:45
68151da
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Ktor 2.0.0

New Contributors

Full Changelog: 3.5.1...3.6.0

3.5.1

21 Feb 20:25
Compare
Choose a tag to compare

What's Changed

  • Fix volume not being set to zero by @mooner1022 in #12
  • Fix exception when connecting to stage channel and fix example by @StckOverflw in #13

New Contributors

  • @mooner1022 made their first contribution in #12
  • @StckOverflw made their first contribution in #13

Full Changelog: 3.2.0...3.5.1

3.4.0 | More flexible JDA builders

20 Jan 14:46
c4ad299
Compare
Choose a tag to compare
val lavakordJDA = LavaKordJDA()
val jda = JDABuilder.createDefault(token)
   // you don't need to call this and add "LavaKordJDA" as an event listener and VoiceDispatchInterceptor yourself
   .applyLavakord(lavakordShardManager)
   .build()

val lavakord = jda.lavakord(lavakordJDA)