Skip to content

Releases: c2FmZQ/tlsproxy

v0.10.1

03 Jul 01:02
v0.10.1
35929d3
Compare
Choose a tag to compare

v0.10.1

🔧 Misc

  • Same as v0.10.0. The v0.10.0 docker image was created before the golang linux/amd64 was ready. So, it used linux/386 instead. v0.10.1 should be OK.

Compare with v0.10.0

v0.10.0

03 Jul 00:36
v0.10.0
ed672bf
Compare
Choose a tag to compare

v0.10.0

⭐ Feature improvements

  • When forwardHttpHeaders is used, special keywords are automatically expanded from the header values:
    • ${NETWORK} is either tcp or udp.
    • ${LOCAL_ADDR} is the local address of the network connection.
    • ${REMOTE_ADDR} is the remote address of the network connection.
    • ${LOCAL_IP} is the local IP address of the network connection.
    • ${REMOTE_IP} is the remote IP address of the network connection.
    • ${SERVER_NAME} is the server name requested by the client.
    • ${JWT:xxxx} expands to the value of claim xxxx from the ID token.

🔧 Misc

  • Update go: 1.22.5
  • Update go dependencies:
    • upgraded github.com/fxamacker/cbor/v2 v2.6.0 => v2.7.0
    • upgraded github.com/google/pprof v0.0.0-20240528025155-186aa0362fba => v0.0.0-20240625030939-27f56978b8b0
    • upgraded golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 => v0.0.0-20240613232115-7f521ea00fb8

Compare with v0.9.1

v0.9.1

25 Jun 14:47
v0.9.1
4866eef
Compare
Choose a tag to compare

v0.9.1

🔧 Misc

  • Update go dependencies:
    • upgraded github.com/quic-go/quic-go v0.45.0 => v0.45.1

Compare with v0.9.0

v0.9.0

21 Jun 20:30
v0.9.0
7399b50
Compare
Choose a tag to compare

v0.9.0

⭐ Feature improvements

  • Add forwardHttpHeaders to set HTTP headers in the forwarded HTTP requests. Headers that already exist are overwritten.

🔧 Misc

  • Update go dependencies:
    • upgraded github.com/c2FmZQ/storage v0.2.2 => v0.2.3
    • upgraded github.com/c2FmZQ/tpm v0.3.0 => v0.3.1
    • upgraded github.com/google/go-tpm-tools v0.4.3 => v0.4.4
    • upgraded github.com/google/go-tpm v0.9.0 => v0.9.1
    • upgraded github.com/quic-go/quic-go v0.44.0 => v0.45.0

Compare with v0.8.3

v0.8.3

05 Jun 13:40
v0.8.3
1f5c3fb
Compare
Choose a tag to compare

v0.8.3

🔧 Misc

  • Update go: 1.22.4
  • Update go dependencies:
    • upgraded github.com/google/pprof v0.0.0-20240509144519-723abb6459b7 => v0.0.0-20240528025155-186aa0362fba
    • upgraded github.com/onsi/ginkgo/v2 v2.17.3 => v2.19.0
    • upgraded golang.org/x/crypto v0.23.0 => v0.24.0
    • upgraded golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 => v0.0.0-20240604190554-fc45aab8b7f8
    • upgraded golang.org/x/mod v0.17.0 => v0.18.0
    • upgraded golang.org/x/net v0.25.0 => v0.26.0
    • upgraded golang.org/x/sys v0.20.0 => v0.21.0
    • upgraded golang.org/x/text v0.15.0 => v0.16.0
    • upgraded golang.org/x/tools v0.21.0 => v0.22.0

Compare with v0.8.2

v0.8.2

19 May 14:04
v0.8.2
ff3b301
Compare
Choose a tag to compare

v0.8.2

🔧 Bug fix

  • Sign OCSP responses with RSA or ECDSA keys.

🔧 Misc

  • Update go dependencies:
    • upgraded github.com/beevik/etree v1.3.0 => v1.4.0
    • upgraded github.com/google/pprof v0.0.0-20240507183855-6f11f98ebb1c => v0.0.0-20240509144519-723abb6459b7
    • upgraded github.com/quic-go/quic-go v0.43.1 => v0.44.0

Compare with v0.8.1

v0.8.1

08 May 12:55
v0.8.1
4344195
Compare
Choose a tag to compare

v0.8.1

⭐ Feature improvements

  • Only allow GET and HEAD methods for static files.
  • Sanitize the request path before comparing to local endpoints, e.g. //.sso redirects to /.sso
  • Add a sanitizePath option to backends. When true (default), request paths are sanitized before they are sent to the backends.

🔧 Misc

  • Update go: 1.22.3
  • Update go dependencies:
    • upgraded github.com/google/pprof v0.0.0-20240422182052-72c8669ad3e7 => v0.0.0-20240507183855-6f11f98ebb1c
    • upgraded github.com/onsi/ginkgo/v2 v2.17.1 => v2.17.3
    • upgraded golang.org/x/crypto v0.22.0 => v0.23.0
    • upgraded golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f => v0.0.0-20240506185415-9bf2ced13842
    • upgraded golang.org/x/net v0.24.0 => v0.25.0
    • upgraded golang.org/x/sys v0.19.0 => v0.20.0
    • upgraded golang.org/x/text v0.14.0 => v0.15.0
    • upgraded golang.org/x/tools v0.20.0 => v0.21.0

Compare with v0.8.0

v0.8.0

04 May 22:49
v0.8.0
92ec588
Compare
Choose a tag to compare

v0.8.0

🌟 New features

  • Serve static files from a local filesystem when documentRoot: is set.

🔧 Misc

  • Upgrade github.com/quic-go/quic-go v0.42.0 => v0.43.1

Compare with v0.7.2

v0.7.2

27 Apr 01:27
4fdf814
Compare
Choose a tag to compare

v0.7.2

🔧 Misc

  • Update the tpm library to pick up a bug fix. The saved TPM keys would become invalid after a reboot. This only affected configurations with hwBacked: true.

Compare with v0.7.1

v0.7.1

24 Apr 18:54
0897935
Compare
Choose a tag to compare

v0.7.1

🔧 Misc

  • Update go dependencies:
    • upgraded github.com/google/pprof v0.0.0-20240402174815-29b9bb013b0f => v0.0.0-20240422182052-72c8669ad3e7
    • upgraded golang.org/x/crypto v0.21.0 => v0.22.0
    • upgraded golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 => v0.0.0-20240416160154-fe59bbe5cc7f
    • upgraded golang.org/x/mod v0.16.0 => v0.17.0
    • upgraded golang.org/x/net v0.23.0 => v0.24.0
    • upgraded golang.org/x/sys v0.18.0 => v0.19.0
    • upgraded golang.org/x/tools v0.19.0 => v0.20.0

Compare with v0.7.0