Skip to content

Commit 1333f62

Browse files
chore: release 1.3.90
1 parent 97e22d4 commit 1333f62

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.90] - 12/09/2024
4+
5+
### Features
6+
* (**cognitoidentityprovider**) Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.
7+
* (**ec2**) This release includes a new API for modifying instance network-performance-options after launch.
8+
* (**medialive**) H265 outputs now support disabling the deblocking filter.
9+
10+
### Documentation
11+
* (**appsync**) Provides description of new Amazon Bedrock runtime datasource.
12+
* (**ecs**) This is a documentation only update to address various tickets for Amazon ECS.
13+
* (**keyspaces**) Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.
14+
* (**workspaces**) Added text to clarify case-sensitivity
15+
316
## [1.3.89] - 12/05/2024
417

518
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.3.90-SNAPSHOT
9+
sdkVersion=1.3.90
1010

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

0 commit comments

Comments
 (0)