Skip to content

Commit 167c528

Browse files
chore: release 1.0.79
1 parent 42017af commit 167c528

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.79] - 03/15/2024
4+
5+
### Features
6+
* (**backup**) This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup.
7+
* (**codebuild**) AWS CodeBuild now supports overflow behavior on Reserved Capacity.
8+
* (**connect**) This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.
9+
* (**ec2**) Add media accelerator and neuron device information on the describe instance types API.
10+
* (**kinesisanalyticsv2**) Support for Flink 1.18 in Managed Service for Apache Flink
11+
* (**sagemaker**) Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.
12+
* (**workspacesthinclient**) Removed unused parameter kmsKeyArn from UpdateDeviceRequest
13+
14+
### Documentation
15+
* (**s3**) Documentation updates for Amazon S3.
16+
317
## [1.0.78] - 03/14/2024
418

519
### 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.0.79-SNAPSHOT
9+
sdkVersion=1.0.79
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)