Skip to content

V0.5.0 Major overhaul

Compare
Choose a tag to compare
@digizeph digizeph released this 19 Dec 01:11
· 180 commits to main since this release
bcc792f

Breaking Change

This version changes the core interface of how BgpkitBroker objects are constructed. It will not be compatible with V0.4 and before.

Added features

Major Overhaul (#13)

The main noticeable changes include:

  1. new easier-to-use constructor with default values for query and broker URL;
  2. factory-pattern-style constructor allowing assigning query params directly;
  3. simplified internal iterator implementation;
  4. main query function renamed to .query().
  5. added .latest() function to gather information about the latest MRT file for each collector we keep track of.
  6. improved documentation

Full Changelog: v0.4.1...v0.5.0