Skip to content

Commit ae7b14f

Browse files
chore: release 0.22.1-beta
1 parent cc762da commit ae7b14f

File tree

5 files changed

+11
-17
lines changed

5 files changed

+11
-17
lines changed

.changes/30177428-f508-497d-95ac-a3aa1a24db2f.json

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

.changes/68fbe8a4-1cc2-4f47-b219-60ef0d377f20.json

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

.changes/7bbf4132-0fcc-44e8-a204-e52923fcd83e.json

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

CHANGELOG.md

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

3+
## [0.22.1-beta] - 04/21/2023
4+
5+
### Features
6+
* BREAKING: Add support for retrying certain transient HTTP errors. `RetryErrorType.Timeout` was renamed to `RetryErrorType.Transient`.
7+
8+
### Miscellaneous
9+
* Refactor internal endpoint resolver execution to track upstream changes.
10+
* Sync AWS models and bump smithy-kotlin version
11+
312
## [0.22.0-beta] - 04/14/2023
413

514
### Miscellaneous

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
77
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
88

99
# sdk
10-
sdkVersion=0.22.1-SNAPSHOT
10+
sdkVersion=0.22.1-beta
1111

1212
# codegen
1313
smithyVersion=1.29.0
@@ -39,4 +39,4 @@ mockkVersion=1.13.3
3939
slf4jVersion=2.0.6
4040

4141
# dokka config (values specified at build-time as needed)
42-
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
42+
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 commit comments

Comments
 (0)