gobetween v0.6.0 Release Notes
Release Date: 2018-08-21 // over 6 years ago-
๐ This release brings a bunch of improvements and bug-fixes, and one major feature:
๐ Letsencrypt HTTP challenge support.๐ New Features
- ๐ ACME (Letsencrypt) http challenge support (sni challenge is disabled due to security considerations)
โ Added
- iphash1 algorithm (consistent on backend removal)
- ๐ง More strict check of UDP server configuration
- /ping public endpoint for healthcheck (PR #127 by Mike Schroeder)
- ๐ Support for using the Host Address (PR #123 by David Beck)
- Mentioned gowebhello as an alternative webserver (PR #137 by Shantanu Gadgil)
๐ Fixed
- ๐ Fixed iphash algorithm. It was not working properly at all
- ๐ Fixed UDP 'session' tracking problems
- ๐ Fixed active connections underflow on backend removed and added back, but connections remain established
๐ Changed
- โ Removed not necessary dependency on libacl1-dev
- Replaced missing dependencies
- โ Removed lxdhelpers (PR #113 by Joe Topjian)