Releases: openfaas/of-watchdog
Add support for a ready endpoint based upon max_inflight and use a Context with a deadline instead of timers for enforcing timeouts
Changelog for 0.9.8:
- PR #143 Add support for a ready endpoint, based upon max_inflight and change timers to use a Context with a deadline. by @alexellis
Commits
29909ab Add a quick overview of the 3 modes by @alexellis
3061c7d Implement a ready endpoint that works with max-inflight by @alexellis
47d5c31 Fix issue with streaming mode and killing long running processes by Johan Ouwerkerk
Changes: 0.9.7...0.9.8
Generated by Derek
Release with Go 1.18
Changelog for 0.9.7:
- PR #141 Update go version + README by @Shikachuu
Commits
72a3e01 Update go version + README by @Shikachuu
Changes: 0.9.6...0.9.7
Generated by Derek
GA release for 0.9.6 with updated Prometheus library
Changelog for 0.9.6:
- PR #134 update prometheus client golang. fixes CVE-2022-21698 by @spawn2kill
Commits
9b83593 Add publish permissions for actions by @alexellis
04042c3 Update vendor directory by @alexellis
29d02d8 Populate repo owner and name in GitHub Actions by @alexellis
46dbe20 Update to Go 1.17 by @alexellis
ed7e2ec update prometheus client golang by @spawn2kill
Changes: 0.9.6-rc1...0.9.6
Generated by Derek
Update Prometheus library
Changelog for 0.9.6-rc1:
Commits
82eb587 Update publish.yaml by @alexellis
Changes: 0.9.5...0.9.6-rc1
Generated by Derek
Update Prometheus client
Changelog for 0.9.5:
- PR #134 update prometheus client golang. fixes CVE-2022-21698 by @spawn2kill
Commits
9b83593 Add publish permissions for actions by @alexellis
04042c3 Update vendor directory by @alexellis
29d02d8 Populate repo owner and name in GitHub Actions by @alexellis
46dbe20 Update to Go 1.17 by @alexellis
ed7e2ec update prometheus client golang by @spawn2kill
Changes: 0.9.4...0.9.5
Generated by Derek
Fix issue with log directives in function output
Changelog for 0.9.4:
Commits
92353ab Don't use Printf if we aren't prefixing the logs. by @jcollie
7809452 don't pass output as a format string by @jcollie
46cde10 Mention that WSGI tends to require buffering HTTP body by @alexellis
Changes: 0.9.3...0.9.4
Generated by Derek
Don't log for custom HTTP health checks from kubelet
Changelog for 0.9.3:
- PR #131 Silence logging from custom kubelet probes by @alexellis
Commits
4c5f48f Silence logging from probes by @alexellis
Changes: 0.9.2...0.9.3
Generated by Derek
Add tests for extended buffering from logs
Changelog for 0.9.2:
- PR #127 Add tests for bindLoggingPipe by @alexellis
Commits
a028941 Add tests for bindLoggingPipe by @alexellis
Changes: 0.9.1...0.9.2
Generated by Derek
Allow for very long log lines
Changelog for 0.9.1:
- PR #126 Allow for very long log lines by @alexellis
Commits
1c6daa7 Allow for very long log lines by @alexellis
Changes: 0.9.0...0.9.1
Generated by Derek
Speed up shutdown according to remaining active connections
Changelog for 0.9.0:
- PR #125 Speed up shutdown according to number of connections by @alexellis
Commits
aeccace Add metrics to README by @alexellis
a265b19 Upgrade Prometheus client library to v1.11.0 by @alexellis
31e1d32 Perform graceful shutdown according to number of connections by @alexellis
989ac5f Update README.md by @alexellis
Changes: 0.8.4...0.9.0
Generated by Derek