Skip to content

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

29 Sep 17:36

Choose a tag to compare

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

31 Aug 16:55

Choose a tag to compare

Release with Go 1.18 Pre-release
Pre-release

Changelog for 0.9.7:

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

11 May 11:26
82eb587

Choose a tag to compare

Changelog for 0.9.6:

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

11 May 11:18
82eb587

Choose a tag to compare

Pre-release

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

10 May 21:10

Choose a tag to compare

Pre-release

Changelog for 0.9.5:

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

03 May 15:09

Choose a tag to compare

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

20 Feb 10:50

Choose a tag to compare

Changelog for 0.9.3:

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

09 Nov 13:29

Choose a tag to compare

Changelog for 0.9.2:

Commits
a028941 Add tests for bindLoggingPipe by @alexellis

Changes: 0.9.1...0.9.2

Generated by Derek

Allow for very long log lines

08 Nov 09:39

Choose a tag to compare

Pre-release

Changelog for 0.9.1:

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

02 Nov 16:27

Choose a tag to compare

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