ktor v1.3.1 Release Notes

Release Date: 2020-02-05 // about 4 years ago
  • Published 5 Feb 2020

    • โฑ Introduced experimental client timeout feature
    • ๐Ÿ›  Fixed OkHttp leaking threads
    • ๐Ÿ›  Fix decoding UTF8 lines (#1323)
    • ๐Ÿ›  Fixed websocket close sequence (#1262, #1571, #1427)
    • โฌ‡๏ธ Reduced number of redundant exceptions logged in jetty server
    • ๐Ÿ›  Fixed text decoder in js client under nodejs
    • ๐Ÿ›  Fixed NSUrlSession memory leak (#1420)
    • ๐Ÿ‘‰ Make server feature throw BadContentTypeFormatException to get status 400
    • โช Reverted accidentally removed client LocalFileContent
    • โœ‚ Removed User-Agent header in browser (to avoid CORS-related issues)
    • ๐Ÿ›  Fixed request body with Input
    • ๐Ÿ‘Œ Improved native clients performance
    • ๐Ÿ›  Fixed native and js client cancellation issues
    • ๐Ÿ›  Fixed file descriptor leak in Jetty server (#1589)
    • ๐Ÿ›  Fixed server sessions and cache related iseues (#1591)
    • โฌ†๏ธ Upgraded JWT/JWKS versions
    • โฌ†๏ธ Upgraded Netty version
    • ๐Ÿ›  Fixed multiple server jwt auth providers processing (#1586)
    • ๐Ÿ›  Fixed Auth retry logic (#1051)
    • ๐Ÿ›  Fixed ApplicationRequest.remoteHost to not report "unknown"
    • ๐Ÿ›  Fixed corrupted headers in CIO client and server on Android
    • ๐Ÿ‘Œ Improved server cancellation handling