All Versions
81
Latest Version
Avg Release Cycle
38 days
Latest Release
957 days ago

Changelog History
Page 5

  • v2.0.2 Changes

    November 25, 2020

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade serde_urlencoded to 0.7. #1773
  • v2.0.1 Changes

    October 30, 2020

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade base64 to 0.13. #1744
    • Deprecate ClientRequest::{if_some, if_true}. #1760

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use Accept-Encoding: identity instead of Accept-Encoding: br when no compression feature
      ๐ŸŒ is enabled #1737
  • v2.0.0 Changes

    December 25, 2019

    ๐Ÿ”„ Changes

    [2.0.0] - 2019-12-25

    ๐Ÿ”„ Changed

    ๐Ÿ“‡ Rename HttpServer::start() to HttpServer::run()

    ๐Ÿ‘ Allow to gracefully stop test server via TestServer::stop()

    ๐Ÿ‘ Allow to specify multi-patterns for resources

    [2.0.0-rc] - 2019-12-20

    ๐Ÿ”„ Changed

    ๐Ÿšš Move BodyEncoding to dev module #1220

    ๐Ÿ‘ Allow to set peer_addr for TestRequest #1074

    ๐ŸŒ Make web::Data deref to Arc #1214

    Rename App::register_data() to App::app_data()

    HttpRequest::app_data<T>() returns Option<&T> instead of Option<&Data<T>>

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix AppConfig::secure() is always false. #1202

    [2.0.0-alpha.6] - 2019-12-15

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed compilation with default features off

    [2.0.0-alpha.5] - 2019-12-13

    โž• Added

    • โž• Add test server, test::start() and test::start_with()

    [2.0.0-alpha.4] - 2019-12-08

    โœ‚ Deleted

    • โœ‚ Delete HttpServer::run(), it is not useful witht async/await

    [2.0.0-alpha.3] - 2019-12-07

    ๐Ÿ”„ Changed

    • Migrate to tokio 0.2

    [2.0.0-alpha.1] - 2019-11-22

    ๐Ÿ”„ Changed

    Migrated to std::future

    โœ‚ Remove implementation of Responder for (). (#1167)

  • v2.0.0-rc Changes

    December 20, 2019

    ๐Ÿ”„ Changes

    [2.0.0-rc] - 2019-12-20

    ๐Ÿ”„ Changed

    ๐Ÿšš Move BodyEncoding to dev module #1220

    ๐Ÿ‘ Allow to set peer_addr for TestRequest #1074

    ๐ŸŒ Make web::Data deref to Arc #1214

    Rename App::register_data() to App::app_data()

    HttpRequest::app_data<T>() returns Option<&T> instead of Option<&Data<T>>

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix AppConfig::secure() is always false. #1202

    [2.0.0-alpha.6] - 2019-12-15

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed compilation with default features off

    [2.0.0-alpha.5] - 2019-12-13

    โž• Added

    • โž• Add test server, test::start() and test::start_with()

    [2.0.0-alpha.4] - 2019-12-08

    โœ‚ Deleted

    • โœ‚ Delete HttpServer::run(), it is not useful witht async/await

    [2.0.0-alpha.3] - 2019-12-07

    ๐Ÿ”„ Changed

    • Migrate to tokio 0.2

    [2.0.0-alpha.1] - 2019-11-22

    ๐Ÿ”„ Changed

    Migrated to std::future

    โœ‚ Remove implementation of Responder for (). (#1167)

  • v2.0.0-beta.3 Changes

    August 14, 2020

    [2.0.0-beta.3] - 2020-08-14

    ๐Ÿ›  Fixed

    • ๐ŸŒ Memory leak of client::pool::ConnectorPoolSupport. #1626
  • v2.0.0-beta.2 Changes

    July 22, 2020

    ๐Ÿ›  Fixed

    • ๐ŸŒ Potential UB in h1 decoder using uninitialized memory. #1614

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fix illegal chunked encoding. #1615
  • v2.0.0-beta.1 Changes

    July 14, 2020

    ๐Ÿ”„ Changed

    • โšก๏ธ Update actix-http dependency to 2.0.0-beta.1
  • v2.0.0-alpha.6 Changes

    December 15, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed compilation with default features off
  • v2.0.0-alpha.5 Changes

    December 13, 2019

    โž• Added

    • โž• Add test server, test::start() and test::start_with()
  • v2.0.0-alpha.4 Changes

    December 08, 2019

    [2.0.0-alpha.4] - 2020-05-21

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bump minimum supported Rust version to 1.40
    • ๐Ÿšš content_length function is removed, and you can set Content-Length by calling no_chunking function #1439
    • ๐Ÿšš BodySize::Sized64 variant has been removed. BodySize::Sized now receives a
      u64 instead of a usize.
    • โšก๏ธ Update base64 dependency to 0.12

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support parsing of SameSite=None #1503