This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
Releases: libp2p/go-libp2p-core
Releases · libp2p/go-libp2p-core
v0.14.0
What's Changed
- remove the DialTimeout by @marten-seemann in #230
- remove the transport.AcceptTimeout by @marten-seemann in #231
- introduce a transport.Upgrader interface by @marten-seemann in #232
- Network Resource Manager interface by @vyzo in #229
New Contributors
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- rename network.Stat to Stats, introduce ConnStats by @marten-seemann in #226
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- add RemovePeer method to PeerMetadata, Metrics, Protobook and Keybook by @marten-seemann in #218
- generate ecdsa public key from an input public key by @richard-ramos in #219
New Contributors
- @richard-ramos made their first contribution in #219
Full Changelog: v0.11.0...v0.12.0
v0.11.0
This release removes the ConnHandler
interface, both its definition, as well as its use in the Network
interface.
v0.10.0
This release contains a number of backwards-incompatible changes:
v0.9.0
In this release, we removed a number functions and types that have long been deprecated:
v0.8.6
fix: make timestamps strictly increasing (#201) * fix: make timestamps strictly increasing On Linux, this is almost always the case. Windows, however, doesn't have nanosecond accuracy. We make the timestamp sequence numbers strictly increasing by returning the last timestamp + 1 where necessary. * apply code review Co-authored-by: Marten Seemann <[email protected]> * use a lock Co-authored-by: Marten Seemann <[email protected]>
v0.8.5
v0.8.4
Introduces an Event to detect TCP & UDP NAT Device Type.
v0.8.3
Adds support for forcing a direct connection with a peer even if we already have a relayed connection.