Skip to content

Commit 1e05251

Browse files
chore: release 0.23.0
1 parent 8bddd84 commit 1e05251

9 files changed

+17
-53
lines changed

.changes/44708ceb-cc8c-478c-bd35-af82aa79f546.json

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

.changes/4e8e536e-a39c-41a8-acfb-3877528a3837.json

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

.changes/7ea49133-ed99-4a94-b90f-c78871df5ab4.json

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

.changes/c5f04082-06d1-4425-b7b9-b1ac2b9b8edd.json

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

.changes/d50afb27-0e5c-46b3-9c9c-865a3c75dd21.json

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

.changes/e59b3095-f066-4f70-a378-7cf151207921.json

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

.changes/f8716e6a-24e2-41fb-96b9-3e9e5593867a.json

Lines changed: 0 additions & 8 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+
## [0.23.0] - 07/20/2023
4+
5+
### Features
6+
* Add experimental support for OpenTelemetry based telemetry provider
7+
* [#146](https://github.com/awslabs/smithy-kotlin/issues/146) Enable endpoint discovery
8+
* [#898](https://github.com/awslabs/smithy-kotlin/issues/898) BREAKING: introduce `maxConcurrency` HTTP engine setting and rename OkHttp specific `maxConnectionsPerHost` to `maxConcurrencyPerHost`.
9+
10+
### Fixes
11+
* [#905](https://github.com/awslabs/aws-sdk-kotlin/issues/905) Retry connection reset errors in OkHttp engine
12+
* [#888](https://github.com/awslabs/smithy-kotlin/issues/888) Correct URL encoding in endpoint resolution
13+
14+
### Miscellaneous
15+
* **BREAKING**: Refactor observability API and configuration. See the [discussion](https://github.com/awslabs/aws-sdk-kotlin/discussions/981) post from the AWS SDK for Kotlin for more information.
16+
* [#947](https://github.com/awslabs/aws-sdk-kotlin/issues/947) Remove or lower visibility on several internal-only APIs
17+
318
## [0.22.1] - 07/06/2023
419

520
### Fixes

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
kotlin.mpp.enableCompatibilityMetadataVariant=true
77

88
# SDK
9-
sdkVersion=0.23.0-SNAPSHOT
9+
sdkVersion=0.23.0
1010

1111
# kotlin
1212
kotlinVersion=1.8.10
@@ -42,4 +42,4 @@ kamlVersion=0.49.0
4242
slf4jVersion=2.0.6
4343

4444
# crt
45-
crtKotlinVersion=0.6.8
45+
crtKotlinVersion=0.6.8

0 commit comments

Comments
 (0)