http4k v3.242.0 Release Notes

    • http4k-* : Upgrade some dependency versions.
    • http4k-testing-servirtium : Improve error diagnostics. H/T @vchekan for the PR.
    • http4k-*, Unlikely Break : Change Router to return RouterMatch instead of nullable HttpHandler. This allows us to support METHOD_NOT_ALLOWED (405) if we match a path but not a verb instead of just NOT_FOUND (404). This should break custom ro H/T @jshiell for the PR.