Skip to content

Releases: bgpkit/bgp-models

V0.7.0

02 Jan 21:37
04f5f9d
Compare
Choose a tag to compare

What's Changed

  • Derive PartialEq for most enums to allow equality comparisons by @digizeph in #14
  • Implement ordering for BgpElem based on time and ip by @digizeph in #15
  • Extend BGP message types by @digizeph in #16
    • Asn now is a struct with AsnLength included
    • Attribute now has value, type and flag
    • added eq and partial eq to all structs
  • Add clone derive for MrtRecord by @digizeph in #17
  • Support open optional params by @digizeph in #18
  • change Asn inner field asn to u32 from i32 by @digizeph in #19

Full Changelog: v0.6.1...v0.7.0

v0.6.1

07 Dec 01:59
0bfa189
Compare
Choose a tag to compare

What's Changed

  • add attribute reserved for development by @digizeph in #13

Full Changelog: v0.6.0...v0.6.1

V0.6.0

04 Dec 15:50
f36bbb0
Compare
Choose a tag to compare

What's Changed

  • Serialization, Attributes simplification, Communities serialization by @digizeph in #9
  • change peer index table's collector_bgp_id type from u32 to Ipv4Addr by @digizeph in #10

Full Changelog: v0.5.0...v0.6.0

V0.5.0 Extended Community Support

27 Nov 05:35
156eaf4
Compare
Choose a tag to compare

What's Changed

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

V0.4.1 Serialization

25 Nov 04:36
08748ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

V0.4.0

24 Nov 15:05
96f6e06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/bgpkit/bgp-models/commits/v0.4.0