Skip to content
Merged
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

### What's Changed

## v0.70.0 / 2026-07-10

### Enhancements

* route: add support for the QUERY HTTP method. #932

### Bugfixes

* config: fix `TLSVersion.String()` printing a pointer address instead of the numeric version for unknown TLS versions. #929

### Internal

* expfmt: add `BenchmarkConvertMetricFamily` comparing the Prometheus text and OpenMetrics 1.0 encoders. #943
* Update Go dependencies. #933 #934
* Synchronize common files from prometheus/prometheus. #923 #927 #930 #937
* Update GitHub Actions. #938 #939 #940 #941 #942

**Full Changelog**: https://github.com/prometheus/common/compare/v0.69.0...v0.70.0

## v0.69.0 / 2026-06-17

### Security / behavior changes
Expand Down
Loading