Skip to content

Commit 444992b

Browse files
chore: release 1.0.78
1 parent dd4154f commit 444992b

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

.changes/7467d916-91d0-4c85-bc55-a615dc2b543f.json

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

CHANGELOG.md

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

3+
## [1.0.78] - 03/14/2024
4+
5+
### Features
6+
* (**ec2instanceconnect**) This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
7+
* (**fis**) This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.
8+
* (**timestreaminfluxdb**) This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.
9+
10+
### Documentation
11+
* (**amplify**) Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.
12+
* (**elasticloadbalancingv2**) This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.
13+
* (**rds**) Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.
14+
* (**secretsmanager**) Doc only update for Secrets Manager
15+
16+
### Miscellaneous
17+
* Remove IoT RoboRunner service
18+
319
## [1.0.77] - 03/13/2024
420

521
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,12 @@
19321932
"artifactName": "textract",
19331933
"brazilName": "AwsSdkKotlinTextract"
19341934
},
1935+
{
1936+
"sdkId": "Timestream InfluxDB",
1937+
"namespace": "aws.sdk.kotlin.services.timestreaminfluxdb",
1938+
"artifactName": "timestreaminfluxdb",
1939+
"brazilName": "AwsSdkKotlinTimestreamInfluxdb"
1940+
},
19351941
{
19361942
"sdkId": "Timestream Query",
19371943
"namespace": "aws.sdk.kotlin.services.timestreamquery",

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.0.78-SNAPSHOT
9+
sdkVersion=1.0.78
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)