Skip to content

Commit 412a480

Browse files
chore: release 1.2.56
1 parent ff4adb8 commit 412a480

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.56] - 07/25/2024
4+
5+
### Features
6+
* (**applicationautoscaling**) Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.
7+
* (**applicationsignals**) CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.
8+
* (**bedrockruntime**) Provides ServiceUnavailableException error message
9+
* (**codecommit**) CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
10+
* (**datazone**) Introduces GetEnvironmentCredentials operation to SDK
11+
* (**ec2**) EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
12+
* (**ecr**) API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
13+
* (**eks**) This release adds support for EKS cluster to manage extended support.
14+
* (**elasticloadbalancingv2**) This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager.
15+
* (**networkfirewall**) You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging.
16+
* (**outposts**) Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses
17+
* (**sfn**) This release adds support to customer managed KMS key encryption in AWS Step Functions.
18+
319
## [1.2.55] - 07/24/2024
420

521
### 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.2.56-SNAPSHOT
9+
sdkVersion=1.2.56
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)