Skip to content

Commit feb68d7

Browse files
chore: release 1.4.107
1 parent 08abfd7 commit feb68d7

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

.changes/02bbf5e7-68d7-480d-a94c-35cd39dfe0db.json

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

CHANGELOG.md

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

3+
## [1.4.107] - 06/18/2025
4+
5+
### Features
6+
* (**aiops**) This is the initial SDK release for Amazon AI Operations (AIOps). AIOps is a generative AI-powered assistant that helps you respond to incidents in your system by scanning your system's telemetry and quickly surface suggestions that might be related to your issue.
7+
* (**autoscaling**) Add IncludeInstances parameter to DescribeAutoScalingGroups API
8+
* (**cloudwatchlogs**) Added CloudWatch Logs Transformer support for converting CloudTrail, VPC Flow, EKS Audit, AWS WAF and Route53 Resolver logs to OCSF v1.1 format.
9+
* (**s3**) Added support for renaming objects within the same bucket using the new RenameObject API.
10+
* (**sagemaker**) Add support for p6-b200 instance type for SageMaker Hyperpod
11+
12+
### Fixes
13+
* [#1596](https://github.com/awslabs/aws-sdk-kotlin/issues/1596) Correctly convert key fields during paginated `Scan` and `Query` operations
14+
315
## [1.4.106] - 06/17/2025
416

517
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"artifactName": "acmpca",
1313
"brazilName": "AwsSdkKotlinAcmPca"
1414
},
15+
{
16+
"sdkId": "AIOps",
17+
"namespace": "aws.sdk.kotlin.services.aiops",
18+
"artifactName": "aiops",
19+
"brazilName": "AwsSdkKotlinAiops"
20+
},
1521
{
1622
"sdkId": "API Gateway",
1723
"namespace": "aws.sdk.kotlin.services.apigateway",

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.107-SNAPSHOT
9+
sdkVersion=1.4.107
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)