Skip to content

vampire-squid 0.4.2

Compare
Choose a tag to compare
@hohonuuli hohonuuli released this 01 Dec 00:09
7f54adf

This release upgrades Java from 11 to 17 (the latest long-term release)

There is a also a new endpoint for checking health of the server:

/health

Demo setup

docker run -p 8080:8080 -e BASICJWT_CLIENT_SECRET=foo -e BASICJWT_SIGNING_SECRET=bar mbari/vampire-squid

Request

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

Response

HTTP/1.1 200 OK
Connection: close
Date: Tue, 30 Nov 2021 23:53:21 GMT
Content-Type: text/plain;charset=utf-8

{
  "jdkVersion": "17.0.1+12-39",
  "availableProcessors": 6,
  "freeMemory": 25321824,
  "maxMemory": 4294967296,
  "totalMemory": 69206016,
  "application": "vampire-squid"
}

Full Changelog: 0.4.1...0.4.2