From ab9a7b1ecdde53753fc52a2afcc1d3b20096afbf Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 18 May 2026 15:06:18 +0200 Subject: [PATCH] chore: release v1.23.1 --- CHANGELOG.md | 16 ++++++++++++++-- version.json | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f888653..55d6434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,12 +19,24 @@ The following emojis are used to highlight certain changes: ### Fixed -- Fix bitswap unable to retrieve content from providers whose advertised addresses are stale or unreachable but whose real listen addresses the DHT host has already learned. With `--dht-shared-host=false` (the default), addresses from the DHT host's peerstore are now merged into the bitswap host's peerstore on each `Connect`, matching kubo and ipfs-check (both of which run DHT and bitswap on the same host). ([#372](https://github.com/ipfs/rainbow/pull/372)) - ### Removed ### Security +## [1.23.1] + +### Changed + +- update `go-libp2p-kad-dht` to [v0.39.2](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.39.2) +- update `go-ds-pebble` to [v0.5.11](https://github.com/ipfs/go-ds-pebble/releases/tag/v0.5.11) +- update `go-log/v2` to [v2.9.2](https://github.com/ipfs/go-log/releases/tag/v2.9.2) +- update `go-unixfsnode` to [v1.10.4](https://github.com/ipfs/go-unixfsnode/releases/tag/v1.10.4) +- update opentelemetry dependencies + +### Fixed + +- Fix bitswap unable to retrieve content from providers whose advertised addresses are stale or unreachable but whose real listen addresses the DHT host has already learned. With `--dht-shared-host=false` (the default), addresses from the DHT host's peerstore are now merged into the bitswap host's peerstore on each `Connect`, matching kubo and ipfs-check (both of which run DHT and bitswap on the same host). ([#372](https://github.com/ipfs/rainbow/pull/372)) + ## [1.23.0] ### Added diff --git a/version.json b/version.json index 42f2fc1..b3bcaa8 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.23.0" + "version": "v1.23.1" }