Skip to content

Commit

Permalink
chore: release 1.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Aug 28, 2024
1 parent 46cb973 commit d1ea714
Show file tree
Hide file tree
Showing 3 changed files with 20 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.21] - 08/28/2024

### Features
* (**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.
* (**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.
* (**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.
* (**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
* (**internetmonitor**) Adds new querying types to show overall traffic suggestion information for monitors
* (**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.

### Documentation
* (**workspaces**) Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.

## [1.3.20] - 08/27/2024

### Features
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,12 @@
"artifactName": "outposts",
"brazilName": "AwsSdkKotlinOutposts"
},
{
"sdkId": "PCS",
"namespace": "aws.sdk.kotlin.services.pcs",
"artifactName": "pcs",
"brazilName": "AwsSdkKotlinPcs"
},
{
"sdkId": "PI",
"namespace": "aws.sdk.kotlin.services.pi",
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.21-SNAPSHOT
sdkVersion=1.3.21

# 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 d1ea714

Please sign in to comment.