Skip to content

Commit 96646c2

Browse files
chore: release 1.1.8
1 parent 509fbbb commit 96646c2

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

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.1.8] - 03/29/2024
4+
5+
### Features
6+
* (**b2bi**) Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.
7+
* (**codebuild**) Add new fleet status code for Reserved Capacity.
8+
* (**codeconnections**) Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service.
9+
* (**internetmonitor**) This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs.
10+
* (**iotwireless**) Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways
11+
* (**marketplacecatalog**) This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary.
12+
* (**neptunegraph**) Add the new API Start-Import-Task for Amazon Neptune Analytics.
13+
* (**sagemaker**) This release adds support for custom images for the CodeEditor App on SageMaker Studio
14+
315
## [1.1.7] - 03/28/2024
416

517
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,12 @@
402402
"artifactName": "codecommit",
403403
"brazilName": "AwsSdkKotlinCodecommit"
404404
},
405+
{
406+
"sdkId": "CodeConnections",
407+
"namespace": "aws.sdk.kotlin.services.codeconnections",
408+
"artifactName": "codeconnections",
409+
"brazilName": "AwsSdkKotlinCodeconnections"
410+
},
405411
{
406412
"sdkId": "CodeDeploy",
407413
"namespace": "aws.sdk.kotlin.services.codedeploy",

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.1.8-SNAPSHOT
9+
sdkVersion=1.1.8
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)