Skip to content

go.mod: Bump github.com/ipfs/boxo from 0.26.0 to 0.29.1 #968

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2025

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

Release notes

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

v0.29.1

What's Changed

Changed

  • bitswap/httpnet: do not follow redirects #878
  • provider: provider helper that buffers results to fix issues with slow re-providing #870

Fixed

  • provider: don't reprovide if reprovideInterval is set to 0 #871
  • gateway: Skip DNSLink lookup for IP addresses to avoid unnecessary DNS queries #880
  • bitswap/client: Fix unintentional ignoring DontHaveTimeoutConfig #872

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

v0.29.0

What's Changed

Added

  • feat(bitswap/client): MinTimeout for DontHaveTimeoutConfig #865
  • httpnet: Transparent HTTP-block retrieval support over Trustless Gateways [go.mod: Bump github.com/uptrace/bun/extra/bundebug from 1.2.2 to 1.2.3 #747]((ipfs/boxo#747):
    • Complements Bitswap as a block-retrieval mechanism, implementing bitswap/network.
    • Understands peers found in provider records with /.../http endpoints (trustless gateway).
    • Treats them as "Bitswap" peers, except instead of using Bitswap it makes HTTP/2 requests to discover (HEAD) and retrieve (GET) individual blocks (?format=raw).
    • A bitswap/network proxy implementation allows co-existance with standard bitswap/network/bsnet.
    • httpnet is not enabled by default. Upstream implementations may use it by modifying how they create the Bitswap network and initialize bitswap.

Changed

Removed

  • Removed dependency on github.com/hashicorp/go-multierror so that boxo only depends on one multi-error package, go.uber.org/multierr. #867

Full Changelog: ipfs/boxo@v0.28.0...v0.29.0

v0.28.0

What's Changed

Added

  • bitswap/client: Add DontHaveTimeoutConfig type alias and func DontHaveTimeoutConfig() to expose config defined in internal package.

... (truncated)

Changelog

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

Changelog

All notable changes to this project will be documented in this file.

Note:

Legend

The following emojis are used to highlight certain changes:

  • 🛠 - BREAKING CHANGE. Action is required if you use this functionality.
  • ✨ - Noteworthy change to be aware of.

[Unreleased]

Added

Changed

Removed

Fixed

Security

[v0.29.0]

Changed

  • bitswap/httpnet: do not follow redirects #878
  • provider: provider helper that buffers results to fix issues with slow re-providing #870

Fixed

  • fix(provider): don't reprovide if reprovideInterval is set to 0 #871
  • gateway: Skip DNSLink lookup for IP addresses to avoid unnecessary DNS queries #880
  • bitswap/client: Fix unintentional ignoring DontHaveTimeoutConfig #872

[v0.29.0]

Added

  • feat(bitswap/client): MinTimeout for DontHaveTimeoutConfig #865
  • httpnet: Transparent HTTP-block retrieval support over Trustless Gateways [go.mod: Bump github.com/uptrace/bun/extra/bundebug from 1.2.2 to 1.2.3 #747]((ipfs/boxo#747):
    • Complements Bitswap as a block-retrieval mechanism, implementing bitswap/network.
    • Understands peers found in provider records with /.../http endpoints (trustless gateway).
    • Treats them as "Bitswap" peers, except instead of using Bitswap it makes HTTP/2 requests to discover (HEAD) and retrieve (GET) individual blocks (?format=raw).

... (truncated)

Commits
  • d11922e Merge pull request #885 from ipfs/release-v0.29.1
  • 658c1b8 bump version
  • f87fbf8 Release v0.29.1
  • bea9a39 fix(provider): call reprovider throughput callback only if reprovide is enabl...
  • d7e2dc8 bitswap/httpnet: do not follow redirects (#878)
  • cf6b088 Refactor(hostname): Skip DNSLink for local IP addresses to avoid DNS queries ...
  • a0dd280 Nonfunctional (#882)
  • f1d5312 fix(bitswap/client): dont set nil for DontHaveTimeoutConfig (#872)
  • 93ea580 Merge pull request #870 from ipfs/feat/buffered-provider-KeyChanFunc
  • e380c9f Use latest chanqeue to read directly from pins channel
  • 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.26.0 to 0.29.1.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](ipfs/boxo@v0.26.0...v0.29.1)

---
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 jay-dee7 and guacamole as code owners March 14, 2025 02:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go.mod labels Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go.mod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant