ktor v0.3.1 Release Notes

  • Published 7 Apr 2017

    • Replace routing function contentType with accept
    • ๐Ÿ”จ Major refactoring in internal host system to simplify and unify code
      • Use embeddedServer(Netty, โ€ฆ) instead of embeddedNettyServer(โ€ฆ)
      • Support automatic reloading in embedded hosts
      • Fix ApplicationTransform problems preventing Freemarker templates from working
    • ๐Ÿ›  Fix json and logback dependencies to avoid propagating to clients
    • ๐Ÿ› Bug fixes & performance optimisations
    • ๐Ÿ“š Documentation