diff --git a/docs/release_notes.rst b/docs/release_notes.rst index fa6d6acf..3339ebb7 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -3,6 +3,29 @@ Release Notes .. towncrier release notes start +py-libp2p v0.2.5 (2025-04-14) +----------------------------- + +Bugfixes +~~~~~~~~ + +- Fixed flaky test_simple_last_seen_cache by adding a retry loop for reliable expiry detection across platforms. (`#558 `__) + + +Improved Documentation +~~~~~~~~~~~~~~~~~~~~~~ + +- Added install and getting started documentation. (`#559 `__) + + +Features +~~~~~~~~ + +- Added a ``pub-sub`` example having ``gossipsub`` as the router to demonstrate how to use the pub-sub module in py-libp2p. (`#515 `__) +- Added documentation on how to add examples to the libp2p package. (`#550 `__) +- Added Windows-specific development setup instructions to `docs/contributing.rst`. (`#559 `__) + + py-libp2p v0.2.4 (2025-03-27) ----------------------------- diff --git a/newsfragments/515.feature.rst b/newsfragments/515.feature.rst deleted file mode 100644 index 70740b28..00000000 --- a/newsfragments/515.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added a ``pub-sub`` example having ``gossipsub`` as the router to demonstrate how to use the pub-sub module in py-libp2p. diff --git a/newsfragments/550.feature.rst b/newsfragments/550.feature.rst deleted file mode 100644 index 01ae0014..00000000 --- a/newsfragments/550.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added documentation on how to add examples to the libp2p package. diff --git a/newsfragments/558.bugfix.rst b/newsfragments/558.bugfix.rst deleted file mode 100644 index d544eab6..00000000 --- a/newsfragments/558.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed flaky test_simple_last_seen_cache by adding a retry loop for reliable expiry detection across platforms. diff --git a/newsfragments/559.docs.rst b/newsfragments/559.docs.rst deleted file mode 100644 index 011e2b1e..00000000 --- a/newsfragments/559.docs.rst +++ /dev/null @@ -1 +0,0 @@ -Added install and getting started documentation. diff --git a/newsfragments/559.feature.rst b/newsfragments/559.feature.rst deleted file mode 100644 index c45d6071..00000000 --- a/newsfragments/559.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added Windows-specific development setup instructions to `docs/contributing.rst`.