Skip to content

Commit 233edc6

Browse files
authored
Merge pull request #277 from ipfs/release-v1.16.0
Release v1.16.0
2 parents ffadea0 + 2a6d9c1 commit 233edc6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,27 @@ The following emojis are used to highlight certain changes:
2323

2424
### Security
2525

26+
## [v1.16.0]
27+
28+
### Added
29+
30+
- Support for `RAINBOW_HTTP_RETRIEVAL_METRICS_LABELS_FOR_ENDPOINTS` which
31+
brings back the possiblity of tagging requests metrics with the endpoint the
32+
request is sent to. See the Envirionment variables documentation for more
33+
details.
34+
35+
### Changed
36+
37+
### Fixed
38+
39+
- Second attempt to fix issue with retrievals silently stopping, as the fix in
40+
the previous release does not work. This is done via upgrade to Boxo
41+
`v0.33.1-0.20250718090124-2cf77c4c3ebf`
42+
43+
### Removed
44+
45+
### Security
46+
2647

2748
## [v1.15.0]
2849

version.json

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

0 commit comments

Comments
 (0)