http4k v3.165.0 Release Notes

    • http4k-contract : Fix invalid OpenApi2 when root and base path match. H/T @rgladwell
    • http4k-contract : ContractRoute is now an HttpHandler, so no need to wrap contract routes in a contract {} to test them. H/T @rgladwell for the inspiration.
    • http4k-contract : Support Host/baseUri values in OpenApi2. H/T @rgladwell
    • http4k-contract : Optionally add description route to route list H/T @rgladwell