ktor v1.3.0-beta Release Notes

Release Date: 2019-09-11 // over 4 years ago
    • ๐Ÿ‘ 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

    ๐Ÿ‘€ There are breaking changes, see https://ktor.io/quickstart/migration/1.3.0.html