Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.5.1 #62

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "routecore"
version = "0.5.1-dev"
version = "0.5.1"
authors = ["NLnet Labs <[email protected]>"]
categories = ["network-programming"]
description = "A Library with Building Blocks for BGP Routing"
Expand Down
16 changes: 10 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Unreleased new version
## 0.5.1


Breaking changes
Released 2025-01-29.

Bug fixes

Expand All @@ -12,13 +11,18 @@ Bug fixes
New

* Introduce methods on `AsPath` to more ergonomically use paths comprised of a
single 'AS_SEQUENCE'.
single _AS_SEQUENCE_.
* The MRT reader, still gated with the feature flag, now supports reading from
`.bz2` directly (in addition to `.gz`). Support for the _ExtendedTime_ message
types is added as well. This means we can process files from the RouteViews
archives.


Other changes


Known limitations/issues
* The hashing of, and comparison between, BMP _PerPeerHeaders_ now includes
the _PeerFlags_. This way, the `RibType` is part of what defines a
`PerPeerHeader` to be unique.



Expand Down
Loading