-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #214 from CAIDA/v2.2.0
debian package release for v2.2.0
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
libbgpstream2 (2.2.0) unstable; urgency=medium | ||
|
||
* Kafka: Kafka transport performance improvements | ||
* Kafka: try blocking for a while before returning EOF | ||
* Kafka: prefer roundrobin rebalance strategy | ||
* Parse: Ensure we move past an invalid message | ||
* Parse: Fix "incompatible pointer type" warning in pfx_set code | ||
* Parse: Update to latest libparsebgp | ||
* Support RFC 8050 MRT Additional Path extension | ||
* Fix parsing of missing OPEN/UPDATE messages | ||
|
||
-- Mingwei Zhang <[email protected]> Fri, 16 Apr 2021 08:00:00 -0800 | ||
|
||
libbgpstream2 (2.1.0) unstable; urgency=medium | ||
|
||
* Add utility functions to iterate over a prefix set | ||
|