Skip to content

Releases: openfaas/of-watchdog

Propagate context in HTTP mode

05 Apr 08:59
Compare
Choose a tag to compare

Changelog for 0.7.7:

Commits
c796e1b forward original request's context by Hilário Coelho

Generated by Derek

Allow integers to be used instead of Golang durations for timeouts

08 Jan 18:36
Compare
Choose a tag to compare

Changelog for 0.7.6:

  • PR #90 Allow Int values and parse as Seconds for Durations by @Waterdrips

Generated by Derek

Add Http_Transfer_Encoding for serializing/streaming modes

07 Jan 18:11
Compare
Choose a tag to compare

Changelog for 0.7.5:

  • Add Http_Transfer_Encoding for serializing/streaming modes

Generated by Derek

Release built with Go 1.13

27 Dec 17:39
Compare
Choose a tag to compare

Changelog for 0.7.4:

Generated by Derek

Add -run-healthcheck option

28 Nov 20:23
Compare
Choose a tag to compare

Changelog for 0.7.3:

Note: This change is only useful for exec healthchecks and not for http probes. Wherever possible users should only use http healthchecks since exec is very resource intensive.

Generated by Derek

Update for flag aliases

01 Sep 14:26
Compare
Choose a tag to compare

Changelog:

  • Clarify buffer_http option and set new aliases #81

See changeset for more.

Restore prefix of stderr

29 Aug 22:05
Compare
Choose a tag to compare

Changelog:

  • Adds a prefix of the file of origin to log lines from the fprocess #80

Implement line-scanning to support structured logging

29 Aug 20:34
Compare
Choose a tag to compare

Changelog:

  • Use bufio.Scanner for reading stderr and stdout #73 - thanks to @cconger for adding this change to better enable structured logging.

This is a breaking change and stdout / stderr prefixes are removed.

Move to Go 1.11

22 Aug 13:51
Compare
Choose a tag to compare

Changelog:

Add a new static mode for serving static websites

13 Aug 08:21
Compare
Choose a tag to compare

Changelog:

  • Add a new static mode for serving static websites #76 via @matipan

You can now serve static content through OpenFaaS using the of-watchdog. Use mode=static and see the README for more details.