Skip to content

Commit d86fdd7

Browse files
chore: release 1.0.18
1 parent 4157a2e commit d86fdd7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.0.18] - 12/15/2023
4+
5+
### Features
6+
* (**connect**) Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
7+
* (**connectcases**) Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
8+
* (**sagemaker**) This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API
9+
10+
### Documentation
11+
* (**cloud9**) Updated Cloud9 API documentation for AL2023 release
12+
* (**kms**) Documentation updates for AWS Key Management Service
13+
* (**rds**) Updates Amazon RDS documentation by adding code examples
14+
315
## [1.0.17] - 12/14/2023
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.0.18-SNAPSHOT
9+
sdkVersion=1.0.18
1010

1111
# kotlin
1212
kotlinVersion=1.9.20

0 commit comments

Comments
 (0)