Skip to content

Commit a7757d7

Browse files
chore: release 1.1.15
1 parent 28c9d1f commit a7757d7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.15] - 04/09/2024
4+
5+
### Features
6+
* (**codebuild**) Add new webhook filter types for GitHub webhooks
7+
* (**mediaconvert**) This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
8+
* (**pinpoint**) The OrchestrationSendingRoleArn has been added to the email channel and is used to send emails from campaigns or journeys.
9+
* (**rds**) This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.
10+
311
## [1.1.13] - 04/05/2024
412

513
### Features

codegen/sdk/packages.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,12 @@
522522
"artifactName": "connectparticipant",
523523
"brazilName": "AwsSdkKotlinConnectparticipant"
524524
},
525+
{
526+
"sdkId": "ControlCatalog",
527+
"namespace": "aws.sdk.kotlin.services.controlcatalog",
528+
"artifactName": "controlcatalog",
529+
"brazilName": "AwsSdkKotlinControlcatalog"
530+
},
525531
{
526532
"sdkId": "ControlTower",
527533
"namespace": "aws.sdk.kotlin.services.controltower",
@@ -1104,6 +1110,12 @@
11041110
"artifactName": "lambda",
11051111
"brazilName": "AwsSdkKotlinLambda"
11061112
},
1113+
{
1114+
"sdkId": "Launch Wizard",
1115+
"namespace": "aws.sdk.kotlin.services.launchwizard",
1116+
"artifactName": "launchwizard",
1117+
"brazilName": "AwsSdkKotlinLaunchWizard"
1118+
},
11071119
{
11081120
"sdkId": "Lex Model Building Service",
11091121
"namespace": "aws.sdk.kotlin.services.lexmodelbuildingservice",

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.1.15-SNAPSHOT
9+
sdkVersion=1.1.15
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)