v1.0.0-preview10
版本发布时间: 2021-03-20 05:38:57
microsoft/reverse-proxy最新发布版本:v2.2.0(2024-09-03 19:22:14)
This release supports .NET Core 3.1 and .NET 5.0. See Getting Started.
The Yarp.ReverseProxy packages are available on NuGet.org.
Major changes and features:
- [Breaking change] Rebranded from
Microsoft.ReverseProxy
toYarp.ReverseProxy
. This includes the package name and namespaces. - Added support for specifying non-ASCII request header encodings (#760). See docs.
- Exposed extension methods on
HttpContext
for accessingIReverseProxyFeature
/ClusterInfo
/RouteConfig
(#814). - Changed
EnableMultipleHttp2Connections
default to true. - Exposed
TlsFrameHelper
(#820). - Added support for
ProxyHttpClientOptions
in ServiceFabric. - Many small fixes and performance improvements.
For a complete list of changes see the PR history.