Skip to content

Commit 9c09576

Browse files
chore: release 1.5.18
1 parent d4711b4 commit 9c09576

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.5.18] - 08/14/2025
4+
5+
### Features
6+
* (**arcregionswitch**) Endpoint rule test and documentation update.
7+
* (**bcmrecommendedactions**) Initial SDK release for AWS Billing and Cost Management Recommended Actions.
8+
* (**directconnect**) Added pagination support for DescribeHostedConnections, DescribeVirtualInterfaces, DescribeConnections, DescribeInterconnects, DescribeLags. Added asnLong support for BGP peer operations which supports a large range.
9+
* (**dynamodb**) This release 1/ Adds support for throttled keys mode for CloudWatch Contributor Insights, 2/ Adds throttling reasons to exceptions across dataplane APIs. 3/ Explicitly models ThrottlingException as a class in statically typed languages. Refer to the launch day blog post for more details.
10+
* (**ec2**) This release adds ModifyInstanceConnectEndpoint API to update configurations on existing EC2 Instance Connect Endpoints and improves IPv6 support through dualstack DNS names for EC2 Instance Connect Endpoints.
11+
* (**fsx**) Amazon FSx for NetApp ONTAP 2nd generation file systems now support decreasing SSD storage capacity.
12+
* (**glue**) AWS Glue now supports Trusted Identity Propagation.
13+
* (**guardduty**) Added support for entity lists.
14+
* (**medialive**) CMAF Ingest output groups in MediaLive can now accept one additional destination url for single pipeline channels and up to two additional destination urls for standard channels.
15+
* (**pcs**) Updated the regex pattern and description of iamInstanceProfileArn in the CreateComputeNodeGroup and UpdateComputeNodeGroup API actions. Name and path requirements apply to the ARN of the IAM role associated with the instance profile and not the ARN of the instance profile.
16+
* (**servicediscovery**) Added support for cross account through Id parameter overloading with ARN and allow owner account for some APIs instead of ARN
17+
* (**workspaces**) New APIs introduced to import WorkSpaces BYOL image using a new process that leveraged EC2 Image Builder. WorkSpaces tests and fixes your image's compatibility issues and supports customized VM images.
18+
19+
### Documentation
20+
* (**qapps**) Documentation update for Amazon Q Apps API Reference
21+
322
## [1.5.17] - 08/13/2025
423

524
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,12 @@
210210
"artifactName": "bcmpricingcalculator",
211211
"brazilName": "AwsSdkKotlinBcmPricingCalculator"
212212
},
213+
{
214+
"sdkId": "BCM Recommended Actions",
215+
"namespace": "aws.sdk.kotlin.services.bcmrecommendedactions",
216+
"artifactName": "bcmrecommendedactions",
217+
"brazilName": "AwsSdkKotlinBcmRecommendedActions"
218+
},
213219
{
214220
"sdkId": "Backup",
215221
"namespace": "aws.sdk.kotlin.services.backup",

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.18-SNAPSHOT
9+
sdkVersion=1.5.18
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)