ktor v0.9.5 Release Notes

  • Published 19 Sept 2018

    • โž• Added shorthand client functions for HEAD, OPTIONS, PATCH and DELETE methods (#562)
    • ๐Ÿ“œ URLBuilder's parser improved (#553, #567)
    • ๐Ÿ‘Œ Improved client's cookie matching and processing
    • Introduced CallId feature
    • โž• Added MDC support to CallLogging feature
    • ๐Ÿ›  Fixed setting charset encoding for non-text content types
    • โž• Added respondOutputStream { } response function
    • Migrated to Kotlin 1.2.70
    • Split Infrastructure phase into Monitoring and Features phases