Skip to content

Releases: vfarcic/docker-flow-proxy

ARM releases

31 Mar 22:50
Compare
Choose a tag to compare

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

04 Mar 21:32
Compare
Choose a tag to compare

Starting from this release, field can be indexed. Fixes #443.

Added userDef param

28 Jan 20:02
Compare
Choose a tag to compare

userDef represents user defined value used only with custom templates. Please consult General Query Parameters for more info.

Binaries

17 Dec 17:02
Compare
Choose a tag to compare

Starting from this release, binaries will be attached to each. Fixes #386.

Warning fix

02 Dec 23:04
Compare
Choose a tag to compare

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

02 Dec 22:00
Compare
Choose a tag to compare

A new parameter servicePathExclude was added. Please consult HTTP Mode Query Parameters for more info.

HTTPS_ONLY

14 Oct 18:55
Compare
Choose a tag to compare

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

12 Oct 12:11
Compare
Choose a tag to compare

The outboundHostname parameters can now be indexed. Please consult HTTP Mode Query Parameters for more info.

Service-level compression

03 Oct 20:32
Compare
Choose a tag to compare

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

03 Oct 14:28
Compare
Choose a tag to compare