Skip to content

eturnal 1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 11:56
· 449 commits to master since this release

Added

  • Publish Docker images and provide configuration examples for Docker/Kubernetes
    (many thanks to Saarko) (#20).
  • Fall back to reading the relay IP addresses from environment variables when
    relay_ipv4_address and/or relay_ipv6_address aren't specified (#24).

Changed

  • Binary release: Update Erlang/OTP from 24.3.4 to 25.0.2.
  • Binary release: Update Rebar3 from 3.18.0 to 3.19.0.
  • Binary release: Update OpenSSL from 1.1.1m to 1.1.1q.
  • Binary release: Update minimum glibc version from 2.17 to 2.19.
  • Binary release: Reduce code size by omitting an unused transitive dependency.

Fixed

  • Avoid crashes in the case where no secret is configured in the eturnal.yml
    file (#21).
  • Don't log misleading complaints about proxy_protocol option.
  • Gracefully handle errors while receiving UDP data (#23).
  • Restart listeners on failure.
  • Reduce log level for network issues that may occur during normal operation.
  • Windows: Support custom installation path (#22).