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.27.2 to 0.27.4 #3449

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps github.com/ipfs/boxo from 0.27.2 to 0.27.4.

Release notes

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

v0.27.4

What's Changed

Fixed

  • Fix memory leaks due to not cleaning up wantlists #829, #833
  • ipns: Improved interop with legacy clients by restoring support for []byte CID in Value field. Value() will convert it to a valid path.Path. Empty Value() will produce NoopPath (/ipfs/bafkqaaa) to avoid breaking existing code that expects a valid record to always produce a valid content path. #830

Full Changelog: ipfs/boxo@v0.27.3...v0.27.4

v0.27.3

What's Changed

Added

  • provider: Added ReprovideInterval and LastRun stats to the Reprovider #815

Removed

  • bitswap/cllient: Remove unused tracking of CID for interested sessions. #821

Fixed

  • bitswap/client: Fix runaway goroutine creation under high load. Under high load conditions, goroutines are created faster than they can complete and the more goroutines creates the slower them complete. This creates a positive feedback cycle that ends in OOM. The fix dynamically adjusts message send scheduling to avoid the runaway condition. #817
  • bitswap/cllient: Fix resource leak caused by recording the presence of blocks that no session cares about. #822

Full Changelog: ipfs/boxo@v0.27.2...v0.27.3

Changelog

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

[v0.27.4]

Fixed

  • Fix memory leaks due to not cleaning up wantlists #829, #833
  • ipns: Improved interop with legacy clients by restoring support for []byte CID in Value field. Value() will convert it to a valid path.Path. Empty Value() will produce NoopPath (/ipfs/bafkqaaa) to avoid breaking existing code that expects a valid record to always produce a valid content path. #830

[v0.27.3]

Added

  • provider: Added ReprovideInterval and LastRun stats to the Reprovider #815

Removed

  • bitswap/cllient: Remove unused tracking of CID for interested sessions. #821

Fixed

  • bitswap/client: Fix runaway goroutine creation under high load. Under high load conditions, goroutines are created faster than they can complete and the more goroutines creates the slower them complete. This creates a positive feedback cycle that ends in OOM. The fix dynamically adjusts message send scheduling to avoid the runaway condition. #817
  • bitswap/cllient: Fix resource leak caused by recording the presence of blocks that no session cares about. #822
Commits

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.27.2 to 0.27.4.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.27.2...v0.27.4)

---
updated-dependencies:
- dependency-name: github.com/ipfs/boxo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Related to dependencies label Feb 17, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.49%. Comparing base (755f48d) to head (ba7f322).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3449      +/-   ##
===========================================
- Coverage    78.58%   78.49%   -0.09%     
===========================================
  Files          396      396              
  Lines        37333    37333              
===========================================
- Hits         29336    29303      -33     
- Misses        6322     6347      +25     
- Partials      1675     1683       +8     
Flag Coverage Δ
all-tests 78.49% <ø> (-0.09%) ⬇️

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

see 16 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 755f48d...ba7f322. Read the comment docs.

shahzadlone added a commit that referenced this pull request Feb 18, 2025
✅ This PR was created by combining the following PRs:
#3456 bot: Bump @typescript-eslint/parser from 8.23.0 to 8.24.0 in
/playground
#3455 bot: Bump eslint from 9.20.0 to 9.20.1 in /playground
#3451 bot: Bump golang.org/x/crypto from 0.32.0 to 0.33.0
#3450 bot: Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
#3449 bot: Bump github.com/ipfs/boxo from 0.27.2 to 0.27.4
#3448 bot: Bump github.com/gofrs/uuid/v5 from 5.3.0 to 5.3.1

⚠️ The following PRs were resolved manually due to merge conflicts:
#3454 bot: Bump @types/react from 19.0.8 to 19.0.10 in /playground
#3453 bot: Bump @types/react-dom from 19.0.3 to 19.0.4 in /playground
#3452 bot: Bump @typescript-eslint/eslint-plugin from 8.23.0 to 8.24.0
in /playground

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shahzad Lone <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2025

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

@dependabot dependabot bot closed this Feb 18, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ipfs/boxo-0.27.4 branch February 18, 2025 22:52
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