Skip to content

vampire-squid 0.4.5

Compare
Choose a tag to compare
@hohonuuli hohonuuli released this 15 Dec 16:20

Changed output of health endpoint

Request

GET http://localhost:8080/v1/health

Response

HTTP/1.1 200 OK
Date: Tue, 30 Nov 2021 21:55:07 GMT
Content-Type: text/plain;charset=utf-8
Transfer-Encoding: chunked
Connection: close
Content-Encoding: gzip

{
  "jdkVersion": "17.0.1+12-39",
  "availableProcessors": 2,
  "freeMemory": 31568768,
  "maxMemory": 4294967296,
  "totalMemory": 62914560,
  "application": "vampire-squid",
  "version": "0.4.5",
  "description": "Video Asset Manager"
}

Full Changelog: 0.4.4...0.4.5