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

Releases: libp2p/go-libp2p-noise

v0.5.0

25 May 18:55
b647b43
Compare
Choose a tag to compare

Repo Deprecation

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

v0.4.0

19 Apr 10:20
43d9e78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Sep 17:33
c35ec2c
Compare
Choose a tag to compare

v0.2.2

27 Jul 18:34
374047a
Compare
Choose a tag to compare

v0.2.1

27 Jul 07:57
019f458
Compare
Choose a tag to compare

Don't use this release. This should have been a major release.

v0.1.3

30 Mar 16:51
cfe523c
Compare
Choose a tag to compare
  • Updates the license to MIT/Apache-2.0
  • Updates some dependencies.

v0.1.2

07 Oct 09:26
Compare
Choose a tag to compare

Optimization to reduce syscalls using a buffered reader. Increases throughput by ~12% on reading from high-bandwidth/volume channels (e.g. file transfers), at a tiny cost on memory (4KiB buffer per conn).

v0.1.1

18 May 17:43
02dc2ad
Compare
Choose a tag to compare

Significant optimizations to reduce copying and allocations.

v0.1.0

24 Apr 19:59
69090b2
Compare
Choose a tag to compare

First release of go-libp2p-noise. Compiles with r2 of the noise-libp2p spec.