Compile release notes for v0.2.7

This commit is contained in:
pacrob
2025-05-22 15:26:20 -06:00
parent 276b9b7339
commit 76f17cf133
7 changed files with 25 additions and 7 deletions

View File

@ -3,6 +3,31 @@ Release Notes
.. towncrier release notes start
py-libp2p v0.2.7 (2025-05-22)
-----------------------------
Bugfixes
~~~~~~~~
- ``handler()`` inside ``TCPListener.listen()`` does not catch exceptions thrown during handshaking steps (from ``Sawrm``).
These innocuous exceptions will become fatal and crash the process if not handled. (`#586 <https://github.com/libp2p/py-libp2p/issues/586>`__)
Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~
- Fixed the `contributing.rst` file to include the Libp2p Discord Server Link. (`#592 <https://github.com/libp2p/py-libp2p/issues/592>`__)
Features
~~~~~~~~
- Added support for the Yamux stream multiplexer (/yamux/1.0.0) as the preferred option, retaining Mplex (/mplex/6.7.0) for backward compatibility. (`#534 <https://github.com/libp2p/py-libp2p/issues/534>`__)
- added ``direct peers`` as part of gossipsub v1.1 upgrade. (`#594 <https://github.com/libp2p/py-libp2p/issues/594>`__)
- Feature: Logging in py-libp2p via env vars (`#608 <https://github.com/libp2p/py-libp2p/issues/608>`__)
- Added support for multiple-error formatting in the `MultiError` class. (`#613 <https://github.com/libp2p/py-libp2p/issues/613>`__)
py-libp2p v0.2.6 (2025-05-12)
-----------------------------

View File

@ -1 +0,0 @@
Added support for the Yamux stream multiplexer (/yamux/1.0.0) as the preferred option, retaining Mplex (/mplex/6.7.0) for backward compatibility.

View File

@ -1,2 +0,0 @@
``handler()`` inside ``TCPListener.listen()`` does not catch exceptions thrown during handshaking steps (from ``Sawrm``).
These innocuous exceptions will become fatal and crash the process if not handled.

View File

@ -1 +0,0 @@
Fixed the `contributing.rst` file to include the Libp2p Discord Server Link.

View File

@ -1 +0,0 @@
added ``direct peers`` as part of gossipsub v1.1 upgrade.

View File

@ -1 +0,0 @@
Feature: Logging in py-libp2p via env vars

View File

@ -1 +0,0 @@
Added support for multiple-error formatting in the `MultiError` class.