Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

chore(deps): bump github.com/ipfs/boxo from 0.10.2 to 0.11.0 #423

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

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

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)

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/v0.11.0/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 requested review from evan-forbes and rach-id as code owners July 27, 2023 02:54
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 27, 2023

The following labels could not be found: automerge.

@codecov-commenter
Copy link

Codecov Report

Merging #423 (2b5b36b) into main (21c712d) will not change coverage.
Report is 3 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #423   +/-   ##
=======================================
  Coverage   46.46%   46.46%           
=======================================
  Files          26       26           
  Lines        1993     1993           
=======================================
  Hits          926      926           
  Misses        944      944           
  Partials      123      123           

@rach-id rach-id merged commit 663ce30 into main Jul 27, 2023
@rach-id rach-id deleted the dependabot/go_modules/github.com/ipfs/boxo-0.11.0 branch July 27, 2023 09:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants