Skip to content

Commit dfbebd0

Browse files
authored
Merge pull request #945 from roidelapluie/roidelapluie/changelog-0.70.0
Update CHANGELOG for v0.70.0
2 parents 5eff7a8 + c8a0019 commit dfbebd0

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55
### What's Changed
66

7+
## v0.70.0 / 2026-07-10
8+
9+
### Enhancements
10+
11+
* route: add support for the QUERY HTTP method. #932
12+
13+
### Bugfixes
14+
15+
* config: fix `TLSVersion.String()` printing a pointer address instead of the numeric version for unknown TLS versions. #929
16+
17+
### Internal
18+
19+
* expfmt: add `BenchmarkConvertMetricFamily` comparing the Prometheus text and OpenMetrics 1.0 encoders. #943
20+
* Update Go dependencies. #933 #934
21+
* Synchronize common files from prometheus/prometheus. #923 #927 #930 #937
22+
* Update GitHub Actions. #938 #939 #940 #941 #942
23+
24+
**Full Changelog**: https://github.com/prometheus/common/compare/v0.69.0...v0.70.0
25+
726
## v0.69.0 / 2026-06-17
827

928
### Security / behavior changes

0 commit comments

Comments
 (0)