libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

Bump github.com/libp2p/go-libp2p from 0.3.1 to 0.4.2 #95

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/libp2p/go-libp2p from 0.3.1 to 0.4.2.

Release notes *Sourced from [github.com/libp2p/go-libp2p's releases](https://github.com/libp2p/go-libp2p/releases).* > ## v0.4.2 > This is a patch release. Changes: > - [#748](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/748) -- updates `go-libp2p-nat` to address a potential panic due to a race condition in `go-ssdp`. > - [#743](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/743) -- improves the README. > > ## v0.4.1 > This is a patch release, with the following changes: > - [#740](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/740) Make activation threshold configurable > > ## v0.4.0 > This release is mostly a bugfix release but it gets a major version bump as it introduces two new features. > > Features: > > * Add a `UserAgent` option to libp2p for specifying the libp2p user-agent. Previously, this was specified using a global `ClientVersion` global variable. > * Set the default user-agent to `$repo@$version` (where `$repo` is the _downstream_ project importing go-libp2p). > * Add a `Filters` option to the constructor for specifying an address filter. This can be used to restrict which peers libp2p will connect to by IP/port/transport. > > Bug Fixes: > > * Update multiple deps > * websocket (bug fixes) > * sha256-simd (arm build fix) > * mdns (race conditions) > * Update for go-multiaddr protocol definition refactor. Multiaddr protocols have been moved out of libp2p transports into go-multiaddr itself. > * Fix some issues with non-constant time operations involving libp2p secret keys. >
Commits - [`a091bcb`](https://github.com/libp2p/go-libp2p/commit/a091bcb087a87b16f9e37a9d248ed6ac2bb2cd66) Merge pull request [#748](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/748) from libp2p/gomod/update - [`d65d0c4`](https://github.com/libp2p/go-libp2p/commit/d65d0c4bf83f7a210f2a1fb15e0537d7a5cd7f33) gomod: update go-libp2p-nat to v0.0.5 - [`3ac69bd`](https://github.com/libp2p/go-libp2p/commit/3ac69bd8b3cee0ded928ec7bd3692a15c3a00c6f) Merge pull request [#743](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/743) from sternhenri/patch/readme - [`1b8f1b6`](https://github.com/libp2p/go-libp2p/commit/1b8f1b69d0355cd7f5cd663a8694fe84ca61e3db) small grammar fixes and updates to readme - [`210dcc6`](https://github.com/libp2p/go-libp2p/commit/210dcc67dcc896191060cf52b47f1d5de0a17853) Merge pull request [#740](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/740) from libp2p/identify/configurable-threshold - [`7e49c66`](https://github.com/libp2p/go-libp2p/commit/7e49c66219cb56bc72aa7658b1607aadaedb04dc) Identify: Make activation threshold configurable - [`b8e13da`](https://github.com/libp2p/go-libp2p/commit/b8e13dae78e016e5b1f35c69174529977bf43566) Merge pull request [#733](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/733) from libp2p/chore/update-deps - [`94d7efc`](https://github.com/libp2p/go-libp2p/commit/94d7efc58ef542caa9447e03e38d89718ba36d62) chore(dep): update libp2p-core and protobuf - [`5f60501`](https://github.com/libp2p/go-libp2p/commit/5f60501a04d5bdf97feda565f2cba45d6a1706ec) readme: add instructions for bypassing default gomod proxy. ([#731](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/731)) - [`c168728`](https://github.com/libp2p/go-libp2p/commit/c1687281a5c19b61ee5e0dc07fad15697c3bde94) Merge pull request [#727](https://github-redirect.dependabot.com/libp2p/go-libp2p/issues/727) from libp2p/dep/update - Additional commits viewable in [compare view](https://github.com/libp2p/go-libp2p/compare/v0.3.1...v0.4.2)


Dependabot compatibility score

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @Stebalien.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
Stebalien commented 4 years ago

@dependabot merge