Skip to content

Releases: mastercactapus/caddy-proxyprotocol

v0.0.3

24 Jul 02:57
Compare
Choose a tag to compare

This is a maintenance release.

It is recommended for all users to upgrade to the latest version due to a security bug (more info here).

Security Fixes:

  • The proxyprotocol package has been updated to fix a potential DOS

Build Updates:

  • Switched to go modules
  • The caddy package import has been updated for the new caddyserver repo location

v0.0.2

07 Nov 00:02
Compare
Choose a tag to compare

This release primarily includes a new parsing library that supports V2 headers and fixes for many long-standing bugs.

Bug Fixes:

  • Fixed a bug where the default 5s timeout was not applied (resulting in unexpected hangs when troubleshooting)
  • Fixed connection performance issues with large numbers of sites
  • Setting timeout to none actually works now

Other Changes:

  • Adds V2 (binary) PROXY protocol support
  • All subnets is now the default
  • Added Travis CI (thanks @petrus-v )