the-crypto-project
the-crypto-project copied to clipboard
Bump github.com/libp2p/go-libp2p from 0.11.0 to 0.18.0
Bumps github.com/libp2p/go-libp2p from 0.11.0 to 0.18.0.
Release notes
Sourced from github.com/libp2p/go-libp2p's releases.
v0.18.0
We're happy to announce the v0.18.0 release of go-libp2p.
🛠 Breaking Changes
In this release, we're continuing our repo consolidation. We've moved the following repositories into go-libp2p:
- go-libp2p-autonat
- go-libp2p-discovery
- go-libp2p-connmgr
- go-addr-utils
- go-libp2p-netutil
- go-sockaddr
If you've been using functions from these repositories, please make sure to point those to go-libp2p.
🔦 Highlights
The main feature of v0.18.0 is the Resource Manager. The Resource Manager allows the configuration of (among others):
- the number of incoming / outgoing connections
- the number of incoming / outgoing streams
- the number of streams per protocol, and per service
- memory usage
For details on how this works, and how to change limits, refer to the README of the Resource Manager.
In this release, we've finished the transition from ipfs/go-log@v1 to ipfs/go-log@v2. One less dependency!
Changelog
- github.com/libp2p/go-libp2p:
- update go-libp2p-resource manager, release v0.18.0 (#1361) (libp2p/go-libp2p#1361)
- fix flaky BackoffConnector test (#1353) (libp2p/go-libp2p#1353)
- release v0.18.0-rc6 (#1350) (libp2p/go-libp2p#1350)
- update mplex (#1348) (libp2p/go-libp2p#1348)
- release v0.18.0-rc5 (libp2p/go-libp2p#1341)
- update README (#1330) (libp2p/go-libp2p#1330)
- fix parsing of IP addresses for zeroconf initialization (#1338) (libp2p/go-libp2p#1338)
- fix flaky TestBackoffConnector test (#1328) (libp2p/go-libp2p#1328)
- release v0.18.0-rc4 (libp2p/go-libp2p#1327)
- update go-libp2p-yamux and go-libp2p-quic-transport (#1326) (libp2p/go-libp2p#1326)
- fix (and speed up) flaky TestBackoffConnector test (#1316) (libp2p/go-libp2p#1316)
- increase the UDP receiver buffer size on CI (#1323) (libp2p/go-libp2p#1323)
- fix flaky TestAutoRelay test (#1322) (libp2p/go-libp2p#1322)
- deflake resource manager tests, take 2 (libp2p/go-libp2p#1318)
- fix race condition causing TestAutoNATServiceDialError test failure (#1312) (libp2p/go-libp2p#1312)
- disable flaky relay example test on CI (#1219) (libp2p/go-libp2p#1219)
- fix flaky resource manager tests (libp2p/go-libp2p#1315)
- update deps, fixing nil peer scope pointer issues in connection upgrading (libp2p/go-libp2p#1309)
... (truncated)
Commits
5bab581
update go-libp2p-resource manager, release v0.18.0 (#1361)13d0381
fix flaky BackoffConnector test (#1353)f0db9cc
release v0.18.0-rc6 (#1350)49d75d7
update mplex (#1348)4c0e2b8
Merge pull request #1341 from libp2p/release-v0.18.0-rc52d8f0a8
bump version to v0.18.0-rc532d7977
update go-libp2p-swarm and go-tcp-transport4b236dd
update README (#1330)49479c7
fix parsing of IP addresses for zeroconf initialization (#1338)ccdd17f
fix flaky TestBackoffConnector test (#1328)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.