Skip to content

Commit acb7157

Browse files
chore: release 1.2.31
1 parent bcd1354 commit acb7157

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.31] - 06/11/2024
4+
5+
### Features
6+
* (**accessanalyzer**) IAM Access Analyzer now provides policy recommendations to help resolve unused permissions for IAM roles and users. Additionally, IAM Access Analyzer now extends its custom policy checks to detect when IAM policies grant public access or access to critical resources ahead of deployments.
7+
* (**guardduty**) Added API support for GuardDuty Malware Protection for S3.
8+
* (**networkmanager**) This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates.
9+
* (**pcaconnectorscep**) Connector for SCEP allows you to use a managed, cloud CA to enroll mobile devices and networking gear. SCEP is a widely-adopted protocol used by mobile device management (MDM) solutions for enrolling mobile devices. With the connector, you can use AWS Private CA with popular MDM solutions.
10+
* (**sagemaker**) Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable.
11+
312
## [1.2.30] - 06/10/2024
413

514
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,6 +1476,12 @@
14761476
"artifactName": "pcaconnectorad",
14771477
"brazilName": "AwsSdkKotlinPcaConnectorAd"
14781478
},
1479+
{
1480+
"sdkId": "Pca Connector Scep",
1481+
"namespace": "aws.sdk.kotlin.services.pcaconnectorscep",
1482+
"artifactName": "pcaconnectorscep",
1483+
"brazilName": "AwsSdkKotlinPcaConnectorScep"
1484+
},
14791485
{
14801486
"sdkId": "Personalize",
14811487
"namespace": "aws.sdk.kotlin.services.personalize",

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.2.31-SNAPSHOT
9+
sdkVersion=1.2.31
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)