Skip to content

Releases: libp2p/py-libp2p

v0.1.5: three's a crowd.

25 Mar 23:33
612a2f7
Compare
Choose a tag to compare
Pre-release

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

14 Nov 07:55
Compare
Choose a tag to compare
Pre-release
  • More loggings.
  • A more complete Mplex.
    • Detect disconnection from peers.
  • Align Swarm and BasicHost structure with Go.
    • Multiselect is moved to BasicHost.
    • Swarm is able to detect and remove disconnected peers.
  • A more complete secio.
  • More exception handling.
  • Add Identify and Ping protocols. Besides, they are set as the default protocols in BasicHost.
  • Detect dead peers in Pubsub.

interop

11 Sep 18:29
811cd78
Compare
Choose a tag to compare
interop Pre-release
Pre-release

Progress towards a libp2p implementation that is interoperable with the other libp2p implementations, e.g. in Go, Rust, and JS.

POC v1

12 Nov 18:11
c106d22
Compare
Choose a tag to compare
POC v1 Pre-release
Pre-release
Merge pull request #54 from zixuanzh/lint

lgtm