Skip to content

Commit f5620cd

Browse files
chore: release 0.17.7-beta
1 parent 1d4d076 commit f5620cd

8 files changed

+16
-36
lines changed

.changes/0d2cc7ea-39dc-11ed-a261-0242ac120002.json

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

.changes/524525e9-3882-4c3f-ae9a-d3b64ced37f5.json

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

.changes/5c8b043d-ea3d-43da-9db3-9978ddf9b9ff.json

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

.changes/5d0ee9f1-66d0-4654-9014-ef8ebea8ce17.json

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

.changes/5f177d46-2cc8-488b-a224-97da0a443e85.json

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

.changes/a82f99a1-c12f-4530-ae0d-33f1a746ab7d.json

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

CHANGELOG.md

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

3+
## [0.17.7-beta] - 10/03/2022
4+
5+
### Features
6+
* #486 Enable configurability of the retry strategy through environment variables, system properties, and AWS profiles.
7+
8+
### Fixes
9+
* [#697](https://github.com/awslabs/aws-sdk-kotlin/issues/697) Correct handling of non-success responses when retrieving credentials on ECS.
10+
11+
### Miscellaneous
12+
* Upgrade smithy-kotlin version.
13+
* Update/clarify changelog and add commit instructions in the Contributing Guidelines
14+
* Upgrade Kotlin version and dependencies in ECS credentials integration test.
15+
* Sync AWS models and upgrade smithy-kotlin.
16+
317
## [0.17.6-beta] - 09/19/2022
418

519
### Features

gradle.properties

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

88
# sdk
9-
sdkVersion=0.17.7-SNAPSHOT
9+
sdkVersion=0.17.7-beta
1010

1111
# codegen
1212
smithyVersion=1.25.2
@@ -39,4 +39,4 @@ slf4jVersion=1.7.36
3939

4040
# dokka config (values specified at build-time as needed)
4141
smithyKotlinPackageListUrl=
42-
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin
42+
smithyKotlinDocBaseUrl=https://docs.aws.amazon.com/sdk-for-kotlin/latest/reference/smithy-kotlin

0 commit comments

Comments
 (0)