Skip to content

Releases: openfaas/faas-provider

Add namespace to logs request

15 Dec 18:25
Compare
Choose a tag to compare

Changelog for 0.13.3:

Generated by Derek

Deprecate enable_health flag

30 Oct 18:03
Compare
Choose a tag to compare

Changelog:

Update proxying code to use connection pooling

16 Oct 10:40
Compare
Choose a tag to compare

Changelog:

  • Update proxying code to use connection pooling #35 - thank you to @LucasRoesler

Compare basic-auth with constant time

14 Oct 12:57
Compare
Choose a tag to compare

Changelog:

  • Compare basic-auth with constant time #33

This is a security improvement, it's recommended to upgrade if you are using basic-auth in your provider.

Ensure that the proxy request response body is closed

11 Oct 09:26
Compare
Choose a tag to compare

Changelog:

This only affects users who are using the provider to proxy their requests and not Swarm/K8s.

Update ReadBasicAuth interface signature

05 Oct 09:07
Compare
Choose a tag to compare

Changelog:

  • Update ReadBasicAuth interface signature #29 @embano1

Add Namespace to Secret type

03 Oct 21:33
Compare
Choose a tag to compare

Changelog:

Add /system/namespaces endpoint

21 Sep 16:52
Compare
Choose a tag to compare

Changelog:

  • Add /system/namespaces endpoint #27

Add "namespace" to function struct

20 Sep 10:09
Compare
Choose a tag to compare

Changelog:

  • Add "namespace" to function struct

Allow "." in function name

20 Sep 10:07
Compare
Choose a tag to compare

Changelog

  • Allow "." in function name #26