Skip to content

Commit 2117f79

Browse files
chore: release 1.0.48
1 parent 5270de7 commit 2117f79

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.changes/1c711891-254c-45fb-9384-016df4350ac7.json

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

.changes/499084ed-325b-442f-bb2a-680a19e16b6a.json

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

CHANGELOG.md

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

3+
## [1.0.48] - 02/01/2024
4+
5+
### Features
6+
* (**cognitoidentityprovider**) Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
7+
* (**ivs**) This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
8+
* (**managedblockchainquery**) This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
9+
* (**mediaconvert**) This release includes support for broadcast-mixed audio description tracks.
10+
* (**neptunegraph**) Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.
11+
* [#476](https://github.com/awslabs/aws-sdk-kotlin/issues/476) Allow full URI path to a localhost metadata service (AwsContainerCredentialsFullUri) to be a host name
12+
13+
### Fixes
14+
* Bump **smithy-kotlin** version to fix an error with serializing maps which use the `Document` type as a value
15+
316
## [1.0.47] - 01/31/2024
417

518
### 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.48-SNAPSHOT
9+
sdkVersion=1.0.48
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)