Skip to content

Commit

Permalink
chore: release 0.18.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Nov 23, 2022
1 parent e4f2c39 commit f44ed00
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changes/019ad769-8cf1-48fc-b898-5c325fca6917.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/20d71413-8e11-4769-bb84-ca93c82bd6fc.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/231f0336-689b-4a85-8b72-1059a9c4ce61.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/552c1b75-b19c-49e9-ac05-2f4a88ec2bb9.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/5e992ee9-f624-423c-a388-afec012e39be.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/64c54161-6b84-4251-a1fc-a7c568424ee6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/77594af4-5d59-49d4-b96c-9e1d5a9129e7.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/7bc775e3-2777-484f-90ae-95a50a78fd61.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/82affce8-73dd-42be-ab9e-a737337652c1.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/9a088733-20ae-47fc-932a-ed5dd5959e7a.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/e2422015-caee-497f-8049-feeda953bcaf.json

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.18.0-beta] - 11/23/2022

### Features
* Add support for dual-stack endpoints in client config.
* [#399](https://github.com/awslabs/aws-sdk-kotlin/issues/399) Add support for (S3 Virtual Host Addressing)[https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html] (enabled by default).
* [#231](https://github.com/awslabs/aws-sdk-kotlin/issues/231) Add support for (S3 Access Points)[https://aws.amazon.com/s3/features/access-points/].
* Add support for (S3 Object Lambda)[https://aws.amazon.com/s3/features/object-lambda/].
* [#677](https://github.com/awslabs/smithy-kotlin/issues/677) Add a new tracing framework for centralized handling of log messages and metric events and providing easy integration points for connecting to downstream tracing systems (e.g., kotlin-logging)
* **BREAKING** Add smithy-modeled endpoint resolvers for AWS services. See [this discussion post](https://github.com/awslabs/aws-sdk-kotlin/discussions/761) for more information.
* Add support for (S3 PrivateLink)[https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html].
* Add support for [FIPS](https://aws.amazon.com/compliance/fips/) endpoints in client config.
* Add support for (S3 Transfer Acceleration)[https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration.html].
* Add support for (S3 Outposts)[https://aws.amazon.com/s3/outposts/].

### Miscellaneous
* Sync AWS service models

## [0.17.12-beta] - 11/15/2022

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=0.18.0-SNAPSHOT
sdkVersion=0.18.0-beta

# codegen
smithyVersion=1.26.1
Expand Down Expand Up @@ -39,4 +39,4 @@ mockkVersion=1.12.3
slf4jVersion=1.7.36

# dokka config (values specified at build-time as needed)
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 comments on commit f44ed00

Please sign in to comment.