From a016492b53d0428a33c4ea4724697e2816604dab Mon Sep 17 00:00:00 2001 From: Ved misra <47312748+misraved@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:45:03 +0530 Subject: [PATCH] Add CHANGELOG for v0.136.0 (#2173) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b335fe23..0514138b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v0.136.0 [2024-04-19] + +_What's new?_ + +- New tables added + - [aws_iot_fleet_metric](https://hub.steampipe.io/plugins/turbot/aws/tables/aws_iot_fleet_metric) ([#2000](https://github.com/turbot/steampipe-plugin-aws/pull/2000)) + +_Enhancements_ + +- The `account_id` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple AWS accounts. ([#2133](https://github.com/turbot/steampipe-plugin-aws/pull/2133)) + +_Bug fixes_ + +- Fixed the `getDirectoryServiceSnapshotLimit` and `getDirectoryServiceEventTopics` hydrate calls in the `aws_directory_service_directory` table to correctly return `nil` for the unsupported `ADConnector` services instead of an error. ([#2170](https://github.com/turbot/steampipe-plugin-aws/pull/2170)) + +_Dependencies_ + +- Recompiled plugin with [steampipe-plugin-sdk v5.10.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#2133](https://github.com/turbot/steampipe-plugin-aws/pull/2133)) +- Recompiled plugin with [aws-sdk-go v1.26.1](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md). ([#2163](https://github.com/turbot/steampipe-plugin-aws/pull/2163)) + ## v0.135.0 [2024-04-12] _What's new?_