From 1a4fe91419375228c3e59c883498763d0cb1cd20 Mon Sep 17 00:00:00 2001 From: acul71 Date: Wed, 17 Sep 2025 13:35:24 -0400 Subject: [PATCH] doc: websocket newsframgment --- newsfragments/585.feature.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 newsfragments/585.feature.rst diff --git a/newsfragments/585.feature.rst b/newsfragments/585.feature.rst new file mode 100644 index 00000000..ca9ef3dc --- /dev/null +++ b/newsfragments/585.feature.rst @@ -0,0 +1,12 @@ +Added experimental WebSocket transport support with basic WS and WSS functionality. This includes: + +- WebSocket transport implementation with trio-websocket backend +- Support for both WS (WebSocket) and WSS (WebSocket Secure) protocols +- Basic connection management and stream handling +- TLS configuration support for WSS connections +- Multiaddr parsing for WebSocket addresses +- Integration with libp2p host and peer discovery + +**Note**: This is experimental functionality. Advanced features like proxy support, +interop testing, and production examples are still in development. See + https://github.com/libp2p/py-libp2p/discussions/937 for the complete roadmap of missing features.