Skip to content

Commit 9f81030

Browse files
chore: release 1.5.107
1 parent 81845b2 commit 9f81030

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.107] - 12/19/2025
4+
5+
### Features
6+
* (**arcregionswitch**) Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions.
7+
* (**connect**) Adding support for Custom Metrics and Pre-Defined Attributes to GetCurrentMetricData API.
8+
* (**emrserverless**) Added JobLevelCostAllocationConfiguration field to enable cost allocation reporting at the job level, providing more granular visibility into EMR Serverless charges
9+
* (**iot**) This release adds event-based logging feature that enables granular event logging controls for AWS IoT logs.
10+
* (**qbusiness**) It is a internal bug fix for region expansion
11+
* (**wickr**) AWS Wickr now provides a suite of admin APIs to allow you to programmatically manage secure communication for Wickr networks at scale. These APIs enable you to automate administrative workflows including user lifecycle management, network configuration, and security group administration.
12+
* (**workspacesweb**) Add support for WebAuthn under user settings.
13+
314
## [1.5.106] - 12/18/2025
415

516
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,12 @@
22382238
"artifactName": "wellarchitected",
22392239
"brazilName": "AwsSdkKotlinWellarchitected"
22402240
},
2241+
{
2242+
"sdkId": "Wickr",
2243+
"namespace": "aws.sdk.kotlin.services.wickr",
2244+
"artifactName": "wickr",
2245+
"brazilName": "AwsSdkKotlinWickr"
2246+
},
22412247
{
22422248
"sdkId": "Wisdom",
22432249
"namespace": "aws.sdk.kotlin.services.wisdom",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
77
org.gradle.parallel=true
88

99
# sdk
10-
sdkVersion=1.5.107-SNAPSHOT
10+
sdkVersion=1.5.107
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)