Skip to content

Commit 7a03f86

Browse files
chore: release 1.5.9
1 parent ed31cbd commit 7a03f86

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.5.9] - 08/01/2025
4+
5+
### Features
6+
* (**aiops**) This release includes fix for InvestigationGroup timestamp conversion issue.
7+
* (**arcregionswitch**) This is the initial SDK release for Region switch
8+
* (**auditmanager**) Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported.
9+
* (**lightsail**) This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region.
10+
* (**observabilityadmin**) CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources.
11+
* (**pcs**) Add support for IPv6 Networking for Clusters.
12+
* (**securityhub**) Release new resource detail type CodeRepository
13+
14+
### Documentation
15+
* (**acmpca**) Doc-only update to add more information to GetCertificate action.
16+
* (**sns**) Amazon SNS support for Amazon SQS fair queues
17+
318
## [1.5.8] - 07/31/2025
419

520
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"artifactName": "apigateway",
2525
"brazilName": "AwsSdkKotlinApiGateway"
2626
},
27+
{
28+
"sdkId": "ARC Region switch",
29+
"namespace": "aws.sdk.kotlin.services.arcregionswitch",
30+
"artifactName": "arcregionswitch",
31+
"brazilName": "AwsSdkKotlinArcRegionSwitch"
32+
},
2733
{
2834
"sdkId": "ARC Zonal Shift",
2935
"namespace": "aws.sdk.kotlin.services.arczonalshift",

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=-Xmx10g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.5.9-SNAPSHOT
9+
sdkVersion=1.5.9
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)