Skip to content

Commit 970b012

Browse files
chore: release 1.2.15
1 parent 6c4f3f3 commit 970b012

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.changes/4d8e0e00-1cc7-4fc6-88c0-3983c3ee3eb5.json

Lines changed: 0 additions & 8 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.2.15] - 05/17/2024
4+
5+
### Features
6+
* (**applicationautoscaling**) add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* (**codebuild**) Aws CodeBuild now supports 36 hours build timeout
8+
* (**elasticloadbalancingv2**) This release adds dualstack-without-public-ipv4 IP address type for ALB.
9+
* (**lakeformation**) Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal
10+
* (**transfer**) Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.
11+
12+
### Miscellaneous
13+
* [#1092](https://github.com/smithy-lang/smithy-kotlin/issues/1092) Upgrade to version [**1.2.4**](https://github.com/smithy-lang/smithy-kotlin/releases/tag/v1.2.4) of **smithy-kotlin** to pick up fix for `http.nonProxyHosts` wildcards
14+
315
## [1.2.14] - 05/16/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.2.15-SNAPSHOT
9+
sdkVersion=1.2.15
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)