File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.2.5 (August 31, 2020)
2
+
3
+ - ** Features** :
4
+ - Add ` warp_fn ` , which can be used to create a ` Wrap ` from a closure. These in turn are used with ` Filter::with() ` .
5
+ - Add ` warp::host ` filters to deal with ` Host ` /` :authority ` headers.
6
+ - Relax some lifetime bounds on ` Server ` .
7
+ - ** Fixes** :
8
+ - Fix panic when URI doesn't have a slash (for example, ` CONNECT foo.bar ` ).
9
+
1
10
### v0.2.4 (July 20, 2020)
2
11
3
12
- ** Features** :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " warp"
3
- version = " 0.2.4 " # don't forget to update html_root_url
3
+ version = " 0.2.5 " # don't forget to update html_root_url
4
4
description = " serve the web at warp speeds"
5
5
authors = [
" Sean McArthur <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/warp/0.2.4 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/warp/0.2.5 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ deny( missing_debug_implementations) ]
4
4
#![ cfg_attr( test, deny( warnings) ) ]
You can’t perform that action at this time.
0 commit comments