Releases: openfaas/of-watchdog
Releases · openfaas/of-watchdog
Propagate context in HTTP mode
Changelog for 0.7.7:
- PR #93 Forward original request's context by @spawn2kill
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
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
Release built with Go 1.13
Changelog for 0.7.4:
Generated by Derek
Add -run-healthcheck option
Changelog for 0.7.3:
- PR #87 Add
healthcheck
subcommand. by @reitermarkus - PR #88 Add .idea to the .gitignore file by @coolbeevip
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
Restore prefix of stderr
Changelog:
- Adds a prefix of the file of origin to log lines from the fprocess #80
Implement line-scanning to support structured logging
Move to Go 1.11
Changelog:
- Move to Go 1.11 #79 #78 - via @LucasRoesler