https://kotlinlang.org logo
#ktor
Title
# ktor
c

cy

09/11/2019, 11:29 AM
📣 ktor
1.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.
👍 1
K 9
K 5
🎉 16
s

serebit

09/11/2019, 2:06 PM
Changes look great! Still no native (linuxX64) sockets though...
d

Dominaezzz

09/11/2019, 3:38 PM
😮 What's going to happen to
<http://kotlinx.io|kotlinx.io>
? Is it being retired?
👀 3
2