From bee5841a9795142b660e2f447ed73bd10410d0b6 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Mon, 2 Jan 2023 16:07:30 +0100 Subject: [PATCH] Update changelog for v0.43.0-alpha (#749) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30d29f5..0fcf1af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.43.0-alpha + +* add support to custom namespaces with their dimensions (by @arielly-parussulo) +* Optimise support for custom namespaces to use GetMetricData API (by @code-haven) +* GH workflows: run "publish" workflows only in this repo. (by @cristiangreco) +* Bump Go version to 1.19 for CI and docker image. (by @cristiangreco) +* Fix not to refer to loop variable in a goroutine (by @masshash) +* Validate tags when converting to prometheus labels (by @cristiangreco) +* Bump github.com/aws/aws-sdk-go from 1.44.127 to 1.44.167 +* Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 +* Bump github.com/urfave/cli/v2 from 2.23.0 to 2.23.7 + # 0.42.0-alpha * Resolve logging issue (@datsabk)