Skip to content

Releases: batfish/pybatfish

pybatfish v2024.07.10

10 Jul 17:44
b07f024
Compare
Choose a tag to compare

Release Notes 🎆

This new release of pybatfish is tested with Python 3.8 through Python 3.12. An upcoming release will remove support for Python 3.8, which is EOL later this year.

Because of continual user confusion we have deleted the "default session" bf_session in pybatfish.client.session and removed the helper methods that used it, like bf_list_questions or bf_init_snapshot. Instead, you must construct your own Session object as we have recommended for years.

We also deleted the code that called the legacy (v1) Batfish API on port 9997. This API was removed in late 2023.

We have also removed pybatfish diagnostics. Instead, please file reproducible bug reports on the Batfish repository here.

What's Changed

New Contributors

Full Changelog: v2023.12.16...v2024.07.10

pybatfish v2023.12.16

18 Dec 23:23
e238298
Compare
Choose a tag to compare

We added support for Python 3.11 and Python 3.12. We improved our use of dependencies including proper documenting of lower bounds (mainly urllib3) and unpinning Pandas. As documented in the previous release, we removed support for Python 3.7.

Full Changelog: v2023.05.12...v2023.12.16

Pybatfish 2023-05-12

12 May 09:47
Compare
Choose a tag to compare

We have added support for source distributions, we incorporated a fix to an example notebook, assert_no_duplicate_router_ids will ignore duplicate router IDs on the same node with a new ignore_same_node. We have also upgraded to support the new major version of urllib3.

In this release, we disabled diagnostics by default, as the underlying S3 bucket is going away soon.
This will be the last Pybatfish release to support Python 3.7.

What's Changed

New Contributors

Full Changelog: v2022.09.07.77...v2023.05.12

Pybatfish 2022-09-07

07 Sep 18:40
Compare
Choose a tag to compare
v2022.09.07.77

Prepare for release 2022.09.07.77: Updating version number

Pybatfish 2021-11-04

05 Nov 17:56
f41ac45
Compare
Choose a tag to compare

This release accompanies Batfish 2021-11-04.

Note: examples and documentation have been updated to use Sessions. To view legacy documentation, check out the legacy docs.

Pybatfish 2020-10-08

08 Oct 20:50
2ac0453
Compare
Choose a tag to compare

This release accompanies Batfish 2020-10-08.

Pybatfish 2019-09-20

23 Sep 16:42
c7440c4
Compare
Choose a tag to compare

This release accompanies Batfish 2019-09-20.

This will be the last release of Pybatfish that supports Python < 3.5.