Skip to content

v1.0.15

Compare
Choose a tag to compare
@davidffa davidffa released this 29 Jul 18:01
· 137 commits to dev since this release
  • 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