Release v0.35.2#1068
Merged
Merged
Conversation
Closes #1067
lidel
approved these changes
Nov 6, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1068 +/- ##
==========================================
- Coverage 61.09% 61.05% -0.04%
==========================================
Files 268 268
Lines 26154 26154
==========================================
- Hits 15978 15968 -10
- Misses 8505 8510 +5
- Partials 1671 1676 +5 see 14 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 9e884d3f..0f4e747d 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/filecoin-project/go-clock v0.1.0
github.com/gabriel-vasile/mimetype v1.4.10
github.com/gammazero/chanqueue v1.1.1
- github.com/gammazero/deque v1.1.0
+ github.com/gammazero/deque v1.2.0
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/hashicorp/golang-lru/v2 v2.0.7
@@ -22,12 +22,12 @@ require (
github.com/ipfs/go-cidutil v0.1.0
github.com/ipfs/go-datastore v0.9.0
github.com/ipfs/go-detect-race v0.0.1
- github.com/ipfs/go-dsqueue v0.1.0
+ github.com/ipfs/go-dsqueue v0.1.1
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-legacy v0.2.2
- github.com/ipfs/go-log/v2 v2.8.2
+ github.com/ipfs/go-log/v2 v2.9.0
github.com/ipfs/go-metrics-interface v0.3.0
github.com/ipfs/go-peertaskqueue v0.8.2
github.com/ipfs/go-test v0.2.3
@@ -37,7 +37,7 @@ require (
github.com/ipld/go-ipld-prime v0.21.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.43.0
+ github.com/libp2p/go-libp2p v0.45.0
github.com/libp2p/go-libp2p-kad-dht v0.35.1
github.com/libp2p/go-libp2p-record v0.3.1
github.com/libp2p/go-libp2p-routing-helpers v0.7.5
@@ -70,7 +70,7 @@ require (
go.opentelemetry.io/otel/sdk v1.38.0
go.opentelemetry.io/otel/trace v1.38.0
go.uber.org/zap v1.27.0
- golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b
+ golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
golang.org/x/oauth2 v0.32.0
golang.org/x/sync v0.17.0
golang.org/x/sys v0.37.0diff --git a/examples/go.mod b/examples/go.mod
index 213d14ee..ea4730a4 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -9,7 +9,7 @@ require (
github.com/ipfs/go-datastore v0.9.0
github.com/ipld/go-car/v2 v2.16.0
github.com/ipld/go-ipld-prime v0.21.0
- github.com/libp2p/go-libp2p v0.43.0
+ github.com/libp2p/go-libp2p v0.45.0
github.com/multiformats/go-multiaddr v0.16.1
github.com/multiformats/go-multicodec v0.10.0
github.com/prometheus/client_golang v1.23.2
@@ -39,7 +39,7 @@ require (
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
github.com/gammazero/chanqueue v1.1.1 // indirect
- github.com/gammazero/deque v1.1.0 // indirect
+ github.com/gammazero/deque v1.2.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/gopacket v1.1.19 // indirect
@@ -52,13 +52,13 @@ require (
github.com/ipfs/bbloom v0.0.4 // indirect
github.com/ipfs/go-bitfield v1.1.0 // indirect
github.com/ipfs/go-cidutil v0.1.0 // indirect
- github.com/ipfs/go-dsqueue v0.1.0 // indirect
+ github.com/ipfs/go-dsqueue v0.1.1 // indirect
github.com/ipfs/go-ipfs-pq v0.0.3 // 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-legacy v0.2.2 // indirect
- github.com/ipfs/go-log/v2 v2.8.2 // indirect
+ github.com/ipfs/go-log/v2 v2.9.0 // indirect
github.com/ipfs/go-metrics-interface v0.3.0 // indirect
github.com/ipfs/go-peertaskqueue v0.8.2 // indirect
github.com/ipfs/go-unixfsnode v1.10.2 // indirect
@@ -156,7 +156,7 @@ require (
go.uber.org/zap v1.27.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/crypto v0.43.0 // indirect
- golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b // indirect
+ golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sync v0.17.0 // 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 #1067
Kubo PR: ipfs/kubo#11050