l4proxy

A simple layer 4 TCP proxy and load balancer

Stars
1
Committers
1

Bot releases are hidden (Show)

l4proxy - 0.6.0

Published by makkes over 1 year ago

Major Improvements

  • improve timeout handling (#16)

    BREAKING CHANGE: The semantics of timeout handling are different now in that l4proxy now only closes a connection if no data has been passed between client and backend within 30s. Before, a connection has always been closed after 30s regardless of any data being transferred. This may lead to more open connections going forward.

Minor Changes

  • upgrade k8s libraries (#15)
  • restructure repository (#14)
l4proxy - 0.5.0

Published by makkes almost 2 years ago

Major Improvements

  • feat: allow for a frontend to specify an interface name to bind to (085f8def185fafe8e0de4d6ed411d65f4ab8af3b)
  • feat: service-announcer: change service selection (266e64da276c084d8e208bfc74bb0f0a9c7e5bb7)
l4proxy - 0.4.0

Published by makkes almost 2 years ago

Major Improvements

  • feat: add service announcer command (#10)
  • feat: support multiple config files (#11)
  • feat: improve logging upon frontend startup (#12)
l4proxy - 0.3.0

Published by makkes almost 3 years ago

Major Improvements

  • feat: watch and reload configuration file (#9)

Minor Changes

  • feat: add Frontend.Stop; avoid race conditions (#8)
  • chore: add gitlint and vscode settings (#7)
l4proxy - 0.2.0

Published by makkes almost 3 years ago

Major Improvements

  • feat: add configurability using a configuration file (#5)

Minor Changes

  • test: add GH Actions workflow for running unit tests
  • test: add first backend tests
  • feat: add pre-commit and asdf
l4proxy - v0.1.0

Published by makkes almost 4 years ago

Changes since v0.0.1

  • cb03592 feat: add support for multiple backends
l4proxy - v0.0.1

Published by makkes about 4 years ago

First release