All Versions
583
Latest Version
Avg Release Cycle
5 days
Latest Release
-
Changelog History
Page 28
Changelog History
Page 28
-
v3.183.0 Changes
- http4k-serverless-lambda : Add ability to access Lambda context. H/T @ivoanjo for the PR.
- http4k-contract : Fix rendering of OrSecurity when there are more than 2 parts.
-
v3.182.0 Changes
- http4k-core : Rename
EventsFilter
toEventFilter
because sanity. - http4k-format-jackson, http4k-format-gson : Reintroduce
autoBody()
method
- http4k-core : Rename
-
v3.181.0 Changes
- http4k-core : Added base events implementations for StructuredLogging.
- ๐ฆ http4k-core, Repackage : Events classes are now in
org.http4k.events
. - http4k-core, Breaking :
EventCategory
is no longer a field ofEvent
. To fix, just removeoverride
from yourEvent
classes. - http4k-format-jackson, http4k-format-gson : Fixed problem when attempting to deserialise generic Lists.
-
v3.180.0 Changes
- http4k-* : Update various dependencies.
- โ http4k-testing-hamcrest : Improve messages of Hamkrest matchers. H/T @albertlatacz
- http4k-cloudnative : Fix #291 - Readiness check result when there are > 2 checks may not report the correct result. H/T @alfi
- ๐ http4k-security-oauth, Possibly breaking : Making client_secret optional in AuthorizationCodeAccessTokenRequest to support non client_secret flows. H/T @tom
-
v3.179.1 Changes
- http4k-client-okhttp : Include status description in Response object.
-
v3.179.0 Changes
- http4k-contract : Added
OpenApiExtension
interface, which allows the definition of extensions that will modify the OpenApi specification JSON. H/T @rgladwell for the inspiration. - http4k-contract : Support composite security models using
or()
andand()
. Once again, H/T @rgladwell :)
- http4k-contract : Added
-
v3.178.0 Changes
- ๐ http4k-security-oauth, Possibly breaking : Request is passed as a parameter to the ClientValidator. Just pass it in! :) H/T @tom
- http4k-contract, Behaviour change : When specified, individual route security now replaces global security (this is as the security model in the OpenApi spec is specified) as opposed to both being applied.
-
v3.177.0 Changes
- ๐ http4k-security-oauth, Possibly breaking : More support for OIDC, adding state to AuthorizationCodeDetails, and passing it into createForAccessToken on IdTokens. H/T @tom
-
v3.176.0 Changes
- ๐ http4k-security-oauth : More support for OIDC. H/T @tom
-
v3.175.0 Changes
- http4k-* : Update various dependencies, including Kotlin to 1.3.50.
- ๐ http4k-security-oauth : Some support for OIDC. H/T @tom