ktor v1.6.3 Release Notes

  • Published 26 August 2021

    • Auth Feature: token refresh works only on main thread in Kotlin/Native (KTOR-3055)
    • FUS report mixes up feature id and feature version (KTOR-3067)
    • ๐Ÿšš SessionTrackerById - doesn't remove invalid session id (KTOR-2584)
    • Bearer Token is Not Initialized after Clean (KTOR-3008)
    • ๐Ÿ‘ ktor does not support semicolon query parameter in Netty Engine (KTOR-2991)
    • HOCON config not resolved in ServletApplicationEngine (KTOR-3020)
    • ๐Ÿš€ Deploy WAR on Tomcat (KTOR-2867)
    • ๐Ÿ”Œ The wizard missing the Pebble plugin (KTOR-2922)
    • ๐Ÿ”ง Wizard: Creating a project without sample code creates Application.configureRouting without routing (KTOR-2581)
    • ๐Ÿ”ง The 'Create Run Configuration automatically' option name is cropped (KTOR-2898)
    • InvalidMutabilityException when using withContext and SavedHttpCall (KTOR-2033)
    • ๐Ÿ“ฆ Reuse Package Search to add dependencies for Ktor Features in Plugin (KTOR-2433)
    • Server: TLSConfigBuilder.addKeyStore: store.getCertificateChain could return null(KTOR-3047)