ktor v0.3.3 Release Notes

  • Published 22 Jun 2017

    • Execution model slightly changed to avoid global executors. ApplicationEnvironment doesn't provide executor anymore
    • ๐Ÿ”จ Websockets refactored with channels instead of callback functions
    • ๐Ÿ›  Fixed bug with compression not preserving status code (thanks Diego Rocha)
    • ๐Ÿ›  Fixes in Netty support: performance issues under heavy load and keep-alive connections, cancellation, closed sockets
    • ๐Ÿ›  Fixes in session serialization, enums support
    • ๐Ÿ›  Optimisations in Servlet and Jetty hosts, fixes in edge cases
    • ๐Ÿ›  Fixes in chat sample