Skip to content

v0.0.2

Compare
Choose a tag to compare
@mastercactapus mastercactapus released this 07 Nov 00:02
· 2 commits to master since this release

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 )