File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.3.6 (September 27, 2023)
2
+
3
+ - ** Features** :
4
+ - Add ability to pass ` None ` to ` multipart::form().max_length() ` .
5
+ - Implement ` Reply ` for ` Result<impl Reply, impl Reply> ` .
6
+ - Make ` multipart::Part::content_type() ` return the full mime string.
7
+ - Add ` TlsServer::try_bind_with_graceful_shutdown() ` .
8
+ - ** Fixes** :
9
+ - Updated tungstenite and rustls dependencies for security fixes.
10
+
1
11
### v0.3.5 (April 28, 2023)
2
12
3
13
- ** Fixes** :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " warp"
3
- version = " 0.3.5 " # don't forget to update html_root_url
3
+ version = " 0.3.6 " # don't forget to update html_root_url
4
4
description = " serve the web at warp speeds"
5
5
authors = [" Sean McArthur <sean@seanmonstar.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/warp/0.3.5 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/warp/0.3.6 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ deny( missing_debug_implementations) ]
4
4
#![ deny( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments