From 1e412acfd0c55b635eba8f44b22ab75ebe4a300e Mon Sep 17 00:00:00 2001 From: Ian Smith Botsford Date: Fri, 13 May 2022 18:45:36 +0000 Subject: [PATCH] chore: release 0.15.2-beta --- .changes/16c733de-c490-404e-a5f9-4e1ba917d020.json | 8 -------- .changes/2d52d36d-564b-4e31-a7fa-14d8839d4a96.json | 5 ----- CHANGELOG.md | 6 ++++++ gradle.properties | 4 ++-- 4 files changed, 8 insertions(+), 15 deletions(-) delete mode 100644 .changes/16c733de-c490-404e-a5f9-4e1ba917d020.json delete mode 100644 .changes/2d52d36d-564b-4e31-a7fa-14d8839d4a96.json diff --git a/.changes/16c733de-c490-404e-a5f9-4e1ba917d020.json b/.changes/16c733de-c490-404e-a5f9-4e1ba917d020.json deleted file mode 100644 index 63d6923b3ff..00000000000 --- a/.changes/16c733de-c490-404e-a5f9-4e1ba917d020.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "16c733de-c490-404e-a5f9-4e1ba917d020", - "type": "feature", - "description": "Add support for detecting custom metadata in system properties (starting with `aws.customMetadata.`) and environment variables (starting with `AWS_CUSTOM_METADATA_`)", - "issues": [ - "awslabs/aws-sdk-kotlin#575" - ] -} \ No newline at end of file diff --git a/.changes/2d52d36d-564b-4e31-a7fa-14d8839d4a96.json b/.changes/2d52d36d-564b-4e31-a7fa-14d8839d4a96.json deleted file mode 100644 index cec59aa1f0a..00000000000 --- a/.changes/2d52d36d-564b-4e31-a7fa-14d8839d4a96.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "id": "2d52d36d-564b-4e31-a7fa-14d8839d4a96", - "type": "feature", - "description": "Implement recursion detection middleware." -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e3389125d..30617b7d970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.15.2-beta] - 05/13/2022 + +### Features +* Implement recursion detection middleware. +* [#575](https://github.com/awslabs/aws-sdk-kotlin/issues/575) Add support for detecting custom metadata in system properties (starting with `aws.customMetadata.`) and environment variables (starting with `AWS_CUSTOM_METADATA_`) + ## [0.15.1-beta] - 04/29/2022 **WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!** diff --git a/gradle.properties b/gradle.properties index 2cbbd8cccfc..70893b77089 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,13 +6,13 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxPermSize=6g -XX:MaxMetaspaceSize=1G # sdk -sdkVersion=0.15.2-SNAPSHOT +sdkVersion=0.15.2-beta # codegen smithyVersion=1.17.0 smithyGradleVersion=0.5.3 # smithy-kotlin codegen and runtime are versioned together -smithyKotlinVersion=0.9.0 +smithyKotlinVersion=0.9.1 # kotlin kotlinVersion=1.6.10