mirror of https://github.com/fafhrd91/actix-web
Update CHANGES
This commit is contained in:
parent
d15ad3a68a
commit
27e87028b4
|
@ -5,13 +5,11 @@
|
|||
* Re-export actix-service `ServiceFactory` in `dev` module. [#2325]
|
||||
|
||||
### Changes
|
||||
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
|
||||
* Minimum supported Rust version (MSRV) is now 1.51.
|
||||
|
||||
[#2325]: https://github.com/actix/actix-web/pull/2325
|
||||
|
||||
### Changed
|
||||
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
|
||||
|
||||
[#2344]: https://github.com/actix/actix-web/pull/2344
|
||||
|
||||
## 4.0.0-beta.8 - 2021-06-26
|
||||
### Added
|
||||
|
|
|
@ -7,18 +7,17 @@
|
|||
### Fixed
|
||||
* Remove slice creation pointing to potential uninitialized data on h1 encoder. [#2364]
|
||||
* Remove `Into<Error>` bound on `Encoder` body types. [#2375]
|
||||
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
|
||||
|
||||
[#2364]: https://github.com/actix/actix-web/pull/2364
|
||||
[#2375]: https://github.com/actix/actix-web/pull/2375
|
||||
[#2344]: https://github.com/actix/actix-web/pull/2344
|
||||
|
||||
|
||||
## 3.0.0-beta.8 - 2021-08-09
|
||||
### Fixed
|
||||
* Potential HTTP request smuggling vulnerabilities. [RUSTSEC-2021-0081](https://github.com/rustsec/advisory-db/pull/977)
|
||||
|
||||
### Changed
|
||||
* Fix quality parse error in Accept-Encoding HTTP header. [#2344]
|
||||
|
||||
## 3.0.0-beta.8 - 2021-06-26
|
||||
### Changed
|
||||
* Change compression algorithm features flags. [#2250]
|
||||
|
|
Loading…
Reference in New Issue