Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

82 lines (47 loc) · 1.36 KB

v0.5.6

Released 2024-03-15

  • update go version for go.mod

v0.5.5

Released 2024-03-15

  • bump deps, go version

v0.5.4

Released 2024-03-03

  • bump alpine image for containers

v0.5.3

Released 2022-06-01

  • indescriminately delete uds files on startup on windows due to bug golang/go#33357

v0.5.2

Released 2022-05-12

  • support host-process semantics for the windows container image

v0.5.1

Released 2022-05-11

  • support host-process semantics for the windows container image

v0.5.0

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

v0.4.2

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)

v0.4.1

Released 2022-03-15

  • upgrade to go version 1.18

v0.4.0

Released 2022-03-15

  • build s390x and ppc64le images

v0.2.0

Released 2022-03-10

  • wait for upstream socket before binding

v0.1.0

Released 2022-03-09

  • initial release