Compile release notes for v0.2.5

This commit is contained in:
pacrob
2025-04-14 11:11:38 -06:00
parent bb9c8235a8
commit f664d03852
6 changed files with 23 additions and 5 deletions

View File

@ -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 <https://github.com/ethereum/py-libp2p/issues/558>`__)
Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~
- Added install and getting started documentation. (`#559 <https://github.com/ethereum/py-libp2p/issues/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 <https://github.com/ethereum/py-libp2p/issues/515>`__)
- Added documentation on how to add examples to the libp2p package. (`#550 <https://github.com/ethereum/py-libp2p/issues/550>`__)
- Added Windows-specific development setup instructions to `docs/contributing.rst`. (`#559 <https://github.com/ethereum/py-libp2p/issues/559>`__)
py-libp2p v0.2.4 (2025-03-27)
-----------------------------

View File

@ -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.

View File

@ -1 +0,0 @@
Added documentation on how to add examples to the libp2p package.

View File

@ -1 +0,0 @@
Fixed flaky test_simple_last_seen_cache by adding a retry loop for reliable expiry detection across platforms.

View File

@ -1 +0,0 @@
Added install and getting started documentation.

View File

@ -1 +0,0 @@
Added Windows-specific development setup instructions to `docs/contributing.rst`.