- With #14 a race condition in health and shutdown package was fixed.
- With #15 it is possible to specify the config-file to use via env var.
- With #9 it is now possible to register a shutdown.Stopable even after the shutdown handler was already set uo.
- With #8 it is possible to wait until the sigterm or sigkill signal was issued to the process and until all stoppables were stopped.
- With #7 it is possible to register multiple health checks at once.
- Moved from BSD to MIT license
- First release contains:
- build information endpoint
- configuration support (CLI, ENV and file)
- health check support
- logging
- shutdown handling