Releases: davidffa/lavalink
Releases · davidffa/lavalink
v1.2.11
v1.2.10
- Update dependencies (Check youtubeConfig at application.yml to bypass yt's bot detection)
v1.2.9
- Update youtube-source
- Use voice gateway v8
- Use the new voice encryption modes (AES256_GCM if available or XChaCha20_Poly1305)
Voice Receive
- Fix race condition when decoding opus packets that was causing sporadic segfaults in the opus decoder
- Ensure that the received voice packets are processed in the same order they were received
v1.2.8
- Update youtube-source (Check youtubeConfig in application.yml to bypass yt's bot detection)
v1.2.7
v1.2.6
v1.2.5
v1.2.4
- Use youtube source from lldevs