File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66org.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)
1212smithyKotlinDocBaseUrl =https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
You can’t perform that action at this time.
0 commit comments