Skip to content

Commit c3f8ce8

Browse files
chore: release 1.3.2
1 parent d46f896 commit c3f8ce8

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## [1.3.2] - 08/01/2024
4+
5+
### Features
6+
* (**bedrock**) API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.
7+
* (**controlcatalog**) AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls.
8+
* (**iam**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* (**rds**) This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.
10+
* (**sagemaker**) This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.
11+
* (**ssmquicksetup**) This release adds API support for the QuickSetup feature of AWS Systems Manager
12+
13+
### Documentation
14+
* (**controltower**) Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs
15+
* (**memorydb**) Doc only update for changes to deletion API.
16+
* (**support**) Doc only updates to CaseDetails
17+
318
## [1.3.1] - 07/30/2024
419

520
### Features

codegen/sdk/packages.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,12 @@
17761776
"artifactName": "ssmincidents",
17771777
"brazilName": "AwsSdkKotlinSsmIncidents"
17781778
},
1779+
{
1780+
"sdkId": "SSM QuickSetup",
1781+
"namespace": "aws.sdk.kotlin.services.ssmquicksetup",
1782+
"artifactName": "ssmquicksetup",
1783+
"brazilName": "AwsSdkKotlinSsmQuicksetup"
1784+
},
17791785
{
17801786
"sdkId": "SSO",
17811787
"namespace": "aws.sdk.kotlin.services.sso",
@@ -2305,4 +2311,4 @@
23052311
"brazilName": "AwsSdkKotlinTnb"
23062312
}
23072313
]
2308-
}
2314+
}

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.2-SNAPSHOT
9+
sdkVersion=1.3.2
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)