Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 16:43
· 44 commits to main since this release
94e7b4e

Highlights

  • Added support for loading previously generated and cached AS information directly from BGPKIT cache files.
    • Introduced get_asinfo_map_cached() function and BgpkitCommons::load_asinfo_cached() method for fast, offline
      loading of AS info.
    • Added examples in the documentation for using the cached AS info.
  • Improved AS name resolution:
    • New get_preferred_name() method for AsInfo struct, prioritizing PeeringDB, as2org, then default name.
  • Enhanced PeeringDB integration:
    • Added website field to PeeringDB data.
  • Dependency updates:
    • Bumped peeringdb-rs to 0.1.1 and oneio to 0.18.1 with new features.
    • Cleaned up unused dependencies.
  • Documentation improvements for new features and updated code examples.
  • Added and improved integration tests for cached AS info loading and preferred name resolution.
  • Removed outdated or redundant test code.

Other changes

  • Updated README.md and crate docs to reference version 0.8.
  • Minor internal refactoring and code cleanup.