Skip to content

Commit a5627d2

Browse files
chore: release 1.1.23
1 parent 0f6676d commit a5627d2

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

.changes/22d9bdc8-4fec-4df5-bce6-a2c4d84d24db.json

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

CHANGELOG.md

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

3+
## [1.1.23] - 04/22/2024
4+
5+
### Features
6+
* (**bedrockagent**) Releasing the support for simplified configuration and return of control
7+
* (**bedrockagentruntime**) Releasing the support for simplified configuration and return of control
8+
* (**paymentcryptography**) Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service.
9+
* (**route53profiles**) Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account.
10+
* (**sagemaker**) This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
11+
* (**transfer**) Adding new API to support remote directory listing using SFTP connector
12+
13+
### Fixes
14+
* [#900](https://github.com/awslabs/aws-sdk-kotlin/issues/900) Correctly generate presigners, waiters, and paginators for resource operations
15+
16+
### Documentation
17+
* (**redshiftserverless**) Updates description of schedule field for scheduled actions.
18+
* (**servicediscovery**) This release adds examples to several Cloud Map actions.
19+
320
## [1.1.22] - 04/19/2024
421

522
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,12 @@
16861686
"artifactName": "route53recoveryreadiness",
16871687
"brazilName": "AwsSdkKotlinRoute53RecoveryReadiness"
16881688
},
1689+
{
1690+
"sdkId": "Route53Profiles",
1691+
"namespace": "aws.sdk.kotlin.services.route53profiles",
1692+
"artifactName": "route53profiles",
1693+
"brazilName": "AwsSdkKotlinRoute53profiles"
1694+
},
16891695
{
16901696
"sdkId": "Route53Resolver",
16911697
"namespace": "aws.sdk.kotlin.services.route53resolver",

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.23-SNAPSHOT
9+
sdkVersion=1.1.23
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)