gobetween v0.7.0 Release Notes

Release Date: 2019-04-11 // about 5 years ago
  • ๐Ÿš€ This release brings some features and bugfiex

    ๐Ÿ†• New Features

    • Prometheus Metrics Endpoint
    • ๐Ÿ‘Œ Improved UDP performance
    • โž• Added profiler (optional, disabled by default)
    • โž• Added probe healthcheck with different strategies

    ๐Ÿ›  Fixed

    • CGO Requirement for DNS has been replaced with netgo #125
    • UDP server was not performing access checks
    • Empty srv_dns_protocol messed up failpolicy value #193
    • ๐Ÿ›  Fixed missing acme (letsencrypt) tls config during server start #214

Previous changes from v0.6.1

  • ๐Ÿ›  This release brings only bugfixes

    ๐Ÿ›  Fixed

    • No binaries were generated for some of the platforms during make dist
    • Regression of roundrobin balancer (it was acting on randomized list of backends)
    • ๐Ÿณ Docker image was not working due to missing dynamic library dependencies
    • Gobetween became stuck in very rare cases during reading hostname info (sni) from new tls connections.