Releases: lavalink-devs/Lavalink
Releases · lavalink-devs/Lavalink
v3.3.1
v3.3.1
- Update Magma and Lavaplayer.
- Added TrackStartEvent event.
- Added retryLimit configuration option.
- Use a single AudioPlayerManager for all WS connections, reducing overhead.
- Docker images now use Zulu JDK 13 to mitigate TLS 1.3 problems.
Contributors:
@Frederikam,
@duncte123,
@ByteAlex, and
@Xavinlol
v3.3
Officially limit Lavalink to JRE 11 and up. Magma has long been having issues with older versions.
v3.2.2
- IP rotation system for getting around certain ratelimits.
- Update Lavaplayer to 1.3.32.
- Docker container now uses a non-root user.
Contributors:
@Frederikam,
@ByteAlex,
@duncte123, and
@james7132
Youtube links fixed, proper WebSocket status code
- Updated Lavaplayer to 1.3.19. This release includes a patch which fixes loading youtube URLs.
sedmelluq/lavaplayer#199 - Made the WebSocket handshake return code 401 instead of 200 on bad auth. #208
Contributors:
@Frederikam and
@Devoxin
Updates dependencies, minor new features
- Update dependencies -- fixes frequent youtube HTTP errors
- Return
FriendlyException
message onLOAD_FAILED
#174 - Add option to disable
ytsearch
andscsearch
#194
Contributors:
@Devoxin,
@duncte123,
@Frederikam, and
@napstr
Add compatibility for Java 8-10
3.2.0.3 Update CHANGELOG.md
Patched magma
Fixes an issue with voice server updates
Update Java to 11
Bumped to Java 11. Treating this as a patch version, as v3.2 still requires Java 11 due to a Magma update.
Resuming support
- Added support for resuming
- Added noReplace option to the play op
- Sending the same voice server update will not cause an existing connection to reconnect
Contributor:
@Frederikam
Resuming pre-release candidate 2
Add a noReplaceSame option