Skip to content

Commit 2c34630

Browse files
chore: release 1.4.86
1 parent 6a41785 commit 2c34630

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.86] - 05/16/2025
4+
5+
### Features
6+
* (**bedrockdataautomation**) Add support for VIDEO modality to BlueprintType enum.
7+
* (**bedrockdataautomationruntime**) Add AssetProcessingConfiguration for video segment to InputConfiguration
8+
* (**codepipeline**) CodePipeline now supports new API ListDeployActionExecutionTargets that lists the deployment target details for deploy action executions.
9+
* (**emr**) Added APIs for managing Application UIs: Access Persistent (serverless) UIs via CreatePersistentAppUI DescribePersistentAppUI & GetPersistentAppUIPresignedURL, and Cluster-based UIs through GetOnClusterAppUIPresignedURL. Supports Yarn, Spark History, and TEZ interfaces.
10+
* (**glue**) Changes include (1) Excel as S3 Source type and XML and Tableau's Hyper as S3 Sink types, (2) targeted number of partitions parameter in S3 sinks and (3) new compression types in CSV/JSON and Parquet S3 sinks.
11+
* (**neptune**) This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.
12+
* (**servicequotas**) This release introduces CreateSupportCase operation to SDK.
13+
14+
### Documentation
15+
* (**ecs**) This is an Amazon ECs documentation only release to support the change of the container exit "reason" field from 255 characters to 1024 characters.
16+
317
## [1.4.85] - 05/15/2025
418

519
### 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=-Xmx6g -XX:MaxMetaspaceSize=2G
77

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