Releases: libp2p/py-libp2p
Releases · libp2p/py-libp2p
v0.1.5: three's a crowd.
The main features in this release are the porting of the library to trio for concurrency and the introduction of the noise protocol as a security transport.
v0.1.2: More robust and complete
- More loggings.
- A more complete
Mplex.- Detect disconnection from peers.
- Align
SwarmandBasicHoststructure with Go.Multiselectis moved toBasicHost.Swarmis able to detect and remove disconnected peers.
- A more complete
secio. - More exception handling.
- Add
IdentifyandPingprotocols. Besides, they are set as the default protocols inBasicHost. - Detect dead peers in
Pubsub.
interop
Progress towards a libp2p implementation that is interoperable with the other libp2p implementations, e.g. in Go, Rust, and JS.