hyper v0.3.15 Release Notes

Release Date: 2015-04-29 // almost 9 years ago
  • ๐Ÿ› Bug Fixes

    • headers:
      • Do not parse empty values in list headers. (093a29ba)
      • Fix formatting of 0 qualites and formatting of empty list header fields. (621ef521)

    ๐Ÿ”‹ Features

    • client:
      • remove Clone requirement for NetworkStream in Client (60d92c29)
      • accept &String as Body in RequestBuilder (a2aefd9a)
      • accept &String for a Url in RequestBuilder (8bc179fb)
    • headers: Implement Content-Language header field (308880b4, closes #475)
    • net: add https_using_context for user-supplied SslContext (1a076d1b)
    • server: allow consumer to supply an SslContext (3a1a2427, closes #471)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš This removes the trait IntoBody, and instead using Into<Body>, as it's more idiomatic. This will only have broken code that had custom implementations of IntoBody, and can be fixed by changing them to Into<Body>.

    (a2aefd9a)