Skip to content

Commit 649ef01

Browse files
chore: release 1.5.25
1 parent a761303 commit 649ef01

File tree

2 files changed

+97
-1
lines changed

2 files changed

+97
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.25] - 08/25/2025
4+
5+
### Features
6+
* (**acm**) Remove incorrect endpoint tests
7+
* (**aiops**) Remove incorrect endpoint tests
8+
* (**appflow**) Remove incorrect endpoint tests
9+
* (**appsync**) Remove incorrect endpoint tests
10+
* (**athena**) Remove incorrect endpoint tests
11+
* (**autoscaling**) Remove incorrect endpoint tests
12+
* (**b2bi**) Updated APIs to support custom validation rules.
13+
* (**bedrock**) Remove incorrect endpoint tests
14+
* (**bedrockagent**) Remove incorrect endpoint tests
15+
* (**bedrockdataautomation**) Remove incorrect endpoint tests
16+
* (**bedrockdataautomationruntime**) Remove incorrect endpoint tests
17+
* (**braket**) Remove incorrect endpoint tests
18+
* (**chatbot**) Remove incorrect endpoint tests
19+
* (**chimesdkmediapipelines**) Remove incorrect endpoint tests
20+
* (**chimesdkmessaging**) Remove incorrect endpoint tests
21+
* (**cloudcontrol**) Remove incorrect endpoint tests
22+
* (**cloudformation**) Remove incorrect endpoint tests
23+
* (**cloudsearch**) Remove incorrect endpoint tests
24+
* (**cloudtraildata**) Remove incorrect endpoint tests
25+
* (**cloudwatchevents**) Remove incorrect endpoint tests
26+
* (**cloudwatchlogs**) Remove incorrect endpoint tests
27+
* (**codeartifact**) Remove incorrect endpoint tests
28+
* (**codestarnotifications**) Remove incorrect endpoint tests
29+
* (**connectparticipant**) Remove incorrect endpoint tests
30+
* (**controltower**) Remove incorrect endpoint tests
31+
* (**costandusagereportservice**) Remove incorrect endpoint tests
32+
* (**datazone**) Releasing the following features - Asset classification that lets users use restricted terms for classifying assets if they have the right permissions. Also adding a new enum value "Moving" to project status.
33+
* (**dax**) Remove incorrect endpoint tests
34+
* (**devicefarm**) Remove incorrect endpoint tests
35+
* (**devopsguru**) Remove incorrect endpoint tests
36+
* (**directconnect**) Remove incorrect endpoint tests
37+
* (**docdbelastic**) Remove incorrect endpoint tests
38+
* (**ec2**) Added IPv6 support for AWS Client VPN.
39+
* (**eks**) Remove incorrect endpoint tests
40+
* (**emrcontainers**) Remove incorrect endpoint tests
41+
* (**finspacedata**) Remove incorrect endpoint tests
42+
* (**forecast**) Remove incorrect endpoint tests
43+
* (**fsx**) Remove incorrect endpoint tests
44+
* (**groundstation**) Remove incorrect endpoint tests
45+
* (**health**) Remove incorrect endpoint tests
46+
* (**iotdataplane**) Remove incorrect endpoint tests
47+
* (**iotfleethub**) Remove incorrect endpoint tests
48+
* (**iotsitewise**) Remove incorrect endpoint tests
49+
* (**kendra**) Remove incorrect endpoint tests
50+
* (**keyspaces**) Remove incorrect endpoint tests
51+
* (**kinesisanalytics**) Remove incorrect endpoint tests
52+
* (**kinesisvideoarchivedmedia**) Remove incorrect endpoint tests
53+
* (**lambda**) Remove incorrect endpoint tests
54+
* (**lexmodelsv2**) Remove incorrect endpoint tests
55+
* (**lexruntimeservice**) Remove incorrect endpoint tests
56+
* (**licensemanager**) Remove incorrect endpoint tests
57+
* (**lookoutequipment**) Remove incorrect endpoint tests
58+
* (**mailmanager**) Remove incorrect endpoint tests
59+
* (**marketplacecatalog**) Remove incorrect endpoint tests
60+
* (**mediaconvert**) This release adds support for input rendition selection for HLS input, adds new Share API to enable sharing jobs with AWS Support for support investigations, and adds INCLUDE_AS_TS to iFrameOnlyManifest setting for HLS outputs.
61+
* (**mediapackagevod**) Remove incorrect endpoint tests
62+
* (**mediastore**) Remove incorrect endpoint tests
63+
* (**migrationhubstrategy**) Remove incorrect endpoint tests
64+
* (**odb**) Remove incorrect endpoint tests
65+
* (**opensearchserverless**) Remove incorrect endpoint tests
66+
* (**opsworkscm**) Remove incorrect endpoint tests
67+
* (**outposts**) Remove incorrect endpoint tests
68+
* (**pcaconnectorad**) Remove incorrect endpoint tests
69+
* (**personalizeruntime**) Remove incorrect endpoint tests
70+
* (**qbusiness**) The Amazon Q Business GetDocumentContent operation now supports retrieval of the extracted text content in JSON format.
71+
* (**redshiftserverless**) Remove incorrect endpoint tests
72+
* (**repostspace**) Remove incorrect endpoint tests
73+
* (**resiliencehub**) Remove incorrect endpoint tests
74+
* (**resourcegroupstaggingapi**) Remove incorrect endpoint tests
75+
* (**sagemakeredge**) Remove incorrect endpoint tests
76+
* (**sagemakerfeaturestoreruntime**) Remove incorrect endpoint tests
77+
* (**sagemakerruntime**) Remove incorrect endpoint tests
78+
* (**serverlessapplicationrepository**) Remove incorrect endpoint tests
79+
* (**servicecatalog**) Remove incorrect endpoint tests
80+
* (**sfn**) Remove incorrect endpoint tests
81+
* (**shield**) Remove incorrect endpoint tests
82+
* (**snowball**) Remove incorrect endpoint tests
83+
* (**ssoadmin**) Remove incorrect endpoint tests
84+
* (**storagegateway**) Remove incorrect endpoint tests
85+
* (**support**) Remove incorrect endpoint tests
86+
* (**supportapp**) Remove incorrect endpoint tests
87+
* (**taxsettings**) Remove incorrect endpoint tests
88+
* (**timestreaminfluxdb**) Add MAINTENANCE status for DbInstance and DbCluster
89+
* (**transcribe**) Remove incorrect endpoint tests
90+
* (**transcribestreaming**) Remove incorrect endpoint tests
91+
* (**translate**) Remove incorrect endpoint tests
92+
* (**wellarchitected**) Remove incorrect endpoint tests
93+
* (**workspacesthinclient**) Remove incorrect endpoint tests
94+
95+
### Documentation
96+
* (**codegurusecurity**) Documentation update to notify users of the discontinuation of Amazon CodeGuru Security.
97+
* (**sqs**) Documentation update for Amazon SQS Supports Large Payload Message feature
98+
399
## [1.5.24] - 08/22/2025
4100

5101
### Features

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.25-SNAPSHOT
9+
sdkVersion=1.5.25
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)