diff --git a/.changes/19208b1c-8c36-452b-a6e3-e0bef345776a.json b/.changes/19208b1c-8c36-452b-a6e3-e0bef345776a.json deleted file mode 100644 index 2b83dfc8a..000000000 --- a/.changes/19208b1c-8c36-452b-a6e3-e0bef345776a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "19208b1c-8c36-452b-a6e3-e0bef345776a", - "type": "feature", - "description": "⚠️ **IMPORTANT**: Add new @SdkDsl DSL marker to all generated structure builders, clarifying DSL scopes when building complex types. See the [**Scope control applied to DSL builders** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1280) for more details.", - "issues": [ - "awslabs/smithy-kotlin#428" - ] -} diff --git a/.changes/289fe06b-6d65-47da-a007-360398c39244.json b/.changes/289fe06b-6d65-47da-a007-360398c39244.json deleted file mode 100644 index 52cb88512..000000000 --- a/.changes/289fe06b-6d65-47da-a007-360398c39244.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "289fe06b-6d65-47da-a007-360398c39244", - "type": "bugfix", - "description": "Correctly handle async cancellation of call context in OkHttp engine", - "issues": [ - "awslabs/smithy-kotlin#1061" - ] -} \ No newline at end of file diff --git a/.changes/6ffd0a2b-9801-4814-a6d1-9d84196ff130.json b/.changes/6ffd0a2b-9801-4814-a6d1-9d84196ff130.json deleted file mode 100644 index 92540e615..000000000 --- a/.changes/6ffd0a2b-9801-4814-a6d1-9d84196ff130.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6ffd0a2b-9801-4814-a6d1-9d84196ff130", - "type": "bugfix", - "description": "Lazily resolve proxy environment variables", - "issues": [ - "https://github.com/awslabs/aws-sdk-kotlin/issues/1281" - ] -} \ No newline at end of file diff --git a/.changes/e26e1980-ee66-4d9d-99b5-6ee0f1f3901d.json b/.changes/e26e1980-ee66-4d9d-99b5-6ee0f1f3901d.json deleted file mode 100644 index e6ce00bbf..000000000 --- a/.changes/e26e1980-ee66-4d9d-99b5-6ee0f1f3901d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e26e1980-ee66-4d9d-99b5-6ee0f1f3901d", - "type": "bugfix", - "description": "Correctly generate waiters and paginators for resource operations", - "issues": [ - "awslabs/aws-sdk-kotlin#900" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d682a50..ab03c2684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.4] - 04/17/2024 + +### Features +* [#428](https://github.com/awslabs/smithy-kotlin/issues/428) ⚠️ **IMPORTANT**: Add new @SdkDsl DSL marker to all generated structure builders, clarifying DSL scopes when building complex types. See the [**Scope control applied to DSL builders** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1280) for more details. + +### Fixes +* [#900](https://github.com/awslabs/aws-sdk-kotlin/issues/900) Correctly generate waiters and paginators for resource operations +* [#1281](https://github.com/awslabs/aws-sdk-kotlin/issues/1281) Lazily resolve proxy environment variables +* [#1061](https://github.com/awslabs/smithy-kotlin/issues/1061) Correctly handle async cancellation of call context in OkHttp engine + ## [1.1.3] - 04/02/2024 ### Fixes diff --git a/gradle.properties b/gradle.properties index f698beccb..b6ac36917 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G # SDK -sdkVersion=1.1.4-SNAPSHOT +sdkVersion=1.1.4 # codegen -codegenVersion=0.31.4-SNAPSHOT \ No newline at end of file +codegenVersion=0.31.4 \ No newline at end of file