File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to surf will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://book.async.rs/overview/stability-guarantees.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 4.0.0] - 2020-07-09
11+
12+ This release allows ` HttpClient ` to be used as a dynamic Trait object.
13+
14+ - ` HttpClient ` : removed ` Clone ` bounds.
15+ - ` HttpClient ` : removed ` Error ` type.
16+
17+ ## [ 3.0.0] - 2020-05-29
18+
19+ This patch updates ` http-client ` to ` http-types 2.0.0 ` and a new version of ` async-h1 ` .
20+
21+ ## Changes
22+ - http types and async-h1 for 2.0.0 #27
23+
24+ ## [ 2.0.0] - 2020-04-17
25+
26+ ## Added
27+ - Added a new backend: ` h1-client ` https://github.com/http-rs/http-client/pull/22
28+
29+ ## Changed
30+ - All types are now based from ` hyperium/http ` to ` http-types ` https://github.com/http-rs/http-client/pull/22
You can’t perform that action at this time.
0 commit comments