Skip to content

Commit b3398ab

Browse files
chore: release 0.15.2
1 parent c2cb370 commit b3398ab

10 files changed

+18
-42
lines changed

.changes/1e1425f8-c911-4d42-a54f-f2330e5cbfff.json

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

.changes/55bff483-d8ae-4872-9d64-6187c28ba923.json

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

.changes/73e8719a-3ed4-4316-a1a6-d673f1c85282.json

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

.changes/7aac1367-7140-43d9-9e3b-b69a2429fec7.json

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

.changes/ded556fb-ecfc-4270-943b-bde40685372e.json

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

.changes/f20a2e6c-7e63-4fa5-9be4-311e7b56869f.json

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

.changes/f71de744-44c0-4404-8d93-04ecda57650b.json

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

.changes/fbd99a2c-dd01-4b42-8c9a-55d2bf8e42fe.json

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

CHANGELOG.md

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

3+
## [0.15.2] - 02/09/2023
4+
5+
### Features
6+
* Add readFully extension method to SdkSource
7+
* Add additional tracing events for connections in CRT engines
8+
* Add new `maxConnectionsPerHost` configuration setting for OkHttp engines
9+
* Add configuration for retry policy on clients
10+
11+
### Fixes
12+
* Stop logging "null" when exceptions are not present in trace events
13+
* Correctly apply `maxConnections` configuration setting to OkHttp engines
14+
15+
### Miscellaneous
16+
* Refactor: break out service client runtime components into own module
17+
* Refactor: split client side HTTP abstractions into new module. Move Url into core
18+
319
## [0.15.1] - 02/02/2023
420

521
### Features

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.15.2-SNAPSHOT
9+
sdkVersion=0.15.2
1010

1111
# kotlin
1212
kotlinVersion=1.8.0
@@ -44,4 +44,4 @@ kotlinLoggingVersion=3.0.0
4444
slf4jVersion=2.0.6
4545

4646
# crt
47-
crtKotlinVersion=0.6.8
47+
crtKotlinVersion=0.6.8

0 commit comments

Comments
 (0)