Skip to content

Commit dfba0f0

Browse files
chore: release 0.12.7
1 parent 7862844 commit dfba0f0

6 files changed

+13
-23
lines changed

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

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

.changes/3952237f-4d07-4e81-ac73-73fb935bfd43.json

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

.changes/8455f4eb-e07a-4e22-a612-c2c4d4da9d60.json

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

.changes/a73c323b-980c-408e-9f67-6ed2d9c0ade7.json

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

CHANGELOG.md

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

3+
## [0.12.7] - 09/29/2022
4+
5+
### Features
6+
* [#486](https://github.com/awslabs/aws-sdk-kotlin/issues/486) Enable configurability of the retry strategy through environment variables, system properties, and AWS profiles.
7+
8+
### Fixes
9+
* Switch to a safer check to determine if all bytes have been read from an HTTP body
10+
* [#704](https://github.com/awslabs/aws-sdk-kotlin/issues/704) Disable throwing CancellationException in OkHttp engine's transferBody method
11+
12+
### Miscellaneous
13+
* Update/clarify changelog and commit instructions in the Contributing Guidelines
14+
315
## [0.12.6] - 09/19/2022
416

517
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin.native.ignoreDisabledTargets=true
99
#kotlin.mpp.hierarchicalStructureSupport=false
1010

1111
# SDK
12-
sdkVersion=0.12.7-SNAPSHOT
12+
sdkVersion=0.12.7
1313

1414
# kotlin
1515
kotlinVersion=1.7.10

0 commit comments

Comments
 (0)