Releases: kordlib/Lavalink.kt
Releases · kordlib/Lavalink.kt
8.0.1
8.0.0 | Ktor 3.0.0
Update dependencies
7.0.1
- Publish using Nexus again
7.0.0 | Kotlin 2.0.0
- Update dependencies
- Update to JDK 17
Dependency updates
- Update Gradle to 8.8-rc-1
- Update Kotlin to 1.9.24
- Update kord to 0.13.1
- Update kotlin-logging to 6.0.9
- Update slf4j-simple to 2.0.13
- Update kotlin-node to 20.11.30-pre.742
- Update lavalink-protocol to 4.0.5
- Update lyrics-protocol to 2.4.5
- Update kotlinpoet to 1.16.0
- Update kotlinx-atomicfu to 0.24.0
- Update org.ajoberstar.git-publish to 4.2.2
- Update kotlinx.coroutines to 1.8.1
- Update kotlinx-serialization-json to 1.6.3
- Update kotlinx-datetime to 0.5.0
- Update ktor to 2.3.11
- Switch to okhttp
- Update ksp to 1.9.25-1.9.20
6.1.0
- Add support for lyrics plugin
6.0.0
What's Changed
- Move ktor-client-core under api scope instead of implementation by @freyacodes in #26
- Update to Gradle 8.3, use JDK 20, use system nodejs for NixOS by @freyacodes in #27
- Return negative position when there is no track by @freyacodes in #29
- Add non-resume reconnect handling by @freyacodes in #28
- Recreate player on reconnect by @freyacodes in #30
- Reconnect on any JVM Exception by @freyacodes in #34
- Make AbstractLavakord emit all node events by @freyacodes in #35
- Migrate on disconnect by @freyacodes in #31
- Migrate dependencies to 6.0.0
New Contributors
- @freyacodes made their first contribution in #26
Full Changelog: 5.1.7...6.0.0
5.1.7
- Enable Websocket Pings
5.1.6
Fix compilation issue
5.1.5
Fix event convinence function