1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

chore(actix-http): prepare release 3.4.0

This commit is contained in:
Rob Ede
2023-08-29 01:51:54 +01:00
parent a12d39c93e
commit 45fdc08788
5 changed files with 9 additions and 7 deletions

View File

@ -2,10 +2,12 @@
## Unreleased
## 3.4.0
### Added
- Add `rustls-0_20` crate feature.
- Add `{H1Service, H2Service, HttpService}::rustls_021()` and `HttpService::rustls_021_with_config()` service constructors.
- Add `{h1::H1Service, h2::H2Service, HttpService}::rustls_021()` and `HttpService::rustls_021_with_config()` service constructors.
- Add `body::to_body_limit()` function.
- Add `body::BodyLimitExceeded` error type.