ktor v0.9.1 Release Notes

  • Published 29 Jan 2018

    • ๐Ÿ‘Œ Support for blocking servlets and GAE
    • Headers and Parameters types instead of ValuesMap
    • ๐Ÿ‘ Velocity templates support
    • Unsafe (Forbidden) headers checks added
    • ๐Ÿ—„ Deprecated Resource type
    • โž• Added support for extensible version providers to ConditionalHeaders feature
    • ๐Ÿ”ง Engine-specific configuration support for application.conf
    • โž• Added filtering and customisation of log level to CallLogging feature
    • โž• Added ability to skip authentication using a predicate, add documentation to Authentication feature
    • Introduced auth0 JWT/JWKS authentication (#266)
    • ktor http client DSL improvements
    • ๐ŸŽ CIO engine improvements, stability and performance
    • Introduced [OutgoingContent] properties contentLength, contentType and status
    • โฌ†๏ธ Upgrade Netty in the corresponding engine implementation
    • Introduced shareWorkGroup option for Netty engine
    • ๐Ÿ“š More documentation
    • โฌ†๏ธ Bump versions of dependencies