Skip to content

Commit 6eed35f

Browse files
chore: release 1.3.60
1 parent 740bf11 commit 6eed35f

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.changes/b95f4632-90cf-4d72-8947-46fd13b902c4.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [1.3.60] - 10/23/2024
4+
5+
### Features
6+
* (**connect**) Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.
7+
* (**ec2**) Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads.
8+
* (**mwaa**) Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.
9+
* (**paymentcryptography**) Add support for ECC P-256 and P-384 Keys.
10+
* (**paymentcryptographydata**) Add ECDH support on PIN operations.
11+
12+
### Fixes
13+
* Fix backwards incompatibility with versions < 1.2.28
14+
15+
### Documentation
16+
* (**bedrock**) Doc updates for supporting converse
17+
318
## [1.3.59] - 10/22/2024
419

520
### 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.3.60-SNAPSHOT
9+
sdkVersion=1.3.60
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)