chore: release v0.15.0 - #172
Merged
Merged
Conversation
Move the accumulated Unreleased entries into a dated section, the same way v0.14.0 was cut. The relay address TTL and address ordering entries came from #159, which shipped in v0.14.1. That release only bumped version.json, so it never got a changelog section and those two sat under Unreleased. They are filed under v0.14.1 rather than v0.15.0, so anyone already running v0.14.1 is not told they are new.
|
Suggested tag: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 554f43a..ccbdd15 100644
--- a/go.mod
+++ b/go.mod
@@ -9,11 +9,11 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/felixge/httpsnoop v1.1.0
github.com/hashicorp/golang-lru/v2 v2.0.7
- github.com/ipfs/boxo v0.41.0
+ github.com/ipfs/boxo v0.42.1-0.20260727115347-1c8cf646367f
github.com/ipfs/go-cid v0.6.2
github.com/ipfs/go-log/v2 v2.9.2
- github.com/libp2p/go-libp2p v0.48.0
- github.com/libp2p/go-libp2p-kad-dht v0.41.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/multiformats/go-multiaddr v0.16.1
github.com/multiformats/go-multibase v0.3.0
@@ -60,7 +60,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/huin/goupnp v1.3.0 // indirect
- github.com/ipfs/go-datastore v0.9.1 // indirect
+ github.com/ipfs/go-datastore v0.9.2 // indirect
github.com/ipld/go-ipld-prime v0.24.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
@@ -72,7 +72,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-libp2p-routing-helpers v0.7.5 // indirect
github.com/libp2p/go-libp2p-xor v0.1.0 // indirect
github.com/libp2p/go-msgio v0.3.0 // indirect
@@ -87,7 +87,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-multicodec v0.10.0 // indirect
github.com/multiformats/go-multistream v0.6.1 // indirect
@@ -144,15 +144,15 @@ 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.53.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.21.0 // indirect
- golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 // indirect
- golang.org/x/text v0.38.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/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
gonum.org/v1/gonum v0.17.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
google.golang.org/genproto/googleapis/rpc 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.
pulls bunch of fixes discussed with @achingbrain + boxo / libp2p / kad-dht ones