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.21.0 to 0.22.0 #2899

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps github.com/ipfs/boxo from 0.21.0 to 0.22.0.

Release notes

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

v0.22.0

What's Changed

Changed

  • go-libp2p dependency updated to v0.36 (release notes)
  • bitswap/server minor memory use and performance improvements #634
  • bitswap/server PeerLedger.Wants now returns bool (interface change from Wants(p peer.ID, e wl.Entry) to Wants(p peer.ID, e wl.Entry) bool) #629
  • bitswap unify logger names to use uniform format bitswap/path/pkgname #637
  • gateway now always returns meaningful cache-control headers for generated HTML listings of UnixFS directories #643
  • util generate random test data using ipfs/go-test instead of internal util code #638

Fixed

  • boxo/gateway now correctly returns 404 Status Not Found instead of 500 when the requested content cannot be found due to offline exchange, gateway running in no-fetch (non-recursive) mode, or a similar restriction that only serves a specific set of CIDs. #630
  • bitswap/client fix memory leak in BlockPresenceManager due to unlimited map growth. #636
  • bitswap/network fixed race condition when a timeout occurred before hole punching completed while establishing a first-time stream to a peer behind a NAT #651
  • bitswap: wantlist overflow handling now cancels existing entries to make room for newer entries. This fix prevents the wantlist from filling up with CIDs that the server does not have. #629

New Contributors

Full Changelog: ipfs/boxo@v0.21.0...v0.22.0

Changelog

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

[v0.22.0]

Changed

  • go-libp2p dependency updated to v0.36 (release notes)
  • bitswap/server minor memory use and performance improvements #634
  • bitswap unify logger names to use uniform format bitswap/path/pkgname #637
  • gateway now always returns meaningful cache-control headers for generated HTML listings of UnixFS directories #643
  • util generate random test data using ipfs/go-test instead of internal util code #638
  • bitswap/server PeerLedger.Wants now returns bool (interface change from Wants(p peer.ID, e wl.Entry) to Wants(p peer.ID, e wl.Entry) bool) #629

Fixed

  • boxo/gateway now correctly returns 404 Status Not Found instead of 500 when the requested content cannot be found due to offline exchange, gateway running in no-fetch (non-recursive) mode, or a similar restriction that only serves a specific set of CIDs. #630
  • bitswap/client fix memory leak in BlockPresenceManager due to unlimited map growth. #636
  • bitswap/network fixed race condition when a timeout occurred before hole punching completed while establishing a first-time stream to a peer behind a NAT #651
  • bitswap: wantlist overflow handling now cancels existing entries to make room for newer entries. This fix prevents the wantlist from filling up with CIDs that the server does not have. #629
Commits
  • f0cf57d Merge pull request #654 from ipfs/release-v0.22.0
  • 11ab1c1 docs: boxo v0.22.0
  • 831b83e fix(bitswap): increase timeout to ensure hole punching completes (#651)
  • 08d5663 chore: go-libp2p v0.36.1 (#652)
  • d0955c6 chore: go-libp2p v0.36.0 (#650)
  • ccfb6ce test: use ipfs/go-test to consolidate code to generate test data (#638)
  • 8e51658 fix(gateway): ipld.ErrNotFound should result in a 404 (#630)
  • 42c0c86 fix(bitswap): wantlist overflow handling (#629)
  • 96ceee6 fix(gateway): Cache-Control header for UnixFS directories on /ipfs (#643)
  • 77bd1ef Minor comment fix (#646)
  • 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 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.21.0 to 0.22.0.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.21.0...v0.22.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 dependencies Related to dependencies label Aug 12, 2024
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.43%. Comparing base (a74bd92) to head (701767a).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2899      +/-   ##
===========================================
- Coverage    79.45%   79.43%   -0.02%     
===========================================
  Files          325      325              
  Lines        24778    24778              
===========================================
- Hits         19685    19680       -5     
- Misses        3680     3682       +2     
- Partials      1413     1416       +3     
Flag Coverage Δ
all-tests 79.43% <ø> (-0.02%) ⬇️

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

see 12 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 a74bd92...701767a. Read the comment docs.

shahzadlone added a commit that referenced this pull request Aug 12, 2024
✅ This PR was created by combining the following PRs:
#2902 bot: Bump vite from 5.3.5 to 5.4.0 in /playground
#2901 bot: Bump graphiql from 3.3.2 to 3.4.1 in /playground
#2900 bot: Bump github.com/cosmos/gogoproto from 1.5.0 to 1.6.0
#2899 bot: Bump github.com/ipfs/boxo from 0.21.0 to 0.22.0
#2898 bot: Bump github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0

⚠️ The following PRs were resolved manually due to merge conflicts:
#2897 bot: Bump github.com/cosmos/cosmos-sdk from 0.50.8 to 0.50.9

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shahzad Lone <shahzadlone@gmail.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

Looks like github.com/ipfs/boxo is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ipfs/boxo-0.22.0 branch August 12, 2024 12:29
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.

0 participants