hyper v0.6.2 Release Notes

Release Date: 2015-07-06 // over 8 years ago
  • ๐Ÿ› Bug Fixes

    • http: no longer keep alive for Http1.0 if no Connection header (ddecb262, closes #596)

    ๐Ÿ”‹ Features

    • client: add url property Response (82ed9092)
    • headers: add strict-transport-security header (7c2e5124, closes #589)

    ๐Ÿ’ฅ Breaking Changes

    • Access-Control-Allow-Origin does no longer use Url

    (ed458628)

    • Technically a break, since Response::new() takes an additional argument. In practice, the only place that should have been creating Responses directly is inside the Client, so it shouldn't break anyone. If you were creating Responses manually, you'll need to pass a Url argument.

    (82ed9092)