All Versions
631
Latest Version
Avg Release Cycle
4 days
Latest Release
36 days ago
Changelog History
Page 61
Changelog History
Page 61
-
v1.26.2 Changes
- Extend fix for #17 to request
Cookieheader.
- Extend fix for #17 to request
-
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.
Routeris the newModule!RouteModuleis nowContractRouter, 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.asServerin favour ofHttpHandler.startServerto avoid confusion. - Introduce
Status.description().
- โ Remove
-
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
- ๐ New module with Undertow.io support
-
v1.21.1 Changes
- ๐ Fix for #11. Netty implementation returns incorrect status codes.