From 24e257121463261c05fcb9a4e4ba4066da3d1981 Mon Sep 17 00:00:00 2001 From: Isabella Siu Date: Mon, 1 Dec 2025 17:26:45 -0500 Subject: [PATCH] release 1.5.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d44a1..f37ebc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. +## 1.5.0 + +- Support proxy http setting on backend by @iwysiu in https://github.com/grafana/grafana-aws-sdk/pull/366 + ## 1.4.0 + - Update sqlds to v5 [#359](https://github.com/grafana/grafana-aws-sdk/pull/359) - Add AWS/Redshift metrics and dimensions for zero-ETL integrations [#365](https://github.com//grafana-aws-sdk/pull/365) - Add missing ap-southeast-6 opt in region [#355](https://github.com//grafana-aws-sdk/pull/355) @@ -19,6 +24,7 @@ All notable changes to this project will be documented in this file. - Bump the aws-sdk-go-v2 group with 5 updates [#354](https://github.com//grafana-aws-sdk/pull/354) ## 1.3.2 + - Add AWS/NetworkManager namespace metrics and dimensions [#358](https://github.com/grafana/grafana-aws-sdk/pull/358) - fix bedrock metrics with split namespaces [#356](https://github.com/grafana/grafana-aws-sdk/pull/356) - Add missing ap-southeast-6 opt in region [#355](https://github.com/grafana/grafana-aws-sdk/pull/355) @@ -34,6 +40,7 @@ All notable changes to this project will be documented in this file. - Bump the aws-sdk-go-v2 group with 5 updates in [#342](https://github.com/grafana/grafana-aws-sdk/pull/342) ## 1.3.0 + - Feat: add session token support for sigv4 (to support the auth service) in [#340](https://github.com/grafana/grafana-aws-sdk/pull/340) - add error check to stop panic [#325](https://github.com/grafana/grafana-aws-sdk/pull/325) - Update workflows and templates [#333](https://github.com/grafana/grafana-aws-sdk/pull/333)