Http4s v1.0.0-M4 Release Notes

Release Date: 2020-08-09 // over 3 years ago
  • ๐Ÿ”€ This milestone merges the changes in 0.21.7.
    It is not binary compatible with 1.0.0-M3

    ๐Ÿ’ฅ Breaking changes

    • #3577: Add a model of the Max-Forwards header.
    • #3567: Add a model of the Content-Language header.
    • 0๏ธโƒฃ #3555: Support for UTF-8 basic authentication, per RFC7617. Attempt to decode Basic auth credentials as UTF-8, falling back to ISO-8859-1. Provide a charset to BasicCredentials that allows encoding with an arbitrary charset, defaulting to UTF-8.
    • ๐Ÿ”ง #3583: Allow configuration of CirceInstances to permit duplicate keys
    • #3587: Model Access-Control-Allow-Headers header

    ๐Ÿ“š Documentation

    • ๐Ÿ—„ #3571: Fix comments in deprecated AgentToken, AgentComment, and AgentProduct.

    โšก๏ธ Dependency updates

    • โฌ‡๏ธ dropwizard-metrics-4.1.12