Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/libp2p/go-libp2p-core to v0.20.1 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/libp2p/go-libp2p-core v0.8.0 -> v0.20.1 age adoption passing confidence

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 the crypto/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 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: 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

New 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 the Network interface.

v0.10.0

Compare Source

This release contains a number of backwards-incompatible changes:

  • replaces the Process method on the Network interface with an io.Closer (#​212)
  • adds the role (client / server) to the simultaneous connect context (#​210)
  • passes the peer ID to SecureInbound in the SecureTransport and the SecureMuxer (#​211)

v0.9.0

Compare Source

In this release, we removed a number functions and types that have long been deprecated:

  • crypto/KeyStretcher and crypto.StretchedKeys (#​203)
  • Bytes method from the crypto.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

  • #​175 -- Adds support for transient connections.

v0.8.1

Compare Source

  • Introduce a sec.SecureMuxer interface which can select security protocols and open outbound connections with simultaneous open. It is a wrapper around the SecureTransport 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/git.luolix.top-libp2p-go-libp2p-core-0.x branch 6 times, most recently from d0f0590 to d734a4f Compare September 28, 2022 04:12
@renovate renovate bot force-pushed the renovate/git.luolix.top-libp2p-go-libp2p-core-0.x branch from d734a4f to e7709f9 Compare October 26, 2022 11:39
@renovate renovate bot force-pushed the renovate/git.luolix.top-libp2p-go-libp2p-core-0.x branch 2 times, most recently from edfd95f to 0050102 Compare January 27, 2023 04:31
@renovate renovate bot force-pushed the renovate/git.luolix.top-libp2p-go-libp2p-core-0.x branch 2 times, most recently from a10af45 to 67d6f72 Compare March 22, 2023 09:56
@renovate renovate bot force-pushed the renovate/git.luolix.top-libp2p-go-libp2p-core-0.x branch from 67d6f72 to 1efac3d Compare March 22, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants