Skip to content

Commit

Permalink
chore: release 1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed May 17, 2024
1 parent 6c4f3f3 commit 970b012
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changes/4d8e0e00-1cc7-4fc6-88c0-3983c3ee3eb5.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.15] - 05/17/2024

### Features
* (**applicationautoscaling**) add v2 smoke tests and smithy smokeTests trait for SDK testing.
* (**codebuild**) Aws CodeBuild now supports 36 hours build timeout
* (**elasticloadbalancingv2**) This release adds dualstack-without-public-ipv4 IP address type for ALB.
* (**lakeformation**) Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal
* (**transfer**) Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.

### Miscellaneous
* [#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

## [1.2.14] - 05/16/2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.2.15-SNAPSHOT
sdkVersion=1.2.15

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

0 comments on commit 970b012

Please sign in to comment.