ktor v1.5.4 Release Notes

  • Published 30 Apr 2021

    • ๐Ÿ›  Fixed extra trailing slashes in Route.toString (KTOR-2427)
    • ๐Ÿ›  Fixed ByteReadChannel.read related issues (KTOR-2615, KTOR-2519)
    • ๐Ÿ›  Fixed silently ignored exceptions in HTML DSL with StatusPages feature (KTOR-756)
    • ๐Ÿ”„ Changed IosHttpRequestException supertype to IOException (KTOR-2566)
    • ๐Ÿ›  Fixed utility collection implementation for K/N (KTOR-2482)
    • ๐Ÿ›  Fixed client Digest auth realm handling (KTOR-1464)