Skip to content

Commit f1197c1

Browse files
chore: release 0.36.0-beta
1 parent e919e7c commit f1197c1

6 files changed

+20
-33
lines changed

.changes/3c7d640f-a734-4b7a-9939-1f3cb67f8cbb.json

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

.changes/4cbc20ed-789f-4040-b81c-328ecd3d0700.json

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

.changes/745b8c2f-49d6-42dd-a1a1-872e13bb97f4.json

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

.changes/a965bace-fc72-45ec-8a67-b5d0163621e3.json

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

CHANGELOG.md

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

3+
## [0.36.0-beta] - 11/21/2023
4+
5+
### Features
6+
* (**cloudfront**) This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
7+
* (**cloudfrontkeyvaluestore**) This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
8+
* (**inspectorscan**) This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format.
9+
* (**iotsitewise**) Adds 1/ user-defined unique identifier for asset and model metadata, 2/ asset model components, and 3/ query API for asset metadata and telemetry data. Supports 4/ multi variate anomaly detection using Amazon Lookout for Equipment, 5/ warm storage tier, and 6/ buffered ingestion of time series data.
10+
* (**iottwinmaker**) This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling.
11+
* (**s3**) Add support for automatic date based partitioning in S3 Server Access Logs.
12+
* [#1002](https://github.com/awslabs/aws-sdk-kotlin/issues/1002), [#1003](https://github.com/awslabs/aws-sdk-kotlin/issues/1003) Make region providers public and allow profile name override
13+
* [#1055](https://github.com/awslabs/aws-sdk-kotlin/issues/1055) **BREAKING**: Make the AWS retry policy inheritable
14+
* [#199](https://github.com/awslabs/aws-sdk-kotlin/issues/199) Handle S3 errors returned with an HTTP 200 response
15+
16+
### Fixes
17+
* **Breaking**: Make properties of S3Control PublicAccessBlockConfiguration optional by removing default values. Previously they defaulted to false, which caused invalid requests
18+
19+
### Documentation
20+
* (**ec2**) Documentation updates for Amazon EC2.
21+
322
## [0.35.1-beta] - 11/20/2023
423

524
### 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=0.35.2-SNAPSHOT
9+
sdkVersion=0.36.0-beta
1010

1111
# kotlin
1212
kotlinVersion=1.9.20

0 commit comments

Comments
 (0)