gobetween v0.2.0 Release Notes

Release Date: 2016-07-22 // almost 8 years ago
  • ๐Ÿš€ This release brings several big features such as full-functional REST API and Stats, as well
    ๐Ÿ›  as many bugfixes and improvements. All changes are backward-compatible with 0.1.0.

    ๐Ÿ†• New Features

    • ๐Ÿšš REST API implementation (info, servers list/create/remove, stats, config dump).
    • Implemented gathering stats for servers and backends (rx/tx, rx/tx per second, connections count, etc)

    โž• Added

    • Set GOMAXPROCS to cpu count automatically if no env var is present
    • โž• Added TLS support for Docker discovery
    • Added docker_container_host_env_var property to Docker discovery
    • ๐Ÿ‘ Allow any type of value (int or string) in port in JSON discovery
    • ๐Ÿ‘‰ Make healthchecks optional

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed panic runtime error exec discovery when exec_command is not valid path and timeout=0
    • ๐Ÿ›  Fixed roundrobin balance strategy
    • ๐Ÿ›  Fixed how SRV discovery handler large UDP responses; Fixed sometimes missed port.
    • ๐Ÿ›  Fixed parsing backend on windows (with \r newlines)