File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11# Changes
22
33## Unreleased - 2020-xx-xx
4+
5+
6+ ## 3.3.2 - 2020-12-01
47### Fixed
5- * Ensure ` actix-http ` dependency uses same ` serde_urlencoded ` .
6- * Removed an occasional ` unwrap ` on ` None ` panic in ` NormalizePathNormalization ` .
7- * Fix match_pattern() returning None for scope with resource of empty path . [ #1798 ]
8+ * Removed an occasional ` unwrap ` on ` None ` panic in ` NormalizePathNormalization ` . [ # 1762 ]
9+ * Fix ` match_pattern() ` returning ` None ` for scope with empty path resource. [ # 1798 ]
10+ * Increase minimum ` socket2 ` version . [ #1803 ]
811
12+ [ #1762 ] : https://github.com/actix/actix-web/pull/1762
913[ #1798 ] : https://github.com/actix/actix-web/pull/1798
14+ [ #1803 ] : https://github.com/actix/actix-web/pull/1803
15+
16+
17+ ## 3.3.1 - 2020-11-29
18+ * Ensure ` actix-http ` dependency uses same ` serde_urlencoded ` .
1019
1120
1221## 3.3.0 - 2020-11-25
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-web"
3- version = " 3.3.1 "
3+ version = " 3.3.2 "
44authors = [" Nikolay Kim <fafhrd91@gmail.com>" ]
55description = " Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust"
66readme = " README.md"
Original file line number Diff line number Diff line change 66 <p >
77
88[ ![ crates.io] ( https://img.shields.io/crates/v/actix-web?label=latest )] ( https://crates.io/crates/actix-web )
9- [ ![ Documentation] ( https://docs.rs/actix-web/badge.svg?version=3.3.1 )] ( https://docs.rs/actix-web/3.3.1 )
9+ [ ![ Documentation] ( https://docs.rs/actix-web/badge.svg?version=3.3.2 )] ( https://docs.rs/actix-web/3.3.2 )
1010[ ![ Version] ( https://img.shields.io/badge/rustc-1.42+-ab6000.svg )] ( https://blog.rust-lang.org/2020/03/12/Rust-1.42.html )
1111![ License] ( https://img.shields.io/crates/l/actix-web.svg )
12- [ ![ Dependency Status] ( https://deps.rs/crate/actix-web/3.3.1 /status.svg )] ( https://deps.rs/crate/actix-web/3.3.1 )
12+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-web/3.3.2 /status.svg )] ( https://deps.rs/crate/actix-web/3.3.2 )
1313<br />
1414[ ![ Build Status] ( https://travis-ci.org/actix/actix-web.svg?branch=master )] ( https://travis-ci.org/actix/actix-web )
1515[ ![ codecov] ( https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg )] ( https://codecov.io/gh/actix/actix-web )
Original file line number Diff line number Diff line change 11# Changes
22
33## Unreleased - 2020-xx-xx
4+
5+
6+ ## 2.0.3 - 2020-11-29
47### Fixed
58* Ensure ` actix-http ` dependency uses same ` serde_urlencoded ` .
69
You can’t perform that action at this time.
0 commit comments