gobetween v0.6.0 Release Notes

Release Date: 2018-08-21 // over 5 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)