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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@ The following emojis are used to highlight certain changes:

### Security

## [v1.16.0]

### Added

- Support for `RAINBOW_HTTP_RETRIEVAL_METRICS_LABELS_FOR_ENDPOINTS` which
brings back the possiblity of tagging requests metrics with the endpoint the
request is sent to. See the Envirionment variables documentation for more
details.

### Changed

### Fixed

- Second attempt to fix issue with retrievals silently stopping, as the fix in
the previous release does not work. This is done via upgrade to Boxo
`v0.33.1-0.20250718090124-2cf77c4c3ebf`

### Removed

### Security


## [v1.15.0]

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.15.0"
"version": "v1.16.0"
}
Loading