Skip to content

Releases: openfaas/of-watchdog

Only log about JWT Auth when it is enabled

03 Sep 11:49
Compare
Choose a tag to compare

Changelog for 0.10.6:

Commits
9407412 Only log about JWT Auth when it is enabled by @alexellis

Changes: 0.10.5...0.10.6

Generated by Derek

Support massive log lines from function handler

26 Aug 16:24
Compare
Choose a tag to compare

Changelog for 0.10.5:

  • PR #159 Offer unlimited log buffer size when scanning handler logs by @alexellis

Commits
f9aec5c Offer unlimited log buffer size when scanning handler logs by @alexellis

Changes: 0.10.4...0.10.5

Generated by Derek

Copy upstream response into http writer

16 Jul 09:05
Compare
Choose a tag to compare

Changelog for 0.10.4:

Commits
ef933c8 Copy upstream response into http writer by @alexellis

Changes: 0.10.3...0.10.4

Generated by Derek

Add X-OpenFaaS-Internal to internal HTTP errors

12 Jul 17:15
Compare
Choose a tag to compare

Changelog for 0.10.3:

Commits
a6a3f4c Add X-OpenFaaS-Internal to internal HTTP errors by @alexellis
243c501 Update go.mod by @alexellis
a28fefc Bump dependencies by @alexellis

Changes: 0.10.2...0.10.3

Generated by Derek

Provide option to timeout functions earlier than configured

11 Jul 09:27
Compare
Choose a tag to compare

Changelog for 0.10.2:

Commits
ba8716e Provide option to timeout functions earlier than configured by @alexellis

Changes: 0.10.1...0.10.2

Generated by Derek

Update go.mod dependencies and Go to 1.22

17 Jun 10:41
Compare
Choose a tag to compare

Changelog for 0.10.1:

Commits
3d089de Update go.mod dependencies and CI to Go 1.22 by @alexellis

Changes: 0.10.0...0.10.1

Generated by Derek

Support function authentication with OpenFaaS IAM

17 Jun 10:36
Compare
Choose a tag to compare

Changelog for 0.10.0:

  • PR #158 Support function authentication with OpenFaaS IAM by @welteki

Commits
a7b8b44 Move JWT auth middleware to faas-middleware package by @welteki
841d15b Include WWW-Authenticate header in 401 responses by @welteki
f78ca34 Read function namespace from env variable or service account by @welteki
f6cb3ed Validate auth permissions in function claims by @welteki
2bd6101 Fix authority url by @welteki

Changes: 0.9.16...0.10.0

Generated by Derek

Add log_callid option for HTTP server responses

25 Apr 16:59
Compare
Choose a tag to compare

Changelog for 0.9.16:

Commits
57eb957 Update vendor and mention log_callid by @alexellis
9f5994d Document prefix_logs in README with an example by @alexellis
d4ccb9e Initial JWT authentication implementation by @alexellis

Changes: 0.9.15...0.9.16

Generated by Derek

Fix for passing body from request in text streaming mode

12 Jan 11:13
Compare
Choose a tag to compare

Changelog for 0.9.15:

Commits
bb7b23f Fix for passing body from request in text streaming mode by @alexellis

Changes: 0.9.14...0.9.15

Generated by Derek

Support streaming responses from functions in HTTP mode

11 Jan 10:47
Compare
Choose a tag to compare

Changelog for 0.9.14:

Commits
f0eb480 Support streaming responses from functions in HTTP mode by @alexellis

Changes: 0.9.13...0.9.14

Generated by Derek