Releases: openfaas/faas-provider
Releases · openfaas/faas-provider
Add namespace to logs request
Changelog for 0.13.3:
- PR #37 Allow log requests to specify a namespace filter by @LucasRoesler
Generated by Derek
Deprecate enable_health flag
Changelog:
- Deprecate enable_health flag #36 - thanks @LucasRoesler 🎉
Update proxying code to use connection pooling
Changelog:
- Update proxying code to use connection pooling #35 - thank you to @LucasRoesler
Compare basic-auth with constant time
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
Changelog:
- Ensure that the proxy request response body is closed #32 @LucasRoesler
This only affects users who are using the provider to proxy their requests and not Swarm/K8s.
Update ReadBasicAuth interface signature
Add Namespace to Secret type
Changelog:
- Add Namespace to Secret type #28 @jonatasbaldin
Add /system/namespaces endpoint
Changelog:
- Add /system/namespaces endpoint #27
Add "namespace" to function struct
Changelog:
- Add "namespace" to function struct
Allow "." in function name
Changelog
- Allow "." in function name #26