Releases: everpeace/healthchecks
Releases · everpeace/healthchecks
v0.3.0
Breaking Changes
This release includes two behavioral changes below. health check HTTP endpoints now returns
- status code 503(Service Unavailable) when health check result is unhealthy
- no health check result json by default.
?full=true
is needed to get health check result json.
Various dependencies version is upgraded as below:
circe
:0.7.1
akka
:2.5.6
akka-http
:10.0.10
akka-http-circe
:1.15.0
healthchecks v0.3.0 still use CirceSupport
which is deprecated in akka-http-circe 1.15.0
for backward compatibility. I plan to move to FailFastCirceSupport
or ErrorAccumulatingCirceSupport
in future release.
Changes
v0.2.0
Breaking Change
Please note that default values for kubernetes liveness/readiness probe's paths and port in reference.conf
!! If you didn't use default setting and didn't want to change silently, you need to set your configuration in your application.conf
explicitly.