Skip to content

Commit d1ea714

Browse files
chore: release 1.3.21
1 parent 46cb973 commit d1ea714

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-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.21] - 08/28/2024
4+
5+
### Features
6+
* (**appconfig**) This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
7+
* (**datazone**) Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
8+
* (**devicefarm**) This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
9+
* (**ec2**) Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
10+
* (**internetmonitor**) Adds new querying types to show overall traffic suggestion information for monitors
11+
* (**pcs**) Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.
12+
13+
### Documentation
14+
* (**workspaces**) Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.
15+
316
## [1.3.20] - 08/27/2024
417

518
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,6 +1434,12 @@
14341434
"artifactName": "outposts",
14351435
"brazilName": "AwsSdkKotlinOutposts"
14361436
},
1437+
{
1438+
"sdkId": "PCS",
1439+
"namespace": "aws.sdk.kotlin.services.pcs",
1440+
"artifactName": "pcs",
1441+
"brazilName": "AwsSdkKotlinPcs"
1442+
},
14371443
{
14381444
"sdkId": "PI",
14391445
"namespace": "aws.sdk.kotlin.services.pi",

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.21-SNAPSHOT
9+
sdkVersion=1.3.21
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)