-
Notifications
You must be signed in to change notification settings - Fork 23
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 #54 from CAIDA/v2.0.4
Bump version to 2.0.4.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
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,12 @@ | ||
pybgpstream (2.0.4) unstable; urgency=medium | ||
|
||
* Expose elem's orig_time_* fields. | ||
* Allow specifying floats as timestamps. | ||
* Release GIL for calls to bgpstream_get_next_record. | ||
* Add support for not-peer-asn filter. | ||
|
||
-- Brendon Jones <[email protected]> Sat, 10 Feb 2024 12:23:41 +1300 | ||
|
||
pybgpstream (2.0.2) unstable; urgency=medium | ||
|
||
* patch: only defaults to real-time if using broker data interface if no interval is provided | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
setup(name = "pybgpstream", | ||
description = "A Python interface to BGPStream", | ||
long_description = "Provides a high-level interface for live and historical BGP data analysis. PyBGPStream requires the libBGPStream C library, available at http://bgpstream.caida.org/download.", | ||
version = "2.0.3", | ||
version = "2.0.4", | ||
author = "Alistair King", | ||
author_email = "[email protected]", | ||
url="http://bgpstream.caida.org", | ||
|