Skip to content

Commit e73aa62

Browse files
chore: release 1.0.32
1 parent 3f72889 commit e73aa62

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

.changes/c0f971d2-3b76-4f9a-9c76-dc89fe395c86.json

Lines changed: 0 additions & 8 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.32] - 01/10/2024
4+
5+
### Features
6+
* (**cloudwatchlogs**) Add support for account level subscription filter policies to PutAccountPolicy, DescribeAccountPolicies, and DeleteAccountPolicy APIs. Additionally, PutAccountPolicy has been modified with new optional "selectionCriteria" parameter for resource selection.
7+
* (**connectcampaigns**) Minor pattern updates for Campaign and Dial Request API fields.
8+
* (**location**) This release adds API support for custom layers for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
9+
* (**qconnect**) QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
10+
* (**route53**) Route53 now supports geoproximity routing in AWS regions
11+
* (**wisdom**) QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
12+
13+
### Fixes
14+
* [#1173](https://github.com/awslabs/aws-sdk-kotlin/issues/1173) Correctly presign S3 requests when `forcePathStyle = true`
15+
16+
### Documentation
17+
* (**redshiftserverless**) Updates to ConfigParameter for RSS workgroup, removal of use_fips_ssl
18+
319
## [1.0.31] - 01/08/2024
420

521
### 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.32-SNAPSHOT
9+
sdkVersion=1.0.32
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)