Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.23.0"
"version": "v1.23.1"
}
Loading