Skip to content

Commit

Permalink
chore: release 0.28.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jun 29, 2023
1 parent 038d5d5 commit a62d7b3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changes/1397b538-9c3d-49f6-a0ae-d2781e442ed1.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/1d5c8d89-ed94-4dc3-9845-468b9cf359c8.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/f85d252e-e400-4b2e-b480-b5ca157555a5.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.28.0-beta] - 06/29/2023

### Features
* [#701](https://github.com/awslabs/aws-sdk-kotlin/issues/701) **Breaking**: Simplify mechanisms for setting/updating retry strategies in client config. See [this discussion post](https://github.com/awslabs/aws-sdk-kotlin/discussions/964) for more details.
* [#701](https://github.com/awslabs/aws-sdk-kotlin/issues/701) Add adaptive retry mode

### Miscellaneous
* Sync AWS models and bump smithy-kotlin version

## [0.27.2-beta] - 06/22/2023

### Miscellaneous
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=0.28.0-SNAPSHOT
sdkVersion=0.28.0-beta

# codegen
smithyVersion=1.29.0
Expand Down Expand Up @@ -39,4 +39,4 @@ mockkVersion=1.13.3
slf4jVersion=2.0.6

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

0 comments on commit a62d7b3

Please sign in to comment.