Skip to content

bot: Bump github.com/ipfs/boxo from 0.29.1 to 0.30.0 - #3659

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/github.com/ipfs/boxo-0.30.0
Closed

bot: Bump github.com/ipfs/boxo from 0.29.1 to 0.30.0#3659
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/github.com/ipfs/boxo-0.30.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/ipfs/boxo from 0.29.1 to 0.30.0.

Release notes

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

v0.30.0

What's Changed

Added

  • Control over UnixFS DAG Width
    • We have made some changes to allow setting custom max width of UnixFS DAGs. This enables users to produce DAGs that follow current and future community conventions (see the related discussion).
    • ipld/unixfs: DagModifier now allows specifying file DAG Width (MaxLinks) #898
    • ipld/unixfs/io/directory: We have made some changes to unixfs directory tooling #906
      • We have exposed creator methods for new BasicDirectory and HAMTDirectory, that complement the existing NewDirectory() which creates dynamic directories.
      • We have added WithCidBuilder(...), WithMaxLinks(...), WithMaxHAMTFanout(...) and WithStat(...) as options to these new methods so that empty directories can be initilized as wished from the get-go.
      • WithMaxLinks(...) and WithMaxHAMTFanout(...) are new options that allow to set a limit to the number of children that a directory DAG node can have. For details on what they exactly do for each of the directory type, please check the documentation.
    • mfs supports as well the new MaxLinks and MaxHAMTFanout options. They have been made part of the MkdirOptions object and the methods NewEmptyDirectory() and NewEmptyRoot() have been added to facilitate the initialization of MFS objects. #906
  • provider: added support for walking partial DAGs in offline mode #905
    • a KeyChanFunc that traverses DAGs from a given root (NewDAGProvider).
    • a KeyChanFunc that buffers all the CIDs in memory from another KeyChanFunc (NewBufferedProvider).
    • fetcher/impl/blockservice: new option SkipNotFound for the IPLD fetcher. It will skip not found nodes when traversing the DAG. This allows offline traversal of DAGs when using, for example, an offline blockservice.
    • This enables use case of providing lazy-loaded, partially local DAGs (like ipfs files in Kubo's MFS implementation, see kubo#10386)
  • gateway: generated HTML with UnixFS directory listings now include a button for copying CIDs of child entities #899
  • bitswap/server: Add ability to enable/disable bitswap server using WithServerEnabled bitswap option (#911)[https://redirect.github.com/feat(bitswap): add option to disable Bitswap server  ipfs/boxo#911]

Changed

  • upgrade to go-libp2p v0.41.1
  • bitswap/network: Add a new requests_in_flight metric gauge that measures how many bitswap streams are being written or read at a given time.
  • improve speed of data onboarding by batching/bufering provider queue writes #888
  • provider: providing queue is now independent from reprovides, speeding up initial provides #907
    • renamed provider.ReproviderStats.TotalProvides => provider.ReproviderStats.TotalReprovides
    • renamed provider.ReproviderStats.AvgProvideDuration => provider.ReproviderStats.AvgReprovideDuration
  • provider/queue deduplicates CIDs #910

Fixed

  • gateway: query parameters are now supported and preserved in redirects triggered by a _redirects file #886
  • provider: adjusted first reprovide timing after node reboot #890
  • gateway: validate configuration and warn when UseSubdomains=true is used with IP-based hostnames #903

Full Changelog: ipfs/boxo@v0.29.1...v0.30.0

Changelog

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

[v0.30.0]

Added

  • Control over UnixFS DAG Width
    • We have made some changes to allow setting custom max width of UnixFS DAGs. This enables users to produce DAGs that follow current and future community conventions (see the related discussion).
    • ipld/unixfs: DagModifier now allows specifying file DAG Width (MaxLinks) #898
    • ipld/unixfs/io/directory: We have made some changes to unixfs directory tooling #906
      • We have exposed creator methods for new BasicDirectory and HAMTDirectory, that complement the existing NewDirectory() which creates dynamic directories.
      • We have added WithCidBuilder(...), WithMaxLinks(...), WithMaxHAMTFanout(...) and WithStat(...) as options to these new methods so that empty directories can be initilized as wished from the get-go.
      • WithMaxLinks(...) and WithMaxHAMTFanout(...) are new options that allow to set a limit to the number of children that a directory DAG node can have. For details on what they exactly do for each of the directory type, please check the documentation.
    • mfs supports as well the new MaxLinks and MaxHAMTFanout options. They have been made part of the MkdirOptions object and the methods NewEmptyDirectory() and NewEmptyRoot() have been added to facilitate the initialization of MFS objects. #906
  • provider: added support for walking partial DAGs in offline mode #905
    • a KeyChanFunc that traverses DAGs from a given root (NewDAGProvider).
    • a KeyChanFunc that buffers all the CIDs in memory from another KeyChanFunc (NewBufferedProvider).
    • fetcher/impl/blockservice: new option SkipNotFound for the IPLD fetcher. It will skip not found nodes when traversing the DAG. This allows offline traversal of DAGs when using, for example, an offline blockservice.
    • This enables use case of providing lazy-loaded, partially local DAGs (like ipfs files in Kubo's MFS implementation, see kubo#10386)
  • gateway: generated HTML with UnixFS directory listings now include a button for copying CIDs of child entities #899
  • bitswap/server: Add ability to enable/disable bitswap server using WithServerEnabled bitswap option (#911)[https://redirect.github.com/feat(bitswap): add option to disable Bitswap server  ipfs/boxo#911]

Changed

  • upgrade to go-libp2p v0.41.1
  • bitswap/network: Add a new requests_in_flight metric gauge that measures how many bitswap streams are being written or read at a given time.
  • improve speed of data onboarding by batching/bufering provider queue writes #888
  • provider: providing queue is now independent from reprovides, speeding up initial provides #907
    • renamed provider.ReproviderStats.TotalProvides => provider.ReproviderStats.TotalReprovides
    • renamed provider.ReproviderStats.AvgProvideDuration => provider.ReproviderStats.AvgReprovideDuration
  • provider/queue deduplicates CIDs #910

Fixed

  • gateway: query parameters are now supported and preserved in redirects triggered by a _redirects file #886
  • provider: adjusted first reprovide timing after node reboot #890
  • gateway: validate configuration and warn when UseSubdomains=true is used with IP-based hostnames #903
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)

@dependabot dependabot Bot added the dependencies Related to dependencies label May 5, 2025
@codecov

codecov Bot commented May 5, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.10%. Comparing base (9627368) to head (254f372).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3659      +/-   ##
===========================================
+ Coverage    78.08%   78.10%   +0.02%     
===========================================
  Files          408      408              
  Lines        37344    37344              
===========================================
+ Hits         29158    29167       +9     
+ Misses        6401     6395       -6     
+ Partials      1785     1782       -3     
Flag Coverage Δ
all-tests 78.10% <ø> (+0.02%) ⬆️

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 9627368...254f372. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.29.1 to 0.30.0.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.29.1...v0.30.0)

---
updated-dependencies:
- dependency-name: github.com/ipfs/boxo
  dependency-version: 0.30.0
  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.30.0 branch from 254f372 to c9a83e3 Compare May 5, 2025 13:56
shahzadlone added a commit that referenced this pull request May 5, 2025
✅ This PR was created by combining the following PRs:
#3664 bot: Bump vite from 6.3.4 to 6.3.5 in /playground
#3661 bot: Bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0
#3659 bot: Bump github.com/ipfs/boxo from 0.29.1 to 0.30.0

⚠️ The following PRs were resolved manually due to merge conflicts:
#3663 bot: Bump graphiql from 3.9.0 to 4.0.1 in /playground
#3662 bot: Bump eslint from 9.25.1 to 9.26.0 in /playground

---------

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

dependabot Bot commented on behalf of github May 5, 2025

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this May 5, 2025
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/ipfs/boxo-0.30.0 branch May 5, 2025 15:33
ChrisBQu pushed a commit to ChrisBQu/defradb that referenced this pull request Jun 16, 2025
…ork#3668)

✅ This PR was created by combining the following PRs:
sourcenetwork#3664 bot: Bump vite from 6.3.4 to 6.3.5 in /playground
sourcenetwork#3661 bot: Bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0
sourcenetwork#3659 bot: Bump github.com/ipfs/boxo from 0.29.1 to 0.30.0

⚠️ The following PRs were resolved manually due to merge conflicts:
sourcenetwork#3663 bot: Bump graphiql from 3.9.0 to 4.0.1 in /playground
sourcenetwork#3662 bot: Bump eslint from 9.25.1 to 9.26.0 in /playground

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shahzad Lone <shahzadlone@gmail.com>
fredcarle pushed a commit that referenced this pull request Mar 4, 2026
✅ This PR was created by combining the following PRs:
#3664 bot: Bump vite from 6.3.4 to 6.3.5 in /playground
#3661 bot: Bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0
#3659 bot: Bump github.com/ipfs/boxo from 0.29.1 to 0.30.0

⚠️ The following PRs were resolved manually due to merge conflicts:
#3663 bot: Bump graphiql from 3.9.0 to 4.0.1 in /playground
#3662 bot: Bump eslint from 9.25.1 to 9.26.0 in /playground

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shahzad Lone <shahzadlone@gmail.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.

0 participants