From c8a00193a337caff496fc1ae0a318e2921377b9e Mon Sep 17 00:00:00 2001 From: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:40:50 +0200 Subject: [PATCH] Update CHANGELOG for v0.70.0 Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 065c1217..7a7877ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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