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

chore(deps): Bump github.com/ipfs/boxo from 0.12.0 to 0.13.0 #2734

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps github.com/ipfs/boxo from 0.12.0 to 0.13.0.

Release notes

Sourced from github.com/ipfs/boxo's releases.

v0.13.0

Added

  • ✨ The routing/http implements Delegated Peer Routing introduced in IPIP-417.

Changed

  • 🛠 The routing/http package received the following modifications:
    • Client GetIPNSRecord and PutIPNSRecord have been renamed to GetIPNS and PutIPNS, respectively. Similarly, the required function names in the server ContentRouter have also been updated.
    • ReadBitswapProviderRecord has been renamed to BitswapRecord and marked as deprecated. From now on, please use the protocol-agnostic PeerRecord for most use cases. The new Peer Schema has been introduced in IPIP-417.

Removed

  • 🛠 The routing/http package experienced following removals:
    • Server and client no longer support the experimental Provide method. ProvideBitswap is still usable, but marked as deprecated. A protocol-agnostic provide mechanism is being worked on in IPIP-378.
    • Server no longer exports FindProvidersPath and ProvidePath.

Fixed

  • The normalization of DNSLink identifiers in gateway has been corrected in the edge case where the value passed to the path component of the URL is already normalized.

What's Changed

Full Changelog: ipfs/boxo@v0.12.0...v0.13.0

Changelog

Sourced from github.com/ipfs/boxo's changelog.

[v0.13.0]

Added

  • ✨ The routing/http implements Delegated Peer Routing introduced in IPIP-417.

Changed

  • 🛠 The routing/http package received the following modifications:
    • Client GetIPNSRecord and PutIPNSRecord have been renamed to GetIPNS and PutIPNS, respectively. Similarly, the required function names in the server ContentRouter have also been updated.
    • ReadBitswapProviderRecord has been renamed to BitswapRecord and marked as deprecated. From now on, please use the protocol-agnostic PeerRecord for most use cases. The new Peer Schema has been introduced in IPIP-417.

Removed

  • 🛠 The routing/http package experienced following removals:
    • Server and client no longer support the experimental Provide method. ProvideBitswap is still usable, but marked as deprecated. A protocol-agnostic provide mechanism is being worked on in IPIP-378.
    • Server no longer exports FindProvidersPath and ProvidePath.

Fixed

  • The normalization of DNSLink identifiers in gateway has been corrected in the edge case where the value passed to the path component of the URL is already normalized.

Security

Commits
  • 33ff595 Merge pull request #465 from ipfs/release-v0.13.0
  • f0ff3ce chore: bump to v0.13.0
  • 857bb53 docs: update changelog for v0.13.0
  • 68914ea fix(gateway): normalization of DNSLink inlining (#462)
  • 574df96 ci: remove obsolete protocol/cache-go-action (#460)
  • 1356946 feat(routing/http)!: delegated peer routing server and client, IPIP 417 (#422)
  • 79159c3 bitswap: mark TestSessionGetBlocks flaky
  • c135968 provider: mark TestOfflineRecordsThenOnlineRepublish flaky on windows
  • 38ecf0e bitswap: reenable tests
  • 303595b blockservice/test: passthrough blockservice options
  • Additional commits viewable in compare view

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 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 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

Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/ipfs/boxo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Sep 20, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2023

Codecov Report

Merging #2734 (3393c69) into main (9be8dab) will decrease coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2734      +/-   ##
==========================================
- Coverage   51.89%   51.83%   -0.07%     
==========================================
  Files         163      163              
  Lines       10854    10854              
==========================================
- Hits         5633     5626       -7     
- Misses       4729     4733       +4     
- Partials      492      495       +3     

see 7 files with indirect coverage changes

@distractedm1nd
Copy link
Collaborator

@Wondertan Your PR landed here, did you want to do anything specific with it?

@distractedm1nd distractedm1nd enabled auto-merge (squash) September 21, 2023 09:49
@Wondertan
Copy link
Member

I its a very minor thing in testing utils. Not worth spending time rn

@distractedm1nd distractedm1nd merged commit 303db05 into main Sep 21, 2023
14 of 17 checks passed
@distractedm1nd distractedm1nd deleted the dependabot/go_modules/github.com/ipfs/boxo-0.13.0 branch September 21, 2023 09:58
vgonkivs pushed a commit to vgonkivs/celestia-node that referenced this pull request Oct 5, 2023
…aorg#2734)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan <ryan@celestia.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants