Skip to content

0.17.0

Latest
Compare
Choose a tag to compare
@sbernauer sbernauer released this 14 Feb 12:18
· 2 commits to main since this release
489c4fd

Added

  • Add a customizable multi-window native display using egui (#48)

Fixed

  • BREAKING: Count IPv4 and IPv6 statistics individually to avoid confusion.
    Because of this, the Prometheus metrics breakwater_ips and breakwater_legacy_ips have been removed,
    use breakwater_ips_v4 and breakwater_ips_v6 instead (#50)
  • Ensure statistic information updates are send periodically (#49)