mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
d78108bbec
commit
20ebd06e84
|
@ -1,6 +1,13 @@
|
|||
# Changes
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
### Changed
|
||||
- Rename `ServiceConfig::{client_timer_expire => client_request_deadline}`. [#2611]
|
||||
- Rename `ServiceConfig::{client_timer => client_request_timer}`. [#2611]
|
||||
- Rename `ServiceConfig::{client_disconnect_timer => client_disconnect_deadline}`. [#2611]
|
||||
- Rename `ServiceConfig::{keep_alive_timer => keep_alive_deadline}`. [#2611]
|
||||
|
||||
[#2611]: https://github.com/actix/actix-web/pull/2611
|
||||
|
||||
|
||||
## 3.0.0-beta.19 - 2022-01-21
|
||||
|
@ -10,10 +17,6 @@
|
|||
|
||||
### Changed
|
||||
- Brotli (de)compression support is now provided by the `brotli` crate. [#2538]
|
||||
- Rename `ServiceConfig::{client_timer_expire => client_request_deadline}`. [#????]
|
||||
- Rename `ServiceConfig::{client_timer => client_request_timer}`. [#????]
|
||||
- Rename `ServiceConfig::{client_disconnect_timer => client_disconnect_deadline}`. [#????]
|
||||
- Rename `ServiceConfig::{keep_alive_timer => keep_alive_deadline}`. [#????]
|
||||
|
||||
### Removed
|
||||
- `ResponseHead::extensions[_mut]()`. [#2585]
|
||||
|
@ -22,7 +25,6 @@
|
|||
[#2538]: https://github.com/actix/actix-web/pull/2538
|
||||
[#2585]: https://github.com/actix/actix-web/pull/2585
|
||||
[#2587]: https://github.com/actix/actix-web/pull/2587
|
||||
[#????]: https://github.com/actix/actix-web/pull/????
|
||||
|
||||
|
||||
## 3.0.0-beta.18 - 2022-01-04
|
||||
|
|
Loading…
Reference in New Issue