From ea33d226b648d444ee05bdc9d43c3946cd4cb4e3 Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:28:31 -1000 Subject: [PATCH 1/3] Release v0.33.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e401f188..bb9240d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,19 @@ The following emojis are used to highlight certain changes: ### Added +### Changed + +### Removed + +### Fixed + +### Security + + +## [v0.33.0] + +### Added + - `bitswap/network/httpnet`: New `WithMetricsLabelsForEndpoints` allows defining which hosts/endpoints can be used for labelling metrics that support such label. '*' enables this for all endpoints receiving HTTP requests, but may cause metric cardinality growth when too many endpoints exist. These labels allow tracking, for example, number or requests per response status AND endpoint used. Non-labelled request hosts are labelled with same value: `other`. ### Changed @@ -33,6 +46,7 @@ The following emojis are used to highlight certain changes: - fix panic when incoming Bitswap protobuf message does not contain `Wantlist` [#961](https://github.com/ipfs/boxo/pull/961) + ## [v0.32.0] ### Added From a46900687ca4acefca7b0b63a68cb9b4d6198d4b Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Mon, 7 Jul 2025 22:20:11 -1000 Subject: [PATCH 2/3] bump version --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 80163748b..74b45c8ce 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.32.0" + "version": "v0.33.0" } From e84cc515c6afb595ce7eb77c78209bf92af33094 Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Mon, 7 Jul 2025 22:45:40 -1000 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9240d49..4807f8de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ The following emojis are used to highlight certain changes: ### Removed ### Fixed -- `bitswap/client`: Fix sending extra wants [#968](https://github.com/ipfs/boxo/pull/968) +- `bitswap/client`: Fix sending extra wants [#968](https://github.com/ipfs/boxo/pull/968) + [#975](https://github.com/ipfs/boxo/pull/975) - `routing/http/client`: Improve URL handling for delegated routing endpoints [#971](https://github.com/ipfs/boxo/pull/971) ### Security