Skip to content

Commit cf184b4

Browse files
chore: release 1.4.73
1 parent 7ea5f69 commit cf184b4

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

.changes/8d7689ef-8acf-4fb3-84b9-712b704725e8.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.4.73] - 04/29/2025
4+
5+
### Features
6+
* (**connectcases**) Introduces CustomEntity as part of the UserUnion data type. This field is used to indicate the entity who is performing the API action.
7+
* (**kinesis**) Amazon KDS now supports tagging and attribute-based access control (ABAC) for enhanced fan-out consumers.
8+
* (**pinpointsmsvoicev2**) AWS End User Messaging has added MONITOR and FILTER functionality to SMS Protect.
9+
* (**qbusiness**) Add support for anonymous user access for Q Business applications
10+
* (**sagemaker**) Introduced support for P5en instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
11+
* (**sagemakermetrics**) SageMaker Metrics Service now supports FIPS endpoint in all US and Canada Commercial regions.
12+
* (**ssm**) This release adds support for just-In-time node access in AWS Systems Manager. Just-in-time node access enables customers to move towards zero standing privileges by requiring operators to request access and obtain approval before remotely connecting to nodes managed by the SSM Agent.
13+
* (**ssmguiconnect**) This release adds API support for the connection recording GUI Connect feature of AWS Systems Manager
14+
* Add `authSchemePreference` configuration
15+
316
## [1.4.72] - 04/28/2025
417

518
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,12 @@
18781878
"artifactName": "ssmcontacts",
18791879
"brazilName": "AwsSdkKotlinSsmContacts"
18801880
},
1881+
{
1882+
"sdkId": "SSM GuiConnect",
1883+
"namespace": "aws.sdk.kotlin.services.ssmguiconnect",
1884+
"artifactName": "ssmguiconnect",
1885+
"brazilName": "AwsSdkKotlinSsmGuiconnect"
1886+
},
18811887
{
18821888
"sdkId": "SSM Incidents",
18831889
"namespace": "aws.sdk.kotlin.services.ssmincidents",

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.4.73-SNAPSHOT
9+
sdkVersion=1.4.73
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)