Skip to content

Commit 3d230af

Browse files
chore: release 1.0.58
1 parent 95cbb69 commit 3d230af

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
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.0.58] - 02/15/2024
4+
5+
### Features
6+
* (**artifact**) This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
7+
* (**codepipeline**) Add ability to override timeout on action level.
8+
* (**guardduty**) Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
9+
* (**healthlake**) This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
10+
* (**opensearch**) Adds additional supported instance types.
11+
* (**polly**) Amazon Polly adds 1 new voice - Burcu (tr-TR)
12+
* (**sagemaker**) This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
13+
14+
### Documentation
15+
* (**detective**) Doc only updates for content enhancement
16+
* (**secretsmanager**) Doc only update for Secrets Manager
17+
318
## [1.0.57] - 02/14/2024
419

520
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@
150150
"artifactName": "applicationcostprofiler",
151151
"brazilName": "AwsSdkKotlinApplicationcostprofiler"
152152
},
153+
{
154+
"sdkId": "Artifact",
155+
"namespace": "aws.sdk.kotlin.services.artifact",
156+
"artifactName": "artifact",
157+
"brazilName": "AwsSdkKotlinArtifact"
158+
},
153159
{
154160
"sdkId": "Athena",
155161
"namespace": "aws.sdk.kotlin.services.athena",

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.58-SNAPSHOT
9+
sdkVersion=1.0.58
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)