SichangHe / internet_route_verification

Parse Routing Policy Specification Language from IRR and compare BGP routes against it
1 stars 0 forks source link

chore: release #146

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 3 months ago

🤖 New release

⚠️ route_verification_bgp breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field RouteStats.spec_other_only_provider_policies in /tmp/.tmpHop4N7/internet_route_verification/route_verification/bgp/src/stats/route.rs:127
  field RouteStats.spec_other_only_provider_policies in /tmp/.tmpHop4N7/internet_route_verification/route_verification/bgp/src/stats/route.rs:127

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/enum_variant_added.ron

Failed in:
  variant ReportItem:SpecOtherOnlyProviderPolicies in /tmp/.tmpHop4N7/internet_route_verification/route_verification/bgp/src/report.rs:138
  variant ReportItem:SpecOtherOnlyProviderPolicies in /tmp/.tmpHop4N7/internet_route_verification/route_verification/bgp/src/report.rs:138
Changelog

## `route_verification_bgp`

## [0.5.0](https://github.com/SichangHe/internet_route_verification/compare/route_verification_bgp-v0.4.0...route_verification_bgp-v0.5.0) - 2024-04-19 ### Other - minor simplification - other only provider policies cases;de-prioritize uphill - collect `spec_import_customer` in `RouteStats`
## `route_verification_rib_stats`
## [0.1.2](https://github.com/SichangHe/internet_route_verification/compare/route_verification_rib_stats-v0.1.1...route_verification_rib_stats-v0.1.2) - 2024-04-19 ### Fixed - fix hanging on `route_first_hop_sender` not closed ### Other - write to new RIB stats dir - gzip all stats before writing to disk [#141](https://github.com/SichangHe/internet_route_verification/pull/141) - attempt to collect route first hop stats [#141](https://github.com/SichangHe/internet_route_verification/pull/141)
## `route_verification`
## [0.4.1](https://github.com/SichangHe/internet_route_verification/compare/route_verification-v0.4.0...route_verification-v0.4.1) - 2024-04-19 ### Fixed - fix transit AS stats `self`-related calculation [#134](https://github.com/SichangHe/internet_route_verification/pull/134) - fix hanging on `route_first_hop_sender` not closed ### Other - minor simplification - \#transit AS rule w/ same AS in peering&filter [#134](https://github.com/SichangHe/internet_route_verification/pull/134) - attempt to get all route objects w/o common mntner;dump route objects - write to new RIB stats dir - other only provider policies cases;de-prioritize uphill - working finished transit_as_rules count [#134](https://github.com/SichangHe/internet_route_verification/pull/134) - gzip all stats before writing to disk [#141](https://github.com/SichangHe/internet_route_verification/pull/141) - attempt to collect route first hop stats [#141](https://github.com/SichangHe/internet_route_verification/pull/141) - collect `spec_import_customer` in `RouteStats` - release
## `stat_route_objects`
## [0.1.1](https://github.com/SichangHe/internet_route_verification/compare/stat_route_objects-v0.1.0...stat_route_objects-v0.1.1) - 2024-04-19 ### Other - attempt to get all route objects w/o common mntner;dump route objects


This PR was generated with release-plz.