Skip to content

Commit 2a52cbe

Browse files
chore: release 0.27.5
1 parent e451cae commit 2a52cbe

7 files changed

+15
-30
lines changed

.changes/1aed8534-646f-4f57-8e4a-c95abf1c79d3.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/4602d073-9393-4496-b63d-85535a2f631a.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/b6288fbe-a409-473c-a6ac-12c3c310b963.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/d4722cf5-e6ef-4b42-b869-d854fd80be51.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/d7863388-cf31-44d7-b613-c2376e853b97.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.27.5] - 09/28/2023
4+
5+
### Features
6+
* Generate paginators and waiters with a default parameter when input shape has all optional members
7+
* Generate client side error correction for @required members
8+
9+
### Fixes
10+
* [#993](https://github.com/awslabs/aws-sdk-kotlin/issues/993) Provide SLF4J 1.x compatible fallback implementation
11+
12+
### Miscellaneous
13+
* Generate internal-only clients with `internal` visibility
14+
* Upgrade aws-crt-kotlin to 0.7.2
15+
316
## [0.27.4] - 09/15/2023
417

518
### Miscellaneous

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.27.5-SNAPSHOT
8+
sdkVersion=0.27.5
99

1010
# kotlin
11-
kotlinVersion=1.8.22
11+
kotlinVersion=1.8.22

0 commit comments

Comments
 (0)