You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actix-web/CHANGES.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,18 @@
2
2
3
3
## Unreleased
4
4
5
+
## 4.8.0
6
+
5
7
### Added
6
8
7
9
- Add `web::Html` responder.
8
10
- Add `HttpRequest::full_url()` method to get the complete URL of the request.
9
11
10
12
### Fixed
11
13
12
-
-`ConnectionInfo::realip_remote_addr()`now handles IPv6 addresses from `Forwarded` header correctly. Previously, it sometimes returned the forwarded port as well.
14
+
-Always remove port from return value of `ConnectionInfo::realip_remote_addr()`when handling IPv6 addresses. from the `Forwarded` header.
13
15
- The `UrlencodedError::ContentType` variant (relevant to the `Form` extractor) now uses the 415 (Media Type Unsupported) status code in it's `ResponseError` implementation.
14
-
-`HttpServer::method.max_connection_rate` now takes effect on any TLS implementation. Previously, the configuration was missing for rustls versions 0.22 and 0.23.
16
+
-Apply `HttpServer::max_connection_rate()` setting when using rustls v0.22 or v0.23.
0 commit comments