Skip to content

Commit b4ffc3d

Browse files
chore: release 1.4.106
1 parent be793d8 commit b4ffc3d

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.106] - 06/17/2025
4+
5+
### Features
6+
* (**accessanalyzer**) We are launching a new analyzer type, internal access analyzer. The new analyzer will generate internal access findings, which help customers understand who within their AWS organization or AWS Account has access to their critical AWS resources.
7+
* (**acm**) Adds support for Exportable Public Certificates
8+
* (**backup**) AWS Backup is adding support for integration of its logically air-gapped vaults with the AWS Organizations Multi-party approval capability.
9+
* (**databasemigrationservice**) Add "Virtual" field to Data Provider as well as "S3Path" and "S3AccessRoleArn" fields to DataProvider settings
10+
* (**guardduty**) Adding support for extended threat detection for EKS Audit Logs and EKS Runtime Monitoring.
11+
* (**inspector2**) Add Code Repository Scanning as part of AWS InspectorV2
12+
* (**mpa**) This release enables customers to create Multi-party approval teams and approval requests to protect supported operations.
13+
* (**networkfirewall**) Release of Active Threat Defense in Network Firewall
14+
* (**organizations**) Add support for policy operations on the SECURITYHUB_POLICY policy type.
15+
* (**securityhub**) Adds operations, structures, and exceptions required for public preview release of Security Hub V2.
16+
* (**sts**) The AWS Security Token Service APIs AssumeRoleWithSAML and AssumeRoleWithWebIdentity can now be invoked without pre-configured AWS credentials in the SDK configuration.
17+
* (**wafv2**) AWS WAF can now suggest protection packs for you based on the application information you provide when you create a webACL.
18+
19+
### Documentation
20+
* (**bedrock**) This release of the SDK has the API and documentation for the createcustommodel API. This feature lets you copy a trained model into Amazon Bedrock for inference.
21+
322
## [1.4.105] - 06/16/2025
423

524
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,12 @@
12421242
"artifactName": "lookoutvision",
12431243
"brazilName": "AwsSdkKotlinLookoutvision"
12441244
},
1245+
{
1246+
"sdkId": "MPA",
1247+
"namespace": "aws.sdk.kotlin.services.mpa",
1248+
"artifactName": "mpa",
1249+
"brazilName": "AwsSdkKotlinMpa"
1250+
},
12451251
{
12461252
"sdkId": "MTurk",
12471253
"namespace": "aws.sdk.kotlin.services.mturk",

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.106-SNAPSHOT
9+
sdkVersion=1.4.106
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)