All Versions
631
Latest Version
Avg Release Cycle
4 days
Latest Release
36 days ago

Changelog History
Page 61

  • v1.26.2 Changes

    • Extend fix for #17 to request Cookie header.
  • v1.26.1 Changes

    • ๐Ÿ›  Fix for #17. Cookie can now parse a cookie without attributes and ending in semicolon.
  • v1.26.0 Changes

    • โž• Added nestable Routers.
    • ๐Ÿ”€ Merging of Modules and Routers. Router is the new Module! RouteModule is now ContractRouter, so rename in code will be required.
  • v1.25.1 Changes

    • ๐Ÿ›  Fix for #15. OkHttp client handling of POSTs with no body.
  • v1.25.0 Changes

    • Can add custom mime types to Static Content
    • GenerateDataClasses is capable of more complex object graphs
  • v1.24.0 Changes

    • โœ‚ Remove HttpHandler.asServer in favour of HttpHandler.startServer to avoid confusion.
    • Introduce Status.description().
  • v1.23.0 Changes

    • Netty sets content-length header.
  • v1.22.2 Changes

    • ๐Ÿ›  Fix for #12. Undertow not constructing response correctly.
  • v1.22.0 Changes

    • ๐Ÿ†• New module with Undertow.io support http4k-server-undertow
    • Jackson implementation now ignores unknown properties in incoming messages
    • Netty implementation tidied up
  • v1.21.1 Changes

    • ๐Ÿ›  Fix for #11. Netty implementation returns incorrect status codes.