Skip to content

Commit 6619c1e

Browse files
chore: release 1.3.10
1 parent fd3f82e commit 6619c1e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.changes/5a460540-14ee-4d26-a860-8cd122323b34.json

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

CHANGELOG.md

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

3+
## [1.3.10] - 08/13/2024
4+
5+
### Features
6+
* (**amplify**) Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
7+
* (**appstream**) This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.
8+
* (**fis**) This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses.
9+
* (**glue**) Add AttributesToGet parameter support for Glue GetTables
10+
* (**neptunegraph**) Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value `convertToIri` for the `blankNodeHandling` parameter.
11+
12+
### Fixes
13+
* Stop using double slashes in `ImdsCredentialsProvider` URLs
14+
315
## [1.3.9] - 08/12/2024
416

517
### 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.10-SNAPSHOT
9+
sdkVersion=1.3.10
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)