Skip to content

Releases: wobcom/fernglas

Fernglas 0.2.2

27 Aug 14:28

Choose a tag to compare

What's Changed

  • Support for Routing Instances by @Istvan91 (#21)
  • Refactor nibbletree to return sorted iterators (#22)
  • Add BMP Relay feature (#23)
  • Update Rust dependencies
  • Update toolchain to Rust 1.89 & fix compile warnings with Rust 1.89
  • Throw errors when non-existent configuration options are set (helps to catch typos / mistakes)
  • Fix module for recent versions of NixOS / nixpkgs
  • Fix the serve_static builtin webserver

New Contributors

Full Changelog: fernglas-0.2.1...fernglas-0.2.2

Fernglas 0.2.1

07 Feb 15:30

Choose a tag to compare

What's Changed

  • Fixed a build issue that came up while releasing 0.2.0
  • The CI build is based on a new rustc version
  • The CI builds for aarch64-static were restored

Full Changelog: fernglas-0.2.0...fernglas-0.2.1

Fernglas 0.2.0

07 Feb 14:42

Choose a tag to compare

Breaking changes

  • Configuration format changed: the collectors are now an Object/Dictionary instead of an Array/List. The object keys can be arbitrary. Compare with the current documentation when upgrading: https://wobcom.github.io/fernglas/0.2.0/configuration/index.html
  • The configcheck functionality is now built into the main binary, and can be enabled by setting the environment variable FERNGLAS_CONFIG_CHECK=true

What's Changed

  • Configuration is done via figment, all options can be specified as environment variables prefixed with FERNGLAS_
  • BGP communities and large communities are resolved to human-readable descriptions with a builtin list (the original numeric community is shown on hover). List can be overridden using a configuration option.
  • Show the reverse DNS names for nexthops (the original nexthop IP is show on hover)
  • Show the human readable AS name on hover over the AS number in the AS path
  • Allow selecting a specific Router to query on
  • Fixed a bug in parsing the BGP communities field, resulting in wrong/bitshifted communities being shown (thanks @v0tti for reporting this bug!)
  • Added documentation for running in containers by @johannwagner in #9

New Contributors

Full Changelog: fernglas-0.1.0...fernglas-0.2.0

Fernglas 0.1.0

31 Jan 09:40

Choose a tag to compare

fernglas-0.1.0

temporary stable zettabgp without FQDN capability support