From 4fa1b6ee2ac16262b52640d40dd7c5990e28cf9e Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:12:22 -1000 Subject: [PATCH 1/2] Release v0.27.2 update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bceeef82b..6a14581ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,14 @@ The following emojis are used to highlight certain changes: ### Security + +## [v0.27.2] + +### Fixed + +- `bitswap/client`: Reverted attempt to sending cancels with excluding peer. There were additional problems with wantlist accounting that made the attempted change unsafe, so it was reverted. [#809](https://github.com/ipfs/boxo/pull/809) + + ## [v0.27.1] ### Fixed From dd8ebb40a79cb34fe5f6b26cd8ec559136a9534a Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:47:28 -1000 Subject: [PATCH 2/2] update version --- CHANGELOG.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a14581ba..46428ca95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ The following emojis are used to highlight certain changes: ### Fixed -- `bitswap/client`: Reverted attempt to sending cancels with excluding peer. There were additional problems with wantlist accounting that made the attempted change unsafe, so it was reverted. [#809](https://github.com/ipfs/boxo/pull/809) +- `bitswap/client`: Reverted attempt to send cancels with excluded peer due to additional issues with wantlist accounting [#809](https://github.com/ipfs/boxo/pull/809) ## [v0.27.1] diff --git a/version.json b/version.json index fef718023..df8c75a01 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.27.1" + "version": "v0.27.2" }