All Versions
81
Latest Version
Avg Release Cycle
38 days
Latest Release
959 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