http4k v3.279.0 Release Notes

Release Date: 2020-11-28 // over 3 years ago
  • 🔄 Changelog:

    • http4k- * : Upgrade some dependency versions, including Kotlin to 1.4.20
    • http4k-core : Adding routing description to RouterMatch. Simplify Routing logic to remove duplication.
    • http4k-core : [Breaking from Java] Improved API for Java clients for Request and Response. To fix, just replace Request.Companion.create() with Request.create()
    • http4k-format- * : Add ability to override content type for auto-marshalling for JSON .
    • http4k-aws- * : Fix AwsSdkClient to correctly pass body.