Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump github.com/ipfs/boxo from 0.12.0 to 0.13.0 (#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>
- Loading branch information