Skip to content

Commit

Permalink
chore(deps): Bump github.com/ipfs/boxo from 0.12.0 to 0.13.0 (#2734)
Browse files Browse the repository at this point in the history
Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.12.0
to 0.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ipfs/boxo/releases">github.com/ipfs/boxo's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.0</h2>
<h2>Added</h2>
<ul>
<li>✨ The <code>routing/http</code> implements Delegated Peer Routing
introduced in <a
href="https://redirect.github.com/ipfs/specs/pull/417">IPIP-417</a>.</li>
</ul>
<h2>Changed</h2>
<ul>
<li>🛠 The <code>routing/http</code> package received the following
modifications:
<ul>
<li>Client <code>GetIPNSRecord</code> and <code>PutIPNSRecord</code>
have been renamed to <code>GetIPNS</code> and
<code>PutIPNS</code>, respectively. Similarly, the required function
names in the server
<code>ContentRouter</code> have also been updated.</li>
<li><code>ReadBitswapProviderRecord</code> has been renamed to
<code>BitswapRecord</code> and marked as deprecated.
From now on, please use the protocol-agnostic <code>PeerRecord</code>
for most use cases. The new
Peer Schema has been introduced in <a
href="https://redirect.github.com/ipfs/specs/pull/417">IPIP-417</a>.</li>
</ul>
</li>
</ul>
<h2>Removed</h2>
<ul>
<li>🛠 The <code>routing/http</code> package experienced following
removals:
<ul>
<li>Server and client no longer support the experimental
<code>Provide</code> method.
<code>ProvideBitswap</code> is still usable, but marked as deprecated. A
protocol-agnostic
provide mechanism is being worked on in <a
href="https://redirect.github.com/ipfs/specs/pull/378">IPIP-378</a>.</li>
<li>Server no longer exports <code>FindProvidersPath</code> and
<code>ProvidePath</code>.</li>
</ul>
</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>The normalization of DNSLink identifiers in <code>gateway</code> has
been corrected in the edge
case where the value passed to the path component of the URL is already
normalized.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>ci: uci/copy-templates by <a
href="https://github.com/web3-bot"><code>@​web3-bot</code></a> in <a
href="https://redirect.github.com/ipfs/boxo/pull/431">ipfs/boxo#431</a></li>
<li>Merge release v0.12.0 by <a
href="https://github.com/hacdias"><code>@​hacdias</code></a> in <a
href="https://redirect.github.com/ipfs/boxo/pull/448">ipfs/boxo#448</a></li>
<li>blockservice/test: passthrough blockservice options [skip changelog]
by <a href="https://github.com/Wondertan"><code>@​Wondertan</code></a>
in <a
href="https://redirect.github.com/ipfs/boxo/pull/449">ipfs/boxo#449</a></li>
<li>bitswap: reenable tests by <a
href="https://github.com/Jorropo"><code>@​Jorropo</code></a> in <a
href="https://redirect.github.com/ipfs/boxo/pull/423">ipfs/boxo#423</a></li>
<li>bitswap: mark TestSessionGetBlocks flaky by <a
href="https://github.com/Jorropo"><code>@​Jorropo</code></a> in <a
href="https://redirect.github.com/ipfs/boxo/pull/456">ipfs/boxo#456</a></li>
<li>feat(routing/http)!: delegated peer routing server and client, IPIP
417 by <a href="https://github.com/hacdias"><code>@​hacdias</code></a>
in <a
href="https://redirect.github.com/ipfs/boxo/pull/422">ipfs/boxo#422</a></li>
<li>ci: remove obsolete protocol/cache-go-action by <a
href="https://github.com/galargh"><code>@​galargh</code></a> in <a
href="https://redirect.github.com/ipfs/boxo/pull/460">ipfs/boxo#460</a></li>
<li>fix(gateway): normalization of DNSLink inlining by <a
href="https://github.com/lidel"><code>@​lidel</code></a> in <a
href="https://redirect.github.com/ipfs/boxo/pull/462">ipfs/boxo#462</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ipfs/boxo/compare/v0.12.0...v0.13.0">https://github.com/ipfs/boxo/compare/v0.12.0...v0.13.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ipfs/boxo/blob/main/CHANGELOG.md">github.com/ipfs/boxo's
changelog</a>.</em></p>
<blockquote>
<h2>[v0.13.0]</h2>
<h3>Added</h3>
<ul>
<li>✨ The <code>routing/http</code> implements Delegated Peer Routing
introduced in <a
href="https://redirect.github.com/ipfs/specs/pull/417">IPIP-417</a>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>🛠 The <code>routing/http</code> package received the following
modifications:
<ul>
<li>Client <code>GetIPNSRecord</code> and <code>PutIPNSRecord</code>
have been renamed to <code>GetIPNS</code> and
<code>PutIPNS</code>, respectively. Similarly, the required function
names in the server
<code>ContentRouter</code> have also been updated.</li>
<li><code>ReadBitswapProviderRecord</code> has been renamed to
<code>BitswapRecord</code> and marked as deprecated.
From now on, please use the protocol-agnostic <code>PeerRecord</code>
for most use cases. The new
Peer Schema has been introduced in <a
href="https://redirect.github.com/ipfs/specs/pull/417">IPIP-417</a>.</li>
</ul>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>🛠 The <code>routing/http</code> package experienced following
removals:
<ul>
<li>Server and client no longer support the experimental
<code>Provide</code> method.
<code>ProvideBitswap</code> is still usable, but marked as deprecated. A
protocol-agnostic
provide mechanism is being worked on in <a
href="https://redirect.github.com/ipfs/specs/pull/378">IPIP-378</a>.</li>
<li>Server no longer exports <code>FindProvidersPath</code> and
<code>ProvidePath</code>.</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>The normalization of DNSLink identifiers in <code>gateway</code> has
been corrected in the edge
case where the value passed to the path component of the URL is already
normalized.</li>
</ul>
<h3>Security</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ipfs/boxo/commit/33ff5953c6e59d42f983749654c7fee2966e4a83"><code>33ff595</code></a>
Merge pull request <a
href="https://redirect.github.com/ipfs/boxo/issues/465">#465</a> from
ipfs/release-v0.13.0</li>
<li><a
href="https://github.com/ipfs/boxo/commit/f0ff3ce58775c7bc957584d1bd8e464c2e8677a9"><code>f0ff3ce</code></a>
chore: bump to v0.13.0</li>
<li><a
href="https://github.com/ipfs/boxo/commit/857bb53200243e54c82f989d6a969f6e4a8386d4"><code>857bb53</code></a>
docs: update changelog for v0.13.0</li>
<li><a
href="https://github.com/ipfs/boxo/commit/68914ea368f4645de1cf6365a6948112b92c408d"><code>68914ea</code></a>
fix(gateway): normalization of DNSLink inlining (<a
href="https://redirect.github.com/ipfs/boxo/issues/462">#462</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/574df963653c940ea19b1b8a0d37cd30360c22e9"><code>574df96</code></a>
ci: remove obsolete protocol/cache-go-action (<a
href="https://redirect.github.com/ipfs/boxo/issues/460">#460</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/13569468babd703fc0da2413ef36cded14136b3a"><code>1356946</code></a>
feat(routing/http)!: delegated peer routing server and client, IPIP 417
(<a
href="https://redirect.github.com/ipfs/boxo/issues/422">#422</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/79159c31ef43f8eeb129f1177a8d7ed665122f54"><code>79159c3</code></a>
bitswap: mark TestSessionGetBlocks flaky</li>
<li><a
href="https://github.com/ipfs/boxo/commit/c135968f9621e8bde81d49fad118c07f8676af24"><code>c135968</code></a>
provider: mark TestOfflineRecordsThenOnlineRepublish flaky on
windows</li>
<li><a
href="https://github.com/ipfs/boxo/commit/38ecf0e69e8c8c63d8879e298e986799eaa4764b"><code>38ecf0e</code></a>
bitswap: reenable tests</li>
<li><a
href="https://github.com/ipfs/boxo/commit/303595bcdba7c4ff1e4186a8089a550df6da9d28"><code>303595b</code></a>
blockservice/test: passthrough blockservice options</li>
<li>Additional commits viewable in <a
href="https://github.com/ipfs/boxo/compare/v0.12.0...v0.13.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ipfs/boxo&package-manager=go_modules&previous-version=0.12.0&new-version=0.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
dependabot[bot] and distractedm1nd committed Sep 21, 2023
1 parent 9be8dab commit 303db05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/hashicorp/go-retryablehttp v0.7.4
github.com/hashicorp/golang-lru/v2 v2.0.6
github.com/imdario/mergo v0.3.16
github.com/ipfs/boxo v0.12.0
github.com/ipfs/boxo v0.13.0
github.com/ipfs/go-block-format v0.2.0
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,8 @@ github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368/go.mod h1:
github.com/ipfs/bbloom v0.0.1/go.mod h1:oqo8CVWsJFMOZqTglBG4wydCE4IQA/G2/SEofB0rjUI=
github.com/ipfs/bbloom v0.0.4 h1:Gi+8EGJ2y5qiD5FbsbpX/TMNcJw8gSqr7eyjHa4Fhvs=
github.com/ipfs/bbloom v0.0.4/go.mod h1:cS9YprKXpoZ9lT0n/Mw/a6/aFV6DTjTLYHeA+gyqMG0=
github.com/ipfs/boxo v0.12.0 h1:AXHg/1ONZdRQHQLgG5JHsSC3XoE4DjCAMgK+asZvUcQ=
github.com/ipfs/boxo v0.12.0/go.mod h1:xAnfiU6PtxWCnRqu7dcXQ10bB5/kvI1kXRotuGqGBhg=
github.com/ipfs/boxo v0.13.0 h1:uzCQekieYS4PysbYYdodNmKLuqOdLjlUziXVZ19oDeQ=
github.com/ipfs/boxo v0.13.0/go.mod h1:btrtHy0lmO1ODMECbbEY1pxNtrLilvKSYLoGQt1yYCk=
github.com/ipfs/go-bitfield v1.0.0/go.mod h1:N/UiujQy+K+ceU1EF5EkVd1TNqevLrCQMIcAEPrdtus=
github.com/ipfs/go-bitfield v1.1.0 h1:fh7FIo8bSwaJEh6DdTWbCeZ1eqOaOkKFI74SCnsWbGA=
github.com/ipfs/go-bitfield v1.1.0/go.mod h1:paqf1wjq/D2BBmzfTVFlJQ9IlFOZpg422HL0HqsGWHU=
Expand Down

0 comments on commit 303db05

Please sign in to comment.