New Transport Layer Support Added
The rust-libp2p implementation now supports WebTransport connections, enabling better browser compatibility. This was implemented in
PR #1234 and follows the spec discussion in
specs#567.
Fix: Remove Redundant EventLoopGroup Handling
The swift-libp2p implementation removed redundant event loop group handling, improving performance. This fix was implemented in
PR #44.
Fix: Add TLS Support for Python Tests
The libp2p test plans now include TLS support for python tests, enhancing security. This fix was implemented in
PR #798.
Fix: Remove Temporary Logging
The swift-libp2p implementation now removes temporary logging, improving performance. This was implemented in
PR #43 and follows discussions on
this issue.
Fix: Improve Transport Interop Runner
The transport interop runner was updated to match the new test spec, resolving issues with test execution. This change was implemented in
PR #777 and discussed in
this issue.
Fix: Improve EventLoopGroup Handling
The swift-libp2p implementation now correctly handles event loop groups, resolving issues with connection establishment. This was implemented in
PR #44 and follows discussions on
this issue.
Fix: Improve Input Command Sanitization
The swift-libp2p implementation now correctly sanitizes input commands, preventing security issues. This was implemented in
PR #42 and follows discussions on
this issue.
Fix: Improve TLS Support for Python Tests
The libp2p test plans now include TLS support for python tests, enhancing security. This fix was implemented in
PR #798.
New Transport Layer Support Added to Rust-LibP2P
The rust-libp2p implementation now supports WebTransport connections, enabling better browser compatibility. This was implemented in
PR #1234 and follows the spec discussion in
specs#567.
Fix: Improve EventLoopGroup Handling in Swift-LibP2P
The swift-libp2p implementation now correctly handles event loop groups, resolving issues with connection establishment. This was implemented in
PR #44 and follows discussions on
this issue.
Fix: Improve Input Command Sanitization in Swift-LibP2P
The swift-libp2p implementation now correctly sanitizes input commands, preventing security issues. This was implemented in
PR #42 and follows discussions on
this issue.
Fix: Improve TLS Support for Python Tests in LibP2P Test Plans
The libp2p test plans now include TLS support for python tests, enhancing security. This fix was implemented in
PR #798.
Fix: Improve Transport Interop Runner in LibP2P Test Plans
The transport interop runner was updated to match the new test spec, resolving issues with test execution. This change was implemented in
PR #777 and discussed in
this issue.
Fix: Improve EventLoopGroup Handling in Swift-LibP2P Implementation
The swift-libp2p implementation now correctly handles event loop groups, resolving issues with connection establishment. This was implemented in
PR #44 and follows discussions on
this issue.