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.