Releases: webhippie/errors
Releases · webhippie/errors
v1.1.0
Changelog for 1.1.0
The following sections list the changes for 1.1.0.
Summary
Details
-
Bugfix #15: Define errors in YAML format
We had been parsing JSON files only which lead to issues if somebody tries to override the error
codes with a YAML file. We had to replace the document parser to handle that properly. -
Change #14: Use Alpine base image and define healthcheck
We just switched the base image to Alpine Linux instead of a scratch image as this could lead to
issues related to healthcheck commands defined by the Docker CLI. Beside that we have added the
healthcheck command to the Dockerfile for having a proper handling by default.
v1.0.1
Changelog for 1.0.1
The following sections list the changes for 1.0.1.
Summary
- Fix #10: Add healthcheck endpoint to http