All Versions
180
Latest Version
Avg Release Cycle
32 days
Latest Release
698 days ago

Changelog History
Page 8

  • v0.11.27 Changes

    May 16, 2018

    ๐Ÿ› Bug Fixes

    • client: prevent pool checkout looping on not-ready connections (ccec79da, closes #1519)
    • server: skip SO_REUSEPORT errors (2c48101a, closes #1509)
  • v0.11.26 Changes

    May 05, 2018

    ๐Ÿ”‹ Features

    • server: add Server::run_threads to run on multiple threads (8b644c1a)
  • v0.11.25 Changes

    April 04, 2018

    ๐Ÿ› Bug Fixes

    • client: ensure idle connection is pooled before response body finishes (7fe9710a)
  • v0.11.24 Changes

    March 22, 2018

    ๐Ÿ› Bug Fixes

    • header: remove charset=utf8 from ContentType::text() (ba789e65)
  • v0.11.23 Changes

    March 22, 2018

    ๐Ÿ› Bug Fixes

    • server: prevent to output Transfer-encoding when server upgrade (#1465) (eb105679)

    ๐Ÿ”‹ Features

    • client: introduce lower-level Connection API (1207c2b6, closes #1449)
    • header: add text() and text_utf8() constructors to ContentType (45cf8c57)
    • server:
      • add service property to server::conn::Parts (bf7c0bbf, closes #1471)
      • add upgrade support to lower-level Connection API (#1459) (d58aa732, closes #1323)
  • v0.11.22 Changes

    March 07, 2018

    ๐Ÿ› Bug Fixes

    • client: return error if Request has CONNECT method (bfcdbd9f)
    • dependencies: require tokio-core 0.1.11 (49fcb066)

    ๐Ÿ”‹ Features

    • client: add Config::set_host option (33a385c6)
  • v0.11.21 Changes

    February 28, 2018

    ๐Ÿ› Bug Fixes

    • client:
      • check conn is closed in expire interval (2fa0c845)
      • schedule interval to clear expired idle connections (727b7479)
      • never call connect if idle connection is available (13741f51)
  • v0.11.20 Changes

    February 26, 2018

    ๐Ÿ› Bug Fixes

    • server:
      • Make sleep_on_errors configurable and use it in example (3a36eb55)
      • Sleep on socket IO errors (68458cde)

    ๐Ÿ”‹ Features

    • body: add Body::is_empty() method (2f45d539)
    • request: add Request::body_mut() method (3fa191a2)
  • v0.11.19 Changes

    February 21, 2018

    ๐Ÿ› Bug Fixes

    • client:
      • prevent empty bodies sending transfer-encoding for GET, HEAD (77adab4e)
      • detect connection closes as pool tries to use (dc619a8f, closes #1439)
    • uri: make absolute-form uris always have a path (a9413d73)

    ๐Ÿ”‹ Features

    • client: Client will retry requests on fresh connections (ee61ea9a)
  • v0.11.18 Changes

    February 07, 2018

    ๐Ÿ› Bug Fixes

    • client: send an Error::Cancel if a queued request is dropped (88f01793)

    ๐Ÿ”‹ Features

    • client: add http1_writev configuration option (b0aa6497)