Skip to content

Commit 392493d

Browse files
authored
Merge pull request #697 from ipfs/release-v0.24.1
Release v0.24.1
2 parents a016a54 + 88cdbca commit 392493d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,27 @@ The following emojis are used to highlight certain changes:
1818

1919
### Changed
2020

21+
### Removed
22+
23+
### Fixed
24+
25+
### Security
26+
27+
## [v0.24.1]
28+
29+
### Changed
30+
2131
- `routing/http/client`: creating delegated routing client with `New` now defaults to querying delegated routing server with `DefaultProtocolFilter` ([IPIP-484](https://github.com/ipfs/specs/pull/484)) [#689](https://github.com/ipfs/boxo/pull/689)
32+
- updated go-libp2p to [v0.36.5](https://github.com/libp2p/go-libp2p/releases/tag/v0.36.5)
33+
- updated dependencies [#693](https://github.com/ipfs/boxo/pull/693)
2234
- update `go-libp2p-kad-dht` to [v0.27.0](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.27.0)
2335

24-
### Removed
25-
2636
### Fixed
2737

2838
- `routing/http/client`: optional address and protocol filter parameters from [IPIP-484](https://github.com/ipfs/specs/pull/484) use human-readable `,` instead of `%2C`. [#688](https://github.com/ipfs/boxo/pull/688)
2939
- `bitswap/client` Cleanup live wants when wants are canceled. This prevents live wants from continuing to get rebroadcasted even after the wants are canceled. [#690](https://github.com/ipfs/boxo/pull/690)
3040
- Fix problem adding invalid CID to exhausted wants list resulting in possible performance issue. [#692](https://github.com/ipfs/boxo/pull/692)
3141

32-
### Security
33-
3442
## [v0.24.0]
3543

3644
### Added

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.24.0"
2+
"version": "v0.24.1"
33
}

0 commit comments

Comments
 (0)