Skip to content

Commit adcd79f

Browse files
chore: release 0.13.0
1 parent daaa1c9 commit adcd79f

8 files changed

+16
-38
lines changed

.changes/5529014d-3b3e-49de-b32f-3d65d0662555.json

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

.changes/634fc49b-751d-411c-b174-32e3035dbfba.json

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

.changes/982d60f1-9742-45c3-8de2-5feef6541d76.json

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

.changes/a59196ef-583c-45b2-9f7f-3d8329902be0.json

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

.changes/dd18ebc5-bcba-4b38-ba21-75aa4c6a7e24.json

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

.changes/e805b0f6-f80d-4353-b088-d073fd0363ca.json

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

CHANGELOG.md

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

3+
## [0.13.0] - 11/22/2022
4+
5+
### Features
6+
* **BREAKING** Implement codegen and update runtime for smithy-modeled endpoint resolution.
7+
* [#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)
8+
* [#747](https://github.com/awslabs/aws-sdk-kotlin/issues/747) Add aws-chunked content encoding
9+
* Implement common-Kotlin URL parsing and IPv4/v6 address validation.
10+
11+
### Fixes
12+
* Remove erroneous `@InternalApi` marker on CRT HTTP engine configuration class
13+
14+
### Miscellaneous
15+
* Allow using maven local for to test Smithy changes
16+
317
## [0.12.13] - 11/15/2022
418

519
### 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.13.0-SNAPSHOT
9+
sdkVersion=0.13.0
1010

1111
# kotlin
1212
kotlinVersion=1.7.10
@@ -43,4 +43,4 @@ kotlinLoggingVersion=2.1.21
4343
slf4jVersion=1.7.36
4444

4545
# crt
46-
crtKotlinVersion=0.6.6
46+
crtKotlinVersion=0.6.6

0 commit comments

Comments
 (0)