Skip to content

Releases: openfaas/of-watchdog

Add X-Duration-Seconds header for HTTP mode

10 Nov 09:46
Compare
Choose a tag to compare

Changelog:

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

Don't follow redirects

19 Oct 13:32
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog:

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

Pass HTTP Path upstream

06 Sep 09:02
Compare
Choose a tag to compare

Changelog:

  • Pass HTTP Path upstream #21

Pass HTTP Host header

13 Aug 16:49
Compare
Choose a tag to compare

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

HTTP mode enhancement

31 May 22:26
Compare
Choose a tag to compare

Closes the request body if supplied to prevent dangling connections.

Pass QueryString to upstream_url in HTTP Mode

16 May 10:46
Compare
Choose a tag to compare

Fixes:

Add exec_timeout for HTTP mode

09 Mar 14:37
Compare
Choose a tag to compare
  • Adds exec_timeout for HTTP mode

HTTP KeepAlive tuning

16 Feb 09:44
Compare
Choose a tag to compare

Tunes internal upstream HTTP connection with KeepAlive