Skip to content

Commit 6f88dc2

Browse files
chore: release 1.4.117
1 parent a03e32e commit 6f88dc2

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.117] - 07/01/2025
4+
5+
### Features
6+
* (**cleanroomsml**) This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML.
7+
* (**datazone**) Add support for the new optional domain-unit-id parameter in the UpdateProject API.
8+
* (**ec2**) Add Context to GetInstanceTypesFromInstanceRequirements API
9+
* (**odb**) This release adds API operations for Oracle Database@AWS. You can use the APIs to create Exadata infrastructure, ODB networks, and Exadata and Autonomous VM clusters inside AWS data centers. The infrastructure is managed by OCI. You can integrate these resources with AWS services.
10+
* (**qbusiness**) New ChatResponseConfiguration to Customize Q Business chat responses for specific use cases and communication needs. Updated Boosting capability allowing admins to provide preference on date attributes for recency and/or provide a preferred data source.
11+
* (**sagemaker**) Updated field validation requirements for InstanceGroups.
12+
13+
### Documentation
14+
* (**rds**) Amazon RDS Custom for Oracle now supports multi-AZ database instances.
15+
316
## [1.4.116] - 06/30/2025
417

518
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,12 @@
24002400
"artifactName": "neptunedata",
24012401
"brazilName": "AwsSdkKotlinNeptunedata"
24022402
},
2403+
{
2404+
"sdkId": "odb",
2405+
"namespace": "aws.sdk.kotlin.services.odb",
2406+
"artifactName": "odb",
2407+
"brazilName": "AwsSdkKotlinOdb"
2408+
},
24032409
{
24042410
"sdkId": "rbin",
24052411
"namespace": "aws.sdk.kotlin.services.rbin",

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.117-SNAPSHOT
9+
sdkVersion=1.4.117
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)