Skip to content

v2.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 29 Apr 10:15
b6d1380

This is an alpha release in preparation of 2.0.0, so you can start using Surf with stable futures. There may be significant breaking changes before the final 2.0 release. Until then, we recommend pinning to the particular alpha:

[dependencies]
surf = "= 2.0.0-alpha.2"

Added

  • http_types::{Error, Result} are re-exported as surf::{Error, Result} #163

Changed

  • Add http-rs logo for docs.rs. #165

Fixed

  • Removed dependencies that are no longer necessary since the switch to http-client in 2.0.0-alpha.0 #164