Skip to content

v1.16.0

Compare
Choose a tag to compare
@pierky pierky released this 25 May 19:59
· 198 commits to master since this release
  • Improvement: use bulk queries to get clients' records from PeeringDB.

    Clients' details (such as IRR records and max-prefix limits) are now retrieved from PeeringDB using bulk API queries, where multiple ASNs are checked at once.

    This speeds up the configuration building process and reduces the number of queries to PeeringDB, reducing the risk of hitting the API rate limit.

    See also GitHub issue #107