Skip to content

annosaurus 0.12.4

Compare
Choose a tag to compare
@hohonuuli hohonuuli released this 15 Dec 16:19
· 259 commits to master since this release

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": "annosaurus",
  "version": "0.12.4",
  "description": "Annotation Service"
}

Full Changelog: 0.12.3...0.12.4