ktor v0.3.2 Release Notes

  • Published 24 Apr 2017

    • ๐Ÿ›  Fix bug in byte array response that missed Content-Length header
    • ๐Ÿ›  Fix default encoding in FreeMarker to be UTF-8
    • ๐Ÿ›  Fix FreeMarker writer
    • ๐Ÿ›  Fix charset for text/* content types to be UTF-8 by default
    • ๐Ÿ›  Fix Kweet sample application in kweet deletion
    • ๐Ÿ›  Fix form authentication to adhere to removal of post parameters from parameters
    • Rework static content DSL to improve usability
    • ๐Ÿ‘Œ Improve Accept header handling in routes
    • ๐Ÿ‘Œ Support local class in locations, improve diagnostics
    • โž• Add servlet host tests running in Jetty, but using servlet deployment model
    • ๐ŸŽ Benchmarks can now measure GC performance (and any other JMH profiler)
    • ๐ŸŽ Performance optimisations