mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Compile release notes for v0.2.7
This commit is contained in:
@ -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)
|
||||
-----------------------------
|
||||
|
||||
|
||||
@ -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.
|
||||
@ -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.
|
||||
@ -1 +0,0 @@
|
||||
Fixed the `contributing.rst` file to include the Libp2p Discord Server Link.
|
||||
@ -1 +0,0 @@
|
||||
added ``direct peers`` as part of gossipsub v1.1 upgrade.
|
||||
@ -1 +0,0 @@
|
||||
Feature: Logging in py-libp2p via env vars
|
||||
@ -1 +0,0 @@
|
||||
Added support for multiple-error formatting in the `MultiError` class.
|
||||
Reference in New Issue
Block a user