v0.11.0
Changes in this release:
- Log to the terminal also when using the Redis logger (#47)
- Improved logging by utilising libunftp's new structured logging
- Added the
--passive-host
command line argument (#53) to allow specifying how the IP address is determined which is sent in response to a PASV command. - Handle
SIG_INT
and log its occurrence. - Added a service home page on the HTTP root path (#56)
- Added
/health
and/ready
paths to the HTTP server. This can be utilised in Kubernetes for instance for readiness and liveness probes. At the moment these simply return HTTP 200 but this will change in future to be more useful.