Skip to content

Commit be771ef

Browse files
chore: release 0.25.0-beta
1 parent 65fa003 commit be771ef

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changes/83268f45-2c95-483c-9eff-5196cbfd0191.json

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

.changes/aa2140bb-4ebf-463d-9325-4fb47d100c62.json

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

CHANGELOG.md

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

3+
## [0.25.0-beta] - 05/19/2023
4+
5+
### Features
6+
* **Breaking**: Make HTTP engines configurable in client config during initialization and during `withCopy`. See [this discussion post](https://github.com/awslabs/aws-sdk-kotlin/discussions/new?category=announcements) for more information.
7+
8+
### Miscellaneous
9+
* Sync smithy-kotlin and AWS service models.
10+
311
## [0.24.0-beta] - 05/12/2023
412

513
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
77
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
88

99
# sdk
10-
sdkVersion=0.25.0-SNAPSHOT
10+
sdkVersion=0.25.0-beta
1111

1212
# codegen
1313
smithyVersion=1.29.0
@@ -39,4 +39,4 @@ mockkVersion=1.13.3
3939
slf4jVersion=2.0.6
4040

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

0 commit comments

Comments
 (0)