Skip to content

Commit 76f17cf

Browse files
committed
Compile release notes for v0.2.7
1 parent 276b9b7 commit 76f17cf

File tree

7 files changed

+25
-7
lines changed

7 files changed

+25
-7
lines changed

docs/release_notes.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ Release Notes
33

44
.. towncrier release notes start
55
6+
py-libp2p v0.2.7 (2025-05-22)
7+
-----------------------------
8+
9+
Bugfixes
10+
~~~~~~~~
11+
12+
- ``handler()`` inside ``TCPListener.listen()`` does not catch exceptions thrown during handshaking steps (from ``Sawrm``).
13+
These innocuous exceptions will become fatal and crash the process if not handled. (`#586 <https://github.com/libp2p/py-libp2p/issues/586>`__)
14+
15+
16+
Improved Documentation
17+
~~~~~~~~~~~~~~~~~~~~~~
18+
19+
- Fixed the `contributing.rst` file to include the Libp2p Discord Server Link. (`#592 <https://github.com/libp2p/py-libp2p/issues/592>`__)
20+
21+
22+
Features
23+
~~~~~~~~
24+
25+
- 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>`__)
26+
- added ``direct peers`` as part of gossipsub v1.1 upgrade. (`#594 <https://github.com/libp2p/py-libp2p/issues/594>`__)
27+
- Feature: Logging in py-libp2p via env vars (`#608 <https://github.com/libp2p/py-libp2p/issues/608>`__)
28+
- Added support for multiple-error formatting in the `MultiError` class. (`#613 <https://github.com/libp2p/py-libp2p/issues/613>`__)
29+
30+
631
py-libp2p v0.2.6 (2025-05-12)
732
-----------------------------
833

newsfragments/534.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/586.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

newsfragments/592.docs.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/594.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/608.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/613.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)