Skip to content

Commit

Permalink
chore: release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Apr 17, 2024
1 parent 28a28f5 commit 507c14c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 34 deletions.
8 changes: 0 additions & 8 deletions .changes/19208b1c-8c36-452b-a6e3-e0bef345776a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/289fe06b-6d65-47da-a007-360398c39244.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/6ffd0a2b-9801-4814-a6d1-9d84196ff130.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/e26e1980-ee66-4d9d-99b5-6ee0f1f3901d.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
codegenVersion=0.31.4

0 comments on commit 507c14c

Please sign in to comment.