All Versions
583
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 58

  • v1.14.0 Changes

    • Body is now non-nullable (use Body.EMPTY instead)
    • ๐Ÿ“‡ Rename methods BodyLens API for consistency and clarity. required() is now toLens(). to()' binding method is nowof().
  • v1.13.0 Changes

    • ๐Ÿ†• New client module: http4k-client-okhttp
  • v1.12.0 Changes

    • Tidying
  • v1.11.0 Changes

    • โž• Added option for Body content-negotiation to be strict or non-strict (the default). Always be strict in what you send, relaxed in what you will accept. :)
  • v1.10.0 Changes

    • ๐Ÿ“ฆ Moved Credentials to org.http4k.core package.
    • โž• Add various filters, including SetHostFrom and CatchAll.
  • v1.9.0 Changes

    • โž• Added GenerateDataClasses so you can generate Kotlin data classes from JSON messages.
  • v1.8.0 Changes

    • โž• Added CORs support
  • v1.7.0 Changes

    • โž• Added auto() to Jackson, so you can auto convert body objects into and out of Requests/Responses
  • v1.6.0 Changes

    • โž• Added CachingFilters
  • v1.5.0 Changes

    • โœ‚ Removed static factory methods for Request/Response. They were confusing/incomplete and users can easily recreate them via extension functions.
    • ๐Ÿ”€ Merge org.http4k.core.Body and org.http4k.lens.Body.
    • โž• Add Request/Response message parsers.