Skip to content

Commit

Permalink
Merge pull request #54 from CAIDA/v2.0.4
Browse files Browse the repository at this point in the history
Bump version to 2.0.4.
  • Loading branch information
brendonj authored Feb 14, 2024
2 parents 678ffc8 + 37ce676 commit bcadd5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bcadd5d

Please sign in to comment.