ktor v1.3.2 Release Notes

Release Date: 2020-03-12 // about 4 years ago
  • Published 12 Mar 2020

    • ๐Ÿ‘ Introduced iOS streaming response support
    • ๐Ÿ”ง Provided challenge handler in iOS client configuration
    • ๐Ÿ‘Œ Improved JsonFeature configuration DSL (#1472)
    • Simplified server kotlinx.serialization config
    • Recovered HttpRequestBuilder.takeFrom function (#1626)
    • ๐Ÿ‘ Allowed to configure default cookies asynchronously
    • ๐Ÿ”ฆ Exposed server LocationInfo and added location resolve functions (#1657)
    • Introduced function for async writing to server response channel (#1703)
    • โž• Added an option to filter logged calls for ktor-client-logging
    • ๐Ÿ›  Fixed iOS client timeouts
    • ๐Ÿ›  Fixed iOS crash
    • ๐Ÿ›  Fixed 100% CPU Apache Ktor Http Client #1018 (#1689)
    • ๐Ÿ›  Fixed missing client response logging
    • ๐Ÿ›  Fixed CIO server local address detection (#1663)
    • ๐Ÿ›  Fix server request origin to provide header's host and port when available
    • ๐Ÿ›  Fixed random missing feature errors caused by concurrency at startup (#1694)
    • ๐Ÿ›  Fixed Set-Cookie header parser in iOS and JS
    • ๐Ÿ›  Fixed client multiple redirects with relative path (#1704)
    • ๐Ÿ›  Fixed unwrapping cancellation exceptions in client (#1482)
    • ๐Ÿ›  Fixed missed preconfigured OkHttpClient in OkHttpEngine (#1646)
    • ๐Ÿ›  Fixed websocket to complete closeReason on disconnection (#1275).
    • ๐Ÿ›  Fixed websocket sending CloseReason(1009) when frame is too big
    • ๐Ÿ›  Fixed websocket pinger logging
    • ๐Ÿ›  Fixed maxFrameSize for chunked frames
    • ๐Ÿ›  Fixed URL scheme parser (#1614)
    • Fixed platform detection in PlatformUtils.IS_NODE and PlatformUtils.IS_BROWSER (#1675)
    • ๐Ÿ›  Fixed Short.highByte
    • ๐Ÿ›  Fixed consumeEachBufferRange (#1693)
    • ๐Ÿ›  Fixed httpclient gzip decoding failure (#1189)
    • ๐Ÿ›  Fixed InputStream wrapper for Input
    • โฌ†๏ธ Bumped versions:
      • Kotlin 1.3.70
      • kotlinx.coroutines 1.3.4
      • kotlinx.serialization 0.20.0
      • kotlinx.html 0.7.1
      • dropwizard 4.1.2
      • slf4j 1.7.30
      • mustache 0.9.6
      • pebble 3.1.2
      • webjars 0.43
      • jackson 2.10.2

    Known issues:

    • โช Reverted fix for ios memory leak to prevent crashes