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

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