Releases: lavalink-devs/Lavalink
Releases · lavalink-devs/Lavalink
Fix attempt to use non-finite number in stats
Fix various equalizer issues
3.1.1.1 Merge branch 'dev'
Add equalizer support
- Add equalizer support
- Update lavaplayer to 1.3.10
- Fixed automatic versioning
- Added build config to upload binaries to GitHub releases from CI
Update Lavaplayer to 1.3.10
3.1.0.4 Update LP to 1.3.10
CI artifacts now have the correct version embedded
3.1.0.3 Actually fix versioning issue
Update Lavaplayer - Fixes age restricted YT videos
v3.1.0.2 Update lavaplayer
Update Lavaplayer - Fixes Twitch and Mixer
v3.1.0.1 Update lavaplayer to 1.3.8
Replace JDAA and Java_WebSocket with Magma and Undertow
- Replaced JDAA with Magma
- Added an event for when the Discord voice WebSocket is closed
- Replaced Tomcat and Java_Websocket with Undertow. WS and REST is now handled by the same server and port. Port is specified by
server.port
.
v3.0
- Breaking: The minimum required Java version to run the server is now Java 10.
Please note: Java 10 will be obsolete
as of September 2018 with the release of Java 11. Expect a Lavalink major version release that will be targetting
Java 11 by that time. - Breaking: Changes to the output of the /loadtracks endpoint. #91, #114, #116
- Breaking: The Java client has been moved to a new repository.
- Breaking: The Java client has been made generic. This is a breaking change so please read the migration guide.
- Better configurable logging. #97
- Add custom sentry tags, change sentry dsn configuration location. #103
- Add Lavalink version header to websocket handshake. #111
- Use git tags for easier version visibility. #129
Contributors:
@Devoxin, @Frederikam, @napstr, @SamOphis