Skip to content

Releases: openfaas/of-watchdog

Minor fix

29 Mar 07:48

Choose a tag to compare

Changelog:

  • Fix for #48 for when people misread the instructions and set exec_timeout of 0s vs 0.

Update fprocess parsing to enable key/value arguments

28 Dec 16:32

Choose a tag to compare

Changelog:

Add http buffering mode

18 Nov 16:50

Choose a tag to compare

Changelog:

  • Adds http buffering mode as per #41

Release with SHA256 added

15 Nov 17:21

Choose a tag to compare

Add sha256 has to ci deploy binaries

Signed-off-by: Richard Gee <[email protected]>

Add X-Duration-Seconds header for HTTP mode

10 Nov 09:46

Choose a tag to compare

Changelog:

  • Add X-Duration-Seconds for HTTP mode via b899713

Don't follow redirects

19 Oct 13:32

Choose a tag to compare

Allows redirects from function to be passed back to the calling code.

Implement graceful shutdown as per classic watchdog 0.9.4

17 Sep 12:24

Choose a tag to compare

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

17 Sep 07:38

Choose a tag to compare

Changelog:

  • Enables HTTP health-checks via route: /_/health/

Pass HTTP Path upstream

06 Sep 09:02

Choose a tag to compare

Changelog:

  • Pass HTTP Path upstream #21

Pass HTTP Host header

13 Aug 16:49

Choose a tag to compare

The HTTP Host Header was not being passed through to the function template. Includes: #24