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

bot: Bump github.com/ipfs/boxo from 0.10.2 to 0.11.0 #1726

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2023

Bumps github.com/ipfs/boxo from 0.10.2 to 0.11.0.

Release notes

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

v0.11.0

Added

  • ✨ The gateway now supports the optional order and dups CAR parameters from IPIP-412.
    • The BlocksBackend only implements order=dfs (Depth-First Search) ordering, which was already the default behavior.
    • If a request specifies no dups, response with dups=n is returned, which was already the default behavior.
    • If a request explicitly specifies a CAR order other than dfs, it will result in an error.
    • The only change to the default behavior on CAR responses is that we follow IPIP-412 and make order=dfs;dups=n explicit in the returned Content-Type HTTP header.
  • ✨ While the call signature remains the same, the blocks that Bitswap returns can now be cast to traceability.Block, which will additionally tell you where the Block came from and how long it took to fetch. This helps consumers of Bitswap collect better metrics on Bitswap behavior.

Changed

  • 🛠 The ipns package has been refactored.
    • You should no longer use the direct Protobuf version of the IPNS Record. Instead, we have a shiny new ipns.Record type that wraps all the required functionality to work the best as possible with IPNS v2 Records. Please check the documentation for more information, and follow ipfs/specs#376 for related IPIP.
    • There is no change to IPNS Records produced by boxo/ipns, it still produces both V1 and V2 signatures by default, it is still backward-compatible.

Removed

  • 🛠 ipld/car has been removed. Please use ipld/go-car instead. More information regarding this decision can be found in issue 218.

Fixed

  • Removed mentions of unused ARC algorithm (#336)
  • Handle _redirects file when If-None-Match header is present (#412)

Security

Changelog

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

[v0.11.0]

Added

  • ✨ The gateway now supports the optional order and dups CAR parameters from IPIP-412.
    • The BlocksBackend only implements order=dfs (Depth-First Search) ordering, which was already the default behavior.
    • If a request specifies no dups, response with dups=n is returned, which was already the default behavior.
    • If a request explicitly specifies a CAR order other than dfs, it will result in an error.
    • The only change to the default behavior on CAR responses is that we follow IPIP-412 and make order=dfs;dups=n explicit in the returned Content-Type HTTP header.
  • ✨ While the call signature remains the same, the blocks that Bitswap returns can now be cast to traceability.Block, which will additionally tell you where the Block came from and how long it took to fetch. This helps consumers of Bitswap collect better metrics on Bitswap behavior.

Changed

  • 🛠 The ipns package has been refactored.
    • You should no longer use the direct Protobuf version of the IPNS Record. Instead, we have a shiny new ipns.Record type that wraps all the required functionality to work the best as possible with IPNS v2 Records. Please check the documentation for more information, and follow ipfs/specs#376 for related IPIP.
    • There is no change to IPNS Records produced by boxo/ipns, it still produces both V1 and V2 signatures by default, it is still backward-compatible.

Removed

  • 🛠 ipld/car has been removed. Please use ipld/go-car instead. More information regarding this decision can be found in issue 218.

Fixed

  • Removed mentions of unused ARC algorithm (#336)
  • Handle _redirects file when If-None-Match header is present (#412)

Security

Commits
  • 77fb828 Merge pull request #417 from ipfs/release-v0.11.0
  • 7c4111d chore: release v0.11.0
  • fe8f90e changelog: create v0.11.0 section
  • 5ba947b bitswap/client: add basic traceable blocks (#308)
  • 1f5df74 fix: handle _redirects for If-None-Match headers (#412)
  • f6b448b feat(gateway): support for order=, dups= parameters from IPIP-412 (#370)
  • 4b29eb0 docs: fix changelog entries (#414)
  • cfad09d ci: add changelog update checker workflow (#398)
  • 0c3bdb0 docs(blockstore): clarify AllKeysChan (#363)
  • 85b7e0a docs(readme): new logo and header (#405)
  • 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 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 dependabot bot added the dependencies Related to dependencies label Jul 29, 2023
@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (5e68f54) 75.48% compared to head (af18f2f) 75.47%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1726      +/-   ##
===========================================
- Coverage    75.48%   75.47%   -0.00%     
===========================================
  Files          208      208              
  Lines        21801    21801              
===========================================
- Hits         16455    16454       -1     
  Misses        4202     4202              
- Partials      1144     1145       +1     
Flag Coverage Δ
all-tests 75.47% <ø> (-<0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e68f54...af18f2f. Read the comment docs.

@shahzadlone
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/ipfs/boxo-0.11.0 branch 3 times, most recently from 9d8eab4 to 4cdee0e Compare July 31, 2023 12:18
Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.10.2...v0.11.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 force-pushed the dependabot/go_modules/github.com/ipfs/boxo-0.11.0 branch from 4cdee0e to af18f2f Compare August 1, 2023 19:19
@fredcarle
Copy link
Collaborator

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2023

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@fredcarle fredcarle merged commit 0ee6d10 into develop Aug 1, 2023
14 checks passed
@fredcarle fredcarle deleted the dependabot/go_modules/github.com/ipfs/boxo-0.11.0 branch August 1, 2023 22:10
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
)

Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.10.2
to 0.11.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.11.0</h2>
<h3>Added</h3>
<ul>
<li>✨ The gateway now supports the optional <code>order</code> and
<code>dups</code> CAR parameters
from <a
href="https://redirect.github.com/ipfs/specs/pull/412">IPIP-412</a>.
<ul>
<li>The <code>BlocksBackend</code> only implements
<code>order=dfs</code> (Depth-First Search)
ordering, which was already the default behavior.</li>
<li>If a request specifies no <code>dups</code>, response with
<code>dups=n</code> is returned, which
was already the default behavior.</li>
<li>If a request explicitly specifies a CAR <code>order</code> other
than <code>dfs</code>, it will
result in an error.</li>
<li>The only change to the default behavior on CAR responses is that we
follow
IPIP-412 and make <code>order=dfs;dups=n</code> explicit in the returned
<code>Content-Type</code> HTTP header.</li>
</ul>
</li>
<li>✨ While the call signature remains the same, the blocks that Bitswap
returns can now be cast to <a
href="https://github.com/ipfs/boxo/blob/HEAD/bitswap/client/traceability/block.go">traceability.Block</a>,
which will additionally tell you where the Block came from and how long
it took to fetch. This helps consumers of Bitswap collect better metrics
on Bitswap behavior.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>🛠 The <code>ipns</code> package has been refactored.
<ul>
<li>You should no longer use the direct Protobuf version of the IPNS
Record.
Instead, we have a shiny new <code>ipns.Record</code> type that wraps
all the required
functionality to work the best as possible with IPNS v2 Records. Please
check the <a
href="https://pkg.go.dev/github.com/ipfs/boxo/ipns">documentation</a>
for
more information, and follow
<a
href="https://redirect.github.com/ipfs/specs/issues/376">ipfs/specs#376</a>
for related
IPIP.</li>
<li>There is no change to IPNS Records produced by
<code>boxo/ipns</code>, it still
produces both V1 and V2 signatures by default, it is still
backward-compatible.</li>
</ul>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>🛠 <code>ipld/car</code> has been removed. Please use <a
href="https://github.com/ipld/go-car">ipld/go-car</a> instead.
More information regarding this decision can be found in <a
href="https://redirect.github.com/ipfs/boxo/issues/218">issue
218</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Removed mentions of unused ARC algorithm (<a
href="https://redirect.github.com/ipfs/boxo/issues/366#issuecomment-1597253540">#336</a>)</li>
<li>Handle <code>_redirects</code> file when <code>If-None-Match</code>
header is present (<a
href="https://redirect.github.com/ipfs/boxo/pull/412">#412</a>)</li>
</ul>
<h3>Security</h3>
</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.11.0]</h2>
<h3>Added</h3>
<ul>
<li>✨ The gateway now supports the optional <code>order</code> and
<code>dups</code> CAR parameters
from <a
href="https://redirect.github.com/ipfs/specs/pull/412">IPIP-412</a>.
<ul>
<li>The <code>BlocksBackend</code> only implements
<code>order=dfs</code> (Depth-First Search)
ordering, which was already the default behavior.</li>
<li>If a request specifies no <code>dups</code>, response with
<code>dups=n</code> is returned, which
was already the default behavior.</li>
<li>If a request explicitly specifies a CAR <code>order</code> other
than <code>dfs</code>, it will
result in an error.</li>
<li>The only change to the default behavior on CAR responses is that we
follow
IPIP-412 and make <code>order=dfs;dups=n</code> explicit in the returned
<code>Content-Type</code> HTTP header.</li>
</ul>
</li>
<li>✨ While the call signature remains the same, the blocks that Bitswap
returns can now be cast to <a
href="https://github.com/ipfs/boxo/blob/main/bitswap/client/traceability/block.go">traceability.Block</a>,
which will additionally tell you where the Block came from and how long
it took to fetch. This helps consumers of Bitswap collect better metrics
on Bitswap behavior.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>🛠 The <code>ipns</code> package has been refactored.
<ul>
<li>You should no longer use the direct Protobuf version of the IPNS
Record.
Instead, we have a shiny new <code>ipns.Record</code> type that wraps
all the required
functionality to work the best as possible with IPNS v2 Records. Please
check the <a
href="https://pkg.go.dev/github.com/ipfs/boxo/ipns">documentation</a>
for
more information, and follow
<a
href="https://redirect.github.com/ipfs/specs/issues/376">ipfs/specs#376</a>
for related
IPIP.</li>
<li>There is no change to IPNS Records produced by
<code>boxo/ipns</code>, it still
produces both V1 and V2 signatures by default, it is still
backward-compatible.</li>
</ul>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>🛠 <code>ipld/car</code> has been removed. Please use <a
href="https://github.com/ipld/go-car">ipld/go-car</a> instead.
More information regarding this decision can be found in <a
href="https://redirect.github.com/ipfs/boxo/issues/218">issue
218</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Removed mentions of unused ARC algorithm (<a
href="https://redirect.github.com/ipfs/boxo/issues/366#issuecomment-1597253540">#336</a>)</li>
<li>Handle <code>_redirects</code> file when <code>If-None-Match</code>
header is present (<a
href="https://redirect.github.com/ipfs/boxo/pull/412">#412</a>)</li>
</ul>
<h3>Security</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ipfs/boxo/commit/77fb8285deba399b45e282655447b341adac0c83"><code>77fb828</code></a>
Merge pull request <a
href="https://redirect.github.com/ipfs/boxo/issues/417">#417</a> from
ipfs/release-v0.11.0</li>
<li><a
href="https://github.com/ipfs/boxo/commit/7c4111d4c2984b8a17ae4b025c0072f31797eaf0"><code>7c4111d</code></a>
chore: release v0.11.0</li>
<li><a
href="https://github.com/ipfs/boxo/commit/fe8f90ed6a69c0b0656f122a503e9f01e0e0cf3c"><code>fe8f90e</code></a>
changelog: create v0.11.0 section</li>
<li><a
href="https://github.com/ipfs/boxo/commit/5ba947bb2bc2db41808a5ffbbcb63822c573691d"><code>5ba947b</code></a>
bitswap/client: add basic traceable blocks (<a
href="https://redirect.github.com/ipfs/boxo/issues/308">#308</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/1f5df74ba66a6f42bce56c6b7b9b8bf322c1a4ba"><code>1f5df74</code></a>
fix: handle _redirects for If-None-Match headers (<a
href="https://redirect.github.com/ipfs/boxo/issues/412">#412</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/f6b448b4263acc7e7a39942fa24e5ada1b09a408"><code>f6b448b</code></a>
feat(gateway): support for order=, dups= parameters from IPIP-412 (<a
href="https://redirect.github.com/ipfs/boxo/issues/370">#370</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/4b29eb020c6860da7b60b501003a68334aa6961f"><code>4b29eb0</code></a>
docs: fix changelog entries (<a
href="https://redirect.github.com/ipfs/boxo/issues/414">#414</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/cfad09d7156efa2f09822d620cacb2423d884067"><code>cfad09d</code></a>
ci: add changelog update checker workflow (<a
href="https://redirect.github.com/ipfs/boxo/issues/398">#398</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/0c3bdb00ba835808fd9c116def531225dda023bb"><code>0c3bdb0</code></a>
docs(blockstore): clarify AllKeysChan (<a
href="https://redirect.github.com/ipfs/boxo/issues/363">#363</a>)</li>
<li><a
href="https://github.com/ipfs/boxo/commit/85b7e0a1490888ca53d190897c0f6af9685c764b"><code>85b7e0a</code></a>
docs(readme): new logo and header (<a
href="https://redirect.github.com/ipfs/boxo/issues/405">#405</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ipfs/boxo/compare/v0.10.2...v0.11.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.10.2&new-version=0.11.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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants