v0.0.2
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 )