ktor v2.1.3 Release Notes

  • Published 26 October 2022

    • JS: window.location.origin returns null when executed in iframe via srcdoc attribute (KTOR-4993)
    • ๐Ÿšš SensitivityWatchEventModifier - Move the reflection call of this modifier out from the Ktor Core (KTOR-1647)
    • ๐Ÿ‘ "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
    • HOCON: CLI parameters don't override custom properties since 2.1.0 (KTOR-5000)
    • โฑ Websockets timeout doesn't cause a close of a connection (KTOR-3504)
    • 0๏ธโƒฃ DefaultHeaders: a header is duplicated in a StatusPages's handler (KTOR-4990)
    • โฑ Websockets: timeout doesn't cause closing of incoming and outgoing channels (KTOR-2430)
    • RFC 3986 recommendation for encoding URI is NOT followed (KTOR-993)
    • Cookies: Invalid encoding of cookies' values since 1.4.0 (KTOR-917)
    • ByteReadChannel is unable to read files with long lines (KTOR-2588)
    • ๐Ÿ”ง WebSocketDeflateExtension configureProtocols always failed with stackOverflow (KTOR-4916)
    • โšก๏ธ Update Kotlin to 1.7.20 (KTOR-4963)
    • ๐Ÿ”Œ Netty HTTP/2: response headers contain ":status" header and that leads to IllegalHeaderNameException in the ConditionalHeaders plugin (KTOR-4943)
    • โœ… Maven: ktor-server-test-host-jvm causes dependency error starting from Ktor 2.0.3 (KTOR-4900)
    • Autoreloading: "Flow invariant is violated" error since Ktor 2.0.3 (KTOR-4926)
    • โœ… Autoreloading: ClassCastException when retrieving plugins in testApplication (KTOR-4729)
    • โฑ CIO engine has wrong doc for request timeout (KTOR-4941)
    • CIO: A request through a proxy server results in 403 from Cloudflare (KTOR-4925)