We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eff7a8 + c8a0019 commit dfbebd0Copy full SHA for dfbebd0
1 file changed
CHANGELOG.md
@@ -4,6 +4,25 @@
4
5
### What's Changed
6
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
26
## v0.69.0 / 2026-06-17
27
28
### Security / behavior changes
0 commit comments