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.20.1
v0.20.0
Deprecation Notice
This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/core
.
What's Changed
- deprecate peer.ID.Pretty by @marten-seemann in #273
- deprecate peer.Encode in favor of peer.ID.String by @marten-seemann in #275
- remove peer.IDFromString by @marten-seemann in #274
- remove unused MultistreamSemverMatcher by @marten-seemann in #277
- use a mock clock in bandwidth tests by @marten-seemann in #276
- stop using the deprecated io/ioutil package by @marten-seemann in #279
- deprecate this repo by @marten-seemann in #281
Full Changelog: v0.19.1...v0.20.0
v0.19.1
v0.19.0
What's Changed
- Add endpoint parameter to the OpenConnection method for ResourceManager by @MarcoPolo in #257
- Release v0.19.0 by @MarcoPolo in #271
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- remove the peer.Set by @marten-seemann in #261
- chore: upgrade to go-cid v0.2.0 by @masih in #262
- remove deprecated mux package by @marten-seemann in #265
- [canonicallog] Only log once if we failed to convert from netAddr by @MarcoPolo in #264
- canonicallog: reduce log level to warning by @marten-seemann in #268
- Add canonical peer status logging with sampling by @MarcoPolo in #269
- Release v0.18.0 by @MarcoPolo in #270
New Contributors
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Add canonical log for misbehaving peers by @MarcoPolo in #258
New Contributors
- @MarcoPolo made their first contribution in #258
Full Changelog: v0.16.1...v0.17.0
v0.16.1
What's Changed
- force usage of github.com/btcsuite/btcd v0.22.1 or newer by @marten-seemann in #254
Full Changelog: v0.16.0...v0.16.1
v0.16.0
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
- update btcec dependency by @brianathere in #247
- deprecate Negotiator.NegotiateLazy by @marten-seemann in #249
- remove OpenedStream and ClosedStream from Notifiee interface by @marten-seemann in #250
New Contributors
- @brianathere made their first contribution in #247
Full Changelog: v0.15.1...v0.16.0
v0.15.1
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
What's Changed
- chore: add
String()
method toIDSlice
type by @EclesioMeloJunior in #238 - fix: switch to go-multicodec mappings by @lidel in #240
New Contributors
- @EclesioMeloJunior made their first contribution in #238
- @lidel made their first contribution in #240
Full Changelog: v0.14.0...v0.15.0