Release v0.42.0 - #1193
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1193 +/- ##
==========================================
- Coverage 63.91% 63.86% -0.05%
==========================================
Files 269 269
Lines 27115 27115
==========================================
- Hits 17330 17318 -12
- Misses 8077 8083 +6
- Partials 1708 1714 +6 see 10 files with indirect coverage changes 🚀 New features to boost your workflow:
|
gammazero
force-pushed
the
release-v0.42.0
branch
from
July 21, 2026 23:32
de25f46 to
7a016a5
Compare
|
Suggested tag: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index a4d09801..7b44625c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module github.com/ipfs/boxo
go 1.25.7
require (
- github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
github.com/cespare/xxhash/v2 v2.3.0
github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf
github.com/cskr/pubsub v1.0.2
@@ -16,28 +15,28 @@ require (
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/ipfs/bbloom v0.1.0
github.com/ipfs/go-bitfield v1.1.0
- github.com/ipfs/go-block-format v0.2.3
- github.com/ipfs/go-cid v0.6.1
- github.com/ipfs/go-cidutil v0.1.1
- github.com/ipfs/go-datastore v0.9.1
+ github.com/ipfs/go-block-format v0.2.4
+ github.com/ipfs/go-cid v0.6.2
+ github.com/ipfs/go-cidutil v0.1.2
+ github.com/ipfs/go-datastore v0.9.2
github.com/ipfs/go-detect-race v0.0.1
github.com/ipfs/go-dsqueue v0.2.0
github.com/ipfs/go-ipfs-delay v0.0.1
github.com/ipfs/go-ipfs-redirects-file v0.1.2
- github.com/ipfs/go-ipld-format v0.6.3
+ github.com/ipfs/go-ipld-format v0.6.4
github.com/ipfs/go-ipld-legacy v0.3.0
github.com/ipfs/go-log/v2 v2.9.2
github.com/ipfs/go-metrics-interface v0.3.0
github.com/ipfs/go-peertaskqueue v0.8.3
- github.com/ipfs/go-test v0.3.0
- github.com/ipfs/go-unixfsnode v1.10.4
+ github.com/ipfs/go-test v0.4.1
+ github.com/ipfs/go-unixfsnode v1.10.5
github.com/ipld/go-car/v2 v2.17.0
github.com/ipld/go-codec-dagpb v1.7.0
github.com/ipld/go-ipld-prime v0.24.0
github.com/libp2p/go-buffer-pool v0.1.0
- github.com/libp2p/go-doh-resolver v0.5.0
- github.com/libp2p/go-libp2p v0.48.0
- github.com/libp2p/go-libp2p-kad-dht v0.40.0
+ github.com/libp2p/go-doh-resolver v0.6.0
+ github.com/libp2p/go-libp2p v0.48.1-0.20260709142922-ec408fcc60c9
+ github.com/libp2p/go-libp2p-kad-dht v0.42.1
github.com/libp2p/go-libp2p-record v0.3.1
github.com/libp2p/go-libp2p-routing-helpers v0.7.5
github.com/libp2p/go-libp2p-testing v0.12.0
@@ -46,7 +45,7 @@ require (
github.com/mr-tron/base58 v1.3.0
github.com/multiformats/go-base32 v0.1.0
github.com/multiformats/go-multiaddr v0.16.1
- github.com/multiformats/go-multiaddr-dns v0.5.0
+ github.com/multiformats/go-multiaddr-dns v0.6.0
github.com/multiformats/go-multibase v0.3.0
github.com/multiformats/go-multicodec v0.10.0
github.com/multiformats/go-multihash v0.2.3
@@ -57,10 +56,9 @@ require (
github.com/slok/go-http-metrics v0.13.0
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.11.1
- github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f
go.opencensus.io v0.24.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0
go.opentelemetry.io/otel v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0
@@ -68,10 +66,10 @@ require (
go.opentelemetry.io/otel/sdk v1.44.0
go.opentelemetry.io/otel/trace v1.44.0
go.uber.org/zap v1.28.0
- golang.org/x/exp v0.0.0-20260603202125-055de637280b
+ golang.org/x/exp v0.0.0-20260718201538-764159d718ef
golang.org/x/oauth2 v0.36.0
- golang.org/x/sync v0.20.0
- golang.org/x/sys v0.45.0
+ golang.org/x/sync v0.22.0
+ golang.org/x/sys v0.47.0
google.golang.org/protobuf v1.36.11
)
@@ -105,7 +103,7 @@ require (
github.com/libp2p/go-cidranger v1.1.0 // indirect
github.com/libp2p/go-flow-metrics v0.3.0 // indirect
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
- github.com/libp2p/go-libp2p-kbucket v0.8.0 // indirect
+ github.com/libp2p/go-libp2p-kbucket v0.9.0 // indirect
github.com/libp2p/go-netroute v0.4.0 // indirect
github.com/libp2p/go-reuseport v0.4.0 // indirect
github.com/libp2p/go-yamux/v5 v5.0.1 // indirect
@@ -141,7 +139,7 @@ require (
github.com/prometheus/common v0.67.5 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
- github.com/quic-go/quic-go v0.59.0 // indirect
+ github.com/quic-go/quic-go v0.59.1 // indirect
github.com/quic-go/webtransport-go v0.10.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb // indirect
@@ -158,13 +156,13 @@ require (
go.uber.org/mock v0.5.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
- golang.org/x/crypto v0.51.0 // indirect
- golang.org/x/mod v0.36.0 // indirect
- golang.org/x/net v0.55.0 // indirect
- golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 // indirect
- golang.org/x/text v0.37.0 // indirect
+ golang.org/x/crypto v0.54.0 // indirect
+ golang.org/x/mod v0.38.0 // indirect
+ golang.org/x/net v0.57.0 // indirect
+ golang.org/x/telemetry v0.0.0-20260708182218-49f421fb7959 // indirect
+ golang.org/x/text v0.40.0 // indirect
golang.org/x/time v0.12.0 // indirect
- golang.org/x/tools v0.45.0 // indirect
+ golang.org/x/tools v0.48.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gonum.org/v1/gonum v0.17.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirectdiff --git a/examples/go.mod b/examples/go.mod
index 56d74b7d..1528ecad 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -3,17 +3,17 @@ module github.com/ipfs/boxo/examples
go 1.25.7
require (
- github.com/ipfs/boxo v0.39.0
- github.com/ipfs/go-block-format v0.2.3
- github.com/ipfs/go-cid v0.6.1
- github.com/ipfs/go-datastore v0.9.1
+ github.com/ipfs/boxo v0.41.0
+ github.com/ipfs/go-block-format v0.2.4
+ github.com/ipfs/go-cid v0.6.2
+ github.com/ipfs/go-datastore v0.9.2
github.com/ipld/go-car/v2 v2.17.0
- github.com/libp2p/go-libp2p v0.48.0
+ github.com/libp2p/go-libp2p v0.48.1-0.20260709142922-ec408fcc60c9
github.com/multiformats/go-multiaddr v0.16.1
github.com/multiformats/go-multicodec v0.10.0
github.com/prometheus/client_golang v1.23.2
github.com/stretchr/testify v1.11.1
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0
go.opentelemetry.io/contrib/propagators/autoprop v0.46.1
go.opentelemetry.io/otel v1.44.0
go.opentelemetry.io/otel/sdk v1.44.0
@@ -23,7 +23,6 @@ require (
filippo.io/bigmod v0.1.1-0.20260103110540-f8a47775ebe5 // indirect
filippo.io/keygen v0.0.0-20260114151900-8e2790ea4c5b // indirect
github.com/Jorropo/jsync v1.0.1 // indirect
- github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
@@ -52,17 +51,17 @@ require (
github.com/huin/goupnp v1.3.0 // indirect
github.com/ipfs/bbloom v0.1.0 // indirect
github.com/ipfs/go-bitfield v1.1.0 // indirect
- github.com/ipfs/go-cidutil v0.1.1 // indirect
+ github.com/ipfs/go-cidutil v0.1.2 // indirect
github.com/ipfs/go-dsqueue v0.2.0 // indirect
github.com/ipfs/go-ipfs-pq v0.0.4 // indirect
github.com/ipfs/go-ipfs-redirects-file v0.1.2 // indirect
github.com/ipfs/go-ipld-cbor v0.2.1 // indirect
- github.com/ipfs/go-ipld-format v0.6.3 // indirect
+ github.com/ipfs/go-ipld-format v0.6.4 // indirect
github.com/ipfs/go-ipld-legacy v0.3.0 // indirect
github.com/ipfs/go-log/v2 v2.9.2 // indirect
github.com/ipfs/go-metrics-interface v0.3.0 // indirect
github.com/ipfs/go-peertaskqueue v0.8.3 // indirect
- github.com/ipfs/go-unixfsnode v1.10.4 // indirect
+ github.com/ipfs/go-unixfsnode v1.10.5 // indirect
github.com/ipld/go-codec-dagpb v1.7.0 // indirect
github.com/ipld/go-ipld-prime v0.24.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
@@ -71,11 +70,11 @@ require (
github.com/koron/go-ssdp v0.0.6 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-cidranger v1.1.0 // indirect
- github.com/libp2p/go-doh-resolver v0.5.0 // indirect
+ github.com/libp2p/go-doh-resolver v0.6.0 // indirect
github.com/libp2p/go-flow-metrics v0.3.0 // indirect
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
- github.com/libp2p/go-libp2p-kad-dht v0.40.0 // indirect
- github.com/libp2p/go-libp2p-kbucket v0.8.0 // indirect
+ github.com/libp2p/go-libp2p-kad-dht v0.42.1 // indirect
+ github.com/libp2p/go-libp2p-kbucket v0.9.0 // indirect
github.com/libp2p/go-libp2p-record v0.3.1 // indirect
github.com/libp2p/go-libp2p-routing-helpers v0.7.6-0.20251016083611-f098f492895e // indirect
github.com/libp2p/go-msgio v0.3.0 // indirect
@@ -91,7 +90,7 @@ require (
github.com/mr-tron/base58 v1.3.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
- github.com/multiformats/go-multiaddr-dns v0.5.0 // indirect
+ github.com/multiformats/go-multiaddr-dns v0.6.0 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multibase v0.3.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
@@ -123,11 +122,10 @@ require (
github.com/prometheus/common v0.67.5 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
- github.com/quic-go/quic-go v0.59.0 // indirect
+ github.com/quic-go/quic-go v0.59.1 // indirect
github.com/quic-go/webtransport-go v0.10.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb // indirect
- github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc // indirect
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
github.com/whyrusleeping/cbor-gen v0.3.1 // indirect
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
@@ -152,16 +150,16 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.28.0 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
- golang.org/x/crypto v0.51.0 // indirect
- golang.org/x/exp v0.0.0-20260603202125-055de637280b // indirect
- golang.org/x/mod v0.36.0 // indirect
- golang.org/x/net v0.55.0 // indirect
- golang.org/x/sync v0.20.0 // indirect
- golang.org/x/sys v0.45.0 // indirect
- golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 // indirect
- golang.org/x/text v0.37.0 // indirect
+ golang.org/x/crypto v0.54.0 // indirect
+ golang.org/x/exp v0.0.0-20260718201538-764159d718ef // indirect
+ golang.org/x/mod v0.38.0 // indirect
+ golang.org/x/net v0.57.0 // indirect
+ golang.org/x/sync v0.22.0 // indirect
+ golang.org/x/sys v0.47.0 // indirect
+ golang.org/x/telemetry v0.0.0-20260708182218-49f421fb7959 // indirect
+ golang.org/x/text v0.40.0 // indirect
golang.org/x/time v0.12.0 // indirect
- golang.org/x/tools v0.45.0 // indirect
+ golang.org/x/tools v0.48.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gonum.org/v1/gonum v0.17.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1190
Kubo PR: ipfs/kubo#11399