-
-
Notifications
You must be signed in to change notification settings - Fork 727
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44e66de
commit c87225f
Showing
3 changed files
with
16 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### v0.1.1 (August 7, 2018) | ||
|
||
- **Features**: | ||
- add `warp::query::raw()` filter to get query as a `String`. | ||
- add `Filter::recover()` to ease customizing of rejected responses. | ||
- add `warp::header::headers_clone()` filter to get a clone of request's `HeaderMap`. | ||
- add `warp::path::tail()` filter to get remaining "tail" of the request path. | ||
- **Fixes**: | ||
- URL decode path segments in `warp::fs` filters. | ||
|
||
|
||
## v0.1.0 (August 1, 2018) | ||
|
||
- Intial release. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "warp" | ||
version = "0.1.0" # don't forget to update html_root_url | ||
version = "0.1.1" # don't forget to update html_root_url | ||
description = "serve the web at warp speeds" | ||
authors = ["Sean McArthur <[email protected]>"] | ||
license = "MIT" | ||
|
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