Skip to content

Commit

Permalink
chore: release 0.32.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Sep 8, 2023
1 parent a3a21f4 commit d986af0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 36 deletions.
8 changes: 0 additions & 8 deletions .changes/316c80e0-c526-4a42-8fc0-165aebd7581b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/72d2bb9a-8154-47b8-8b2d-b4af66b90ba7.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bac6a11b-f4bd-4aae-ac8c-dc27b753c3c8.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/cef3d2d7-04ab-42f4-a60a-2b85dbfde865.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/ec4b3c6c-c63f-499d-a032-026139b4627e.json

This file was deleted.

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

## [0.32.1-beta] - 09/08/2023

### Features
* [#1033](https://github.com/awslabs/aws-sdk-kotlin/issues/1033) Add `SystemPropertyCredentialsProvider` and make it first in default chain credentials provider
* Allow endpoint URL configuration via env and shared config.
* [#1000](https://github.com/awslabs/aws-sdk-kotlin/issues/1000) Add more parameters for fetching STS credentials

### Fixes
* [#935](https://github.com/awslabs/smithy-kotlin/issues/935) Fix closing an event stream causing an IllegalStateException

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

## [0.32.0-beta] - 08/31/2023

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

# sdk
sdkVersion=0.32.1-SNAPSHOT
sdkVersion=0.32.1-beta

# codegen
smithyVersion=1.29.0
Expand Down Expand Up @@ -37,4 +37,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 d986af0

Please sign in to comment.