Releases: vfarcic/docker-flow-proxy
ARM releases
Starting from this release, every commit that passes all the tests will also push arm
images to Docker Hub.
Big thanks to @RaymondMouthaan for the PR that made this happen.
Indexable sslVerifyNone
Starting from this release, field can be indexed. Fixes #443.
Added userDef param
userDef
represents user defined value used only with custom templates. Please consult General Query Parameters for more info.
Binaries
Warning fix
This release fixes a bug that treated warnings as errors and thus prevented the proxy from loading. Thanks @kungfu71186. More info in PR #384.
servicePathExclude
A new parameter servicePathExclude
was added. Please consult HTTP Mode Query Parameters for more info.
HTTPS_ONLY
From now on, environment variable HTTPS_ONLY
can be set. It has the same effect as the service-level httpsOnly
parameter except that it is applied to all services. Please consult Environment Variables for more info.
outboundHostname indexing
The outboundHostname
parameters can now be indexed. Please consult HTTP Mode Query Parameters for more info.
Service-level compression
From now on, compression can be defined on service-level using parameters compressionAlgo
and compressionType
. Those parameters are equivalent to environment variables COMPRESSION_ALGO
and COMPRESSION_TYPE
but applied only to a given service.
Please visit HTTP Mode Query Parameters for more info.
SNI tutorial
A new tutorial Using SNI routing with Docker Flow Proxy has been added.