http4k v3.218.0 Release Notes

    • http4k-incubator : Next iteration of Servirtium JUnit extensions. Correct indexing of interactions.
    • ๐Ÿ”’ http4k-security-oauth : Authorisation rendering will now taking into account 'response_mode' of either query or fragment in responses and no longer just use the default fo the 'response_type'. H/T @tom
    • ๐Ÿ”’ http4k-security-oauth, Breaking : Error responses in the authorise endpoint will actually redirect back to 'redirect_uri' assuming the validator correctly validates both the 'client_id' and 'redirect_uri' to be valid. H/T @tom