Skip to content

Commit 41c786f

Browse files
chore: release 1.0.20
1 parent 8e4cba0 commit 41c786f

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.changes/ef256fac-bada-4c42-8632-577faeac6800.json

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

CHANGELOG.md

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

3+
## [1.0.20] - 12/19/2023
4+
5+
### Features
6+
* (**appsync**) This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection
7+
* (**chimesdkmeetings**) Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.
8+
* (**ec2**) Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
9+
* (**fsx**) Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.
10+
* (**marketplacecatalog**) AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.
11+
* (**rds**) RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation
12+
13+
### Miscellaneous
14+
* Disable search and address accessibility violations in documentation
15+
316
## [1.0.19] - 12/18/2023
417

518
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.0.20-SNAPSHOT
9+
sdkVersion=1.0.20
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
1313

1414
# atomicfu
1515
kotlinx.atomicfu.enableJvmIrTransformation=true
1616
# FIXME - https://github.com/Kotlin/kotlinx-atomicfu/issues/274
17-
kotlinx.atomicfu.enableNativeIrTransformation=false
17+
kotlinx.atomicfu.enableNativeIrTransformation=false

0 commit comments

Comments
 (0)