Skip to content

Commit

Permalink
chore: release 1.3.90
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Dec 9, 2024
1 parent 97e22d4 commit 1333f62
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.90] - 12/09/2024

### Features
* (**cognitoidentityprovider**) Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.
* (**ec2**) This release includes a new API for modifying instance network-performance-options after launch.
* (**medialive**) H265 outputs now support disabling the deblocking filter.

### Documentation
* (**appsync**) Provides description of new Amazon Bedrock runtime datasource.
* (**ecs**) This is a documentation only update to address various tickets for Amazon ECS.
* (**keyspaces**) Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.
* (**workspaces**) Added text to clarify case-sensitivity

## [1.3.89] - 12/05/2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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=1.3.90-SNAPSHOT
sdkVersion=1.3.90

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

0 comments on commit 1333f62

Please sign in to comment.