From 774a6cad3a47678b188d502b8b37dc48f5275cc0 Mon Sep 17 00:00:00 2001 From: Kyle Eckhart Date: Wed, 25 Jan 2023 13:14:01 -0500 Subject: [PATCH] Release 0.13.0 Signed-off-by: Kyle Eckhart --- CHANGELOG.md | 14 ++++++++++---- VERSION | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35af38ea..33539a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ ## master / unreleased -## 0.13.0 / 2022-11-15 - -* [FEATURE] Add `web.stackdriver-telemetry-path` flag. When configured the stackdriver metrics go to this endpoint and -`web.telemetry-path` contain just the runtime metrics. +## 0.13.0 / 2023-01-25 + +* [FEATURE] Add `monitoring.aggregate-deltas` and `monitoring.aggregate-deltas-ttl` flags which allow aggregating DELTA + metrics as counters instead of a gauge #168 +* [FEATURE] Add `web.stackdriver-telemetry-path` flag. When configured the stackdriver metrics go to this endpoint and + `web.telemetry-path` contain just the runtime metrics. #173 +* [ENHANCEMENT] Make Stackdriver main collector more library-friendly #157 +* [BUGFIX] Fixes suspected duplicate label panic for some GCP metric #153 +* [BUGFIX] Metrics-ingest-delay bugfix #151 +* [BUGFIX] Fix data race on metricDescriptorsFunction start and end times #158 ## 0.12.0 / 2022-02-08 diff --git a/VERSION b/VERSION index ac454c6a..54d1a4f2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.0 +0.13.0