Skip to content

Commit cabb98f

Browse files
chore: release 1.0.62
1 parent 44af81f commit cabb98f

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

.changes/a3dbe57d-1309-4535-8025-6458466ba154.json

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

.changes/d3a9b18c-7f36-4718-a855-91e3ac6f6531.json

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

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.62] - 02/21/2024
4+
5+
### Features
6+
* (**iotevents**) Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
7+
* (**lookoutequipment**) This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
8+
* (**medialive**) MediaLive now supports the ability to restart pipelines in a running channel.
9+
* (**ssm**) This release adds support for sharing Systems Manager parameters with other AWS accounts.
10+
11+
### Fixes
12+
* [#1208](https://github.com/awslabs/aws-sdk-kotlin/issues/1208) Profile credentials provider is no longer marked as internal API
13+
* [#1217](https://github.com/awslabs/aws-sdk-kotlin/issues/1217) Only enable aws-chunked content encoding for S3
14+
315
## [1.0.61] - 02/20/2024
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.62-SNAPSHOT
9+
sdkVersion=1.0.62
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)