-
Notifications
You must be signed in to change notification settings - Fork 968
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
distractedm1nd
merged 2 commits into
main
from
dependabot/go_modules/github.com/ipfs/boxo-0.13.0
Sep 21, 2023
Merged
chore(deps): Bump github.com/ipfs/boxo from 0.12.0 to 0.13.0 #2734
distractedm1nd
merged 2 commits into
main
from
dependabot/go_modules/github.com/ipfs/boxo-0.13.0
Sep 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] <[email protected]>
dependabot
bot
requested review from
renaynay,
Wondertan,
vgonkivs,
distractedm1nd and
walldiss
as code owners
September 20, 2023 07:58
Codecov Report
@@ 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 |
@Wondertan Your PR landed here, did you want to do anything specific with it? |
distractedm1nd
approved these changes
Sep 21, 2023
I its a very minor thing in testing utils. Not worth spending time rn |
Wondertan
approved these changes
Sep 21, 2023
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/ipfs/boxo from 0.12.0 to 0.13.0.
Release notes
Sourced from github.com/ipfs/boxo's releases.
Changelog
Sourced from github.com/ipfs/boxo's changelog.
Commits
33ff595
Merge pull request #465 from ipfs/release-v0.13.0f0ff3ce
chore: bump to v0.13.0857bb53
docs: update changelog for v0.13.068914ea
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 flakyc135968
provider: mark TestOfflineRecordsThenOnlineRepublish flaky on windows38ecf0e
bitswap: reenable tests303595b
blockservice/test: passthrough blockservice optionsDependabot 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