Released 2024-03-15
- update go version for
go.mod
Released 2024-03-15
- bump deps, go version
Released 2024-03-03
- bump alpine image for containers
Released 2022-06-01
- indescriminately delete uds files on startup on windows due to bug golang/go#33357
Released 2022-05-12
- support host-process semantics for the windows container image
Released 2022-05-11
- support host-process semantics for the windows container image
Released 2022-05-10
- massive overhaul to support various networks
- updates to better support graceful shutdown
- npipe support (via
winio
) - signal handling
- windows images
- allow setting the desired hostname to use for the rewrite
- allow for disabling the hostname rewrite altogether
- allow for conditional hostname rewrites if the hostname appears to be non-compliant
Released 2022-04-05
- reuse existing
proxy
instance to have better resource usage both on the server itself and to the upstream (prevents new sessions being created on the upstream for each request)
Released 2022-03-15
- upgrade to
go
version1.18
Released 2022-03-15
- build
s390x
andppc64le
images
Released 2022-03-10
- wait for upstream socket before binding
Released 2022-03-09
- initial release