Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Releases: libp2p/go-libp2p-core

v0.20.1

06 Sep 13:19
Compare
Choose a tag to compare

This follow v0.20.0 but also add the crypto/pb package which was missed.

v0.20.0

19 Aug 08:31
Compare
Choose a tag to compare

Deprecation Notice

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/core.

What's Changed

Full Changelog: v0.19.1...v0.20.0

v0.19.1

07 Jul 16:22
acfb38a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

30 Jun 22:33
4dee347
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

30 Jun 18:25
1d0e2c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

21 Jun 10:20
3c35ffc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

25 May 13:20
fa28eef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

24 May 12:39
9923194
Compare
Choose a tag to compare

Breaking Changes

The OpenedStream and ClosedStream methods were removed from the network.Notifiee interface. These methods were not really useful to begin with: You can get a notification that the swarm opened a new stream, but you can read, write, close or reset the stream without interfering with the application.

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.16.0

v0.15.1

18 Apr 20:15
8293d28
Compare
Choose a tag to compare

What's Changed

  • feat: harden encoding/decoding functions against panics by @Stebalien in #243

Full Changelog: v0.15.0...v0.15.1

v0.15.0

14 Apr 15:16
f8e1087
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0