Skip to content

Tags: openfaas/faas-provider

Tags

v0.25.6

Support for websockets for function invocations

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.25.5

Update Go version and go.mod

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.25.4

Add telemetry endpoint and serve if defined

For customers who have an agreement to disable telemetry,
they can "GET" the data and send it in another way.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.25.3

Fix forwarding of request body during text streaming

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.25.2

Improve long running streamed response handling

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.25.1

Add system event types from event-worker

These types are for auditing and billing metrics

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.25.0

Support shutdown of bootstrap server

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>

v0.24.4

Enable verbose flag for proxyRequest

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.24.3

Suppress request logging from proxy

This change enables providers to prevent the log message
outputted after each invocation in order to reduce load on
log aggregators.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.24.2

Add Annotations field to QueueRequest

- Add an annotations field to pass additional meta-date to the consumers of
  queue requests.
- Add JSON attributes to struct.

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>