v1.0.15
- Converted stuff to kotlin
- Updated dependencies
- Updated gradle
- Added GET /versions route
Responds with the JSON below
{
"LAVAPLAYER": "<x.y.z>",
"JVM": "<x.y.z>",
"BUILD": "<Build>",
"BUILDTIME": <Build time in ms>,
"SPRING": "<x.y.z>",
"KOTLIN": "<x.y.z>"
}
- Added statsTaskInterval on application.yml # How frequently to send node stats to clients, in seconds