mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
add trust-dns optional feature for actix-http and awc (#1969)
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
### Added
|
||||
* `ClientRequest::insert_header` method which allows using typed headers. [#1869]
|
||||
* `ClientRequest::append_header` method which allows using typed headers. [#1869]
|
||||
* `trust-dns` optional feature to enable `trust-dns-resolver` as client dns resolver. [#1969]
|
||||
|
||||
### Changed
|
||||
* Relax default timeout for `Connector` to 5 seconds(original 1 second). [#1905]
|
||||
@ -16,6 +17,7 @@
|
||||
|
||||
[#1869]: https://github.com/actix/actix-web/pull/1869
|
||||
[#1905]: https://github.com/actix/actix-web/pull/1905
|
||||
[#1969]: https://github.com/actix/actix-web/pull/1969
|
||||
|
||||
|
||||
## 3.0.0-beta.1 - 2021-01-07
|
||||
|
Reference in New Issue
Block a user