Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jan 7, 2025
1 parent fab1991 commit 4a100b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Breaking Changes

New

* ASPA support is now always compiled in and available if `enable-aspa` is
set. The `aspa` Cargo feature has been removed. ([#990])
* New configuration option `aspa-provider-limit` that limits the number of
provider ASNs allowed in an ASPA objects. If an object with more
provider ASNs is encountered it as well as all other ASPA objects for
the same customer ASN are ignored to avoid accidental false rejections
of AS paths. The default value is 10,000. ([#989])

Bug fixes

* The validation HTTP endpoints now accept prefixes with non-zero host
Expand All @@ -20,6 +28,8 @@ Other changes

[#980]: https://github.com/NLnetLabs/routinator/pull/980
[#987]: https://github.com/NLnetLabs/routinator/pull/987
[#989]: https://github.com/NLnetLabs/routinator/pull/989
[#990]: https://github.com/NLnetLabs/routinator/pull/990
[#992]: https://github.com/NLnetLabs/routinator/pull/992
[@sleinen]: https://github.com/sleinen

Expand Down

0 comments on commit 4a100b2

Please sign in to comment.