Update module github.com/libp2p/go-libp2p-core to v0.20.1 #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.8.0
->v0.20.1
Release Notes
libp2p/go-libp2p-core (github.com/libp2p/go-libp2p-core)
v0.20.1
Compare Source
This follow
v0.20.0
but also add thecrypto/pb
package which was missed.v0.20.0
Compare Source
Deprecation Notice
This package has moved into go-libp2p as a sub-package,
github.com/libp2p/go-libp2p/core
.What's Changed
Full Changelog: libp2p/go-libp2p-core@v0.19.1...v0.20.0
v0.19.1
Compare Source
What's Changed
Full Changelog: libp2p/go-libp2p-core@v0.19.0...v0.19.1
v0.19.0
Compare Source
What's Changed
Full Changelog: libp2p/go-libp2p-core@v0.18.0...v0.19.0
v0.18.0
Compare Source
What's Changed
New Contributors
Full Changelog: libp2p/go-libp2p-core@v0.17.0...v0.18.0
v0.17.0
Compare Source
What's Changed
New Contributors
Full Changelog: libp2p/go-libp2p-core@v0.16.1...v0.17.0
v0.16.1
Compare Source
What's Changed
Full Changelog: libp2p/go-libp2p-core@v0.16.0...v0.16.1
v0.16.0
Compare Source
Breaking Changes
The
OpenedStream
andClosedStream
methods were removed from thenetwork.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: libp2p/go-libp2p-core@v0.15.1...v0.16.0
v0.15.1
Compare Source
What's Changed
Full Changelog: libp2p/go-libp2p-core@v0.15.0...v0.15.1
v0.15.0
Compare Source
What's Changed
String()
method toIDSlice
type by @EclesioMeloJunior in https://github.com/libp2p/go-libp2p-core/pull/238New Contributors
Full Changelog: libp2p/go-libp2p-core@v0.14.0...v0.15.0
v0.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: libp2p/go-libp2p-core@v0.13.0...v0.14.0
v0.13.0
Compare Source
What's Changed
Full Changelog: libp2p/go-libp2p-core@v0.12.0...v0.13.0
v0.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: libp2p/go-libp2p-core@v0.11.0...v0.12.0
v0.11.0
Compare Source
This release removes the
ConnHandler
interface, both its definition, as well as its use in theNetwork
interface.v0.10.0
Compare Source
This release contains a number of backwards-incompatible changes:
Process
method on theNetwork
interface with anio.Closer
(#212)SecureInbound
in theSecureTransport
and theSecureMuxer
(#211)v0.9.0
Compare Source
In this release, we removed a number functions and types that have long been deprecated:
crypto/KeyStretcher
andcrypto.StretchedKeys
(#203)Bytes
method from thecrypto.Key
interface (#204)peer.IDB58Decode
,peer.IDB58Encode
,peer.IdHexDecode
,peer.IdHexEncode
(#205)insecure.New
constructor for the insecure transport (#206)v0.8.6
Compare Source
v0.8.5
Compare Source
Introduces a context option to signify simultaneous connect for hole punching.
v0.8.4
Compare Source
Introduces an Event to detect TCP & UDP NAT Device Type.
v0.8.3
Compare Source
Adds support for forcing a direct connection with a peer even if we already have a relayed connection.
v0.8.2
Compare Source
v0.8.1
Compare Source
sec.SecureMuxer
interface which can select security protocols and open outbound connections with simultaneous open. It is a wrapper around theSecureTransport
interface.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.