cy
09/11/2019, 11:29 AM1.3.0-beta-1
has been published
* ktor client proxy support
* Eliminated kotlinx.io dependency
* Fixed server identity compression handling: keep original content length
* Fixed handling GET requests with body (#1302)
* Fixed curl request with empty body
* Added iOS url session configuration
* Fixed CIO engine no longer sends port in "Host" header (#1295)
* Add INTRINSIC value to TLS signature algorithms
* Introduced ability to send string in request body
* Improved client and server typeOf support with kotlinx.serialization
* Gradle 5.4.1+ with newer metadata
* Improved exceptions handling in client and server on Android
* Added missing TLS parameters and relaxed TLS parsing to ignore unsupported features
Breaking changes:
- <http://kotlinx.io|kotlinx.io>
dependency has been removed, replace imports:
- import kotlinx.io.
-> import io.ktor.utils.io.
- import kotlinx.coroutines.io.
-> import io.ktor.utils.io.
serebit
09/11/2019, 2:06 PMDominaezzz
09/11/2019, 3:38 PM<http://kotlinx.io|kotlinx.io>
? Is it being retired?