Skip to content

Commit 7cd8844

Browse files
chore: release 0.16.0
1 parent 55be83a commit 7cd8844

6 files changed

+12
-25
lines changed

.changes/88c3a8ce-5e7b-4754-96d3-42c4de1fcddd.json

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

.changes/90312c67-354c-426d-bd15-b4f5901a3da5.json

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

.changes/91436071-ff83-4476-aa11-35ea73e255c7.json

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

.changes/9e04fd2c-136d-490b-9ecf-d6072a6f34c1.json

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

CHANGELOG.md

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

3+
## [0.16.0] - 02/23/2023
4+
5+
### Fixes
6+
* [#805](https://github.com/awslabs/smithy-kotlin/issues/805) Fix a bug where system time jumps could cause unexpected retry behavior
7+
8+
### Miscellaneous
9+
* Refactor: move `EndpointProvider` out of http package into `aws.smithy.kotlin.runtime.client.endpoints`
10+
* Refactor: relocate `CachedCredentialsProvider` and `CredentialsProviderChain` from `aws-sdk-kotlin`
11+
* Refactor: move `Document` type to `aws.smithy.kotlin.runtime.content` package
12+
313
## [0.15.3] - 02/16/2023
414

515
### 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
kotlin.mpp.enableCompatibilityMetadataVariant=true
77

88
# SDK
9-
sdkVersion=0.16.0-SNAPSHOT
9+
sdkVersion=0.16.0
1010

1111
# kotlin
1212
kotlinVersion=1.8.10
@@ -44,4 +44,4 @@ kotlinLoggingVersion=3.0.0
4444
slf4jVersion=2.0.6
4545

4646
# crt
47-
crtKotlinVersion=0.6.8
47+
crtKotlinVersion=0.6.8

0 commit comments

Comments
 (0)