Releases: openfaas/of-watchdog
Releases · openfaas/of-watchdog
Minor fix
Update fprocess parsing to enable key/value arguments
Changelog:
- Update fprocess parsing to enable key/value arguments #42 ba8afec via @alexellis
Add http buffering mode
Changelog:
- Adds http buffering mode as per #41
Release with SHA256 added
Add sha256 has to ci deploy binaries Signed-off-by: Richard Gee <[email protected]>
Add X-Duration-Seconds header for HTTP mode
Changelog:
- Add X-Duration-Seconds for HTTP mode via b899713
Don't follow redirects
Allows redirects from function to be passed back to the calling code.
Implement graceful shutdown as per classic watchdog 0.9.4
Changelog:
- Implement graceful shutdown as per classic watchdog 0.9.4 #28
This creates a delay between SIGTERM and shutting off new HTTP connections meaning the Kubelet has a chance to remove the watchdog from the pool of HTTP endpoints it is using.
Add /_/health/ endpoint
Changelog:
- Enables HTTP health-checks via route:
/_/health/
Pass HTTP Path upstream
Changelog:
- Pass HTTP Path upstream #21
Pass HTTP Host header
The HTTP Host Header was not being passed through to the function template. Includes: #24