Skip to content

Commit ced856e

Browse files
chore: release 1.1.0
1 parent 52cf0e3 commit ced856e

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

.changes/2f4e3b74-2966-4981-a23f-98c13a315fc4.json

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

.changes/a7f82a33-11f1-4184-97af-ff713e922dfc.json

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

CHANGELOG.md

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

3+
## [1.1.0] - 03/19/2024
4+
5+
### Features
6+
* (**cloudwatchlogs**) Update LogSamples field in Anomaly model to be a list of LogEvent
7+
* (**ec2**) This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated.
8+
* (**finspace**) Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations.
9+
* (**managedblockchainquery**) Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents.
10+
11+
### Fixes
12+
* [#1045](https://github.com/awslabs/smithy-kotlin/issues/1045) ⚠️ **IMPORTANT**: Fix codegen for map shapes which use string enums as map keys. See the [**Map key changes** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1258) for more details
13+
* [#1041](https://github.com/awslabs/smithy-kotlin/issues/1041) ⚠️ **IMPORTANT**: Disable [OkHttp's transparent response decompression](https://square.github.io/okhttp/features/calls/#rewriting-requests) by manually specifying `Accept-Encoding: identity` in requests. See the [**Disabling automatic response decompression** breaking change announcement](https://github.com/awslabs/aws-sdk-kotlin/discussions/1259) for more details.
14+
15+
### Documentation
16+
* (**cloudformation**) Documentation update, March 2024. Corrects some formatting.
17+
318
## [1.0.80] - 03/18/2024
419

520
### 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.81-SNAPSHOT
9+
sdkVersion=1.1.0
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)