-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This major release of Surf contains substantial improvements through a variety of changes and additions. (Note: this is a cumulative list of changes since Surf 1.0.3) Notable mentions include: - Uses stable standard library `futures`! - Much more type compatibility with Tide via http-types! - Re-usable `Client` which is able to make use of connection pooling under the hood. - Reduced generics for `Client` and `Middleware`. - Re-worked `Middleware` to use `async_trait`.
- Loading branch information
1 parent
c1feba5
commit eb6eaf9
Showing
2 changed files
with
170 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters