All Versions
583
Latest Version
Avg Release Cycle
5 days
Latest Release
-
Changelog History
Page 49
Changelog History
Page 49
-
v2.28.0 Changes
- โ Added
http4k-template-dust
for Dust template engine support. Thanks to @npryce for the PR to add this.
- โ Added
-
v2.27.2 Changes
- ๐ Fix #44 - Use quotes around cookie values
-
v2.27.1 Changes
- ๐ป Raise proper Exception (instead of LensFailure) when RequestContexts are not set up correctly, so we don't accidentally classify developer errors as BadRequests
-
v2.27.0 Changes
- โ Added facility to assign values into a
RequestContext
which is passed down the Filter chain.
- โ Added facility to assign values into a
-
v2.26.3 Changes
- ๐ Fix #44 - Request cookies should not be wrapped in quotes.
-
v2.26.2 Changes
- ๐ Fix #43 - AWS does not sign binary requests correctly.
-
v2.26.1 Changes
- ๐ Fix #41 - Sending binary body alters the size of the payload.
-
v2.26.0 Changes
- โ Added "catch all" routing option, which matches all methods to a handler.
-
v2.25.4 Changes
- ๐ Fix #40 - GZip filters now use content-encoding headers instead of transfer-encoding.
-
v2.25.3 Changes
- ๐ Fix #39 - ResponseBodyMode.Memory properly closes streams (breaks jetty + gzip).