http4k v3.95.0 Release Notes

    • (Unlikely break): Change Http4kServer interface to return Unit from stop(). This affects all server implementations.
    • โž• Added DSL function for working with JSON objects (scopes JSON as this). fun <T> Json<NODE>.invoke(Json<NODE>.() -> T)
    • ๐Ÿ†• New module http4k-cloudnative contains classes to help run http4k services inside cloud-native environments, including K8S.
    • โฌ†๏ธ Upgrade some dependencies
    • ๐Ÿšš Deprecation: Moved Header.Common fields to main Header object. Extension properties should go there now.