Skip to content

Tags: parmindersk/faas

Tags

0.27.5

Toggle 0.27.5's commit message
Fixes for request body passing into text streaming proxy

In the previous version, whilst responses were streamed
correctly, the request body was not being received by
the function. This has been tested, along with adding
a forced timeout according to upstream_timeout, which
was a miss in the original commit.

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

0.27.4

Toggle 0.27.4's commit message
Support streaming responses from functions

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

0.27.3

Toggle 0.27.3's commit message
Rename Makefile targets

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

0.27.2

Toggle 0.27.2's commit message
Update Call ID Middleware

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

0.27.1

Toggle 0.27.1's commit message
Update module to Go 1.20

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

0.27.0

Toggle 0.27.0's commit message
docs: add missing namespace field to the scale request

The ScaleFunction request supports specifying the function namespace.
This is now included in the API spec.

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>

0.26.5

Toggle 0.26.5's commit message
Increase go.mod version

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

0.25.4

Toggle 0.25.4's commit message
Apply gofmt

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