From a475dfa8e012c7d4d3f5047520e0e36bb10cc813 Mon Sep 17 00:00:00 2001 From: Ian Smith Botsford Date: Tue, 12 Jul 2022 17:15:15 +0000 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20upgrade=20smithy-kotlin=20to=20con?= =?UTF-8?q?sume=20new=20Set=E2=86=92List=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changes/5e48cdf3-de2e-4274-8955-813c2897e3fc.json | 5 +++++ gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changes/5e48cdf3-de2e-4274-8955-813c2897e3fc.json diff --git a/.changes/5e48cdf3-de2e-4274-8955-813c2897e3fc.json b/.changes/5e48cdf3-de2e-4274-8955-813c2897e3fc.json new file mode 100644 index 00000000000..feed3b5f16c --- /dev/null +++ b/.changes/5e48cdf3-de2e-4274-8955-813c2897e3fc.json @@ -0,0 +1,5 @@ +{ + "id": "5e48cdf3-de2e-4274-8955-813c2897e3fc", + "type": "misc", + "description": "**Breaking**: Upgrade **smithy-kotlin** version which will replace all instances of `Set` with `List` in service shapes" +} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 599818a4d6a..203794b76c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ sdkVersion=0.16.8-SNAPSHOT smithyVersion=1.22.0 smithyGradleVersion=0.5.3 # smithy-kotlin codegen and runtime are versioned together -smithyKotlinVersion=0.11.2 +smithyKotlinVersion=0.11.3-SNAPSHOT # kotlin kotlinVersion=1.7.0 @@ -39,4 +39,4 @@ slf4jVersion=1.7.36 # dokka config (values specified at build-time as needed) smithyKotlinPackageListUrl= -smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin \ No newline at end of file +smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin From f28741da73c9fd60a59f34561a004b4c09b25b02 Mon Sep 17 00:00:00 2001 From: Ian Smith Botsford Date: Tue, 12 Jul 2022 17:20:39 +0000 Subject: [PATCH 2/2] minor version bump for breaking change --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 203794b76c0..0f0f8b21eb9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ sdkVersion=0.16.8-SNAPSHOT smithyVersion=1.22.0 smithyGradleVersion=0.5.3 # smithy-kotlin codegen and runtime are versioned together -smithyKotlinVersion=0.11.3-SNAPSHOT +smithyKotlinVersion=0.12.0-SNAPSHOT # kotlin kotlinVersion=1.7.0