New
2.1.0-Preview.1
This release supports .NET 6.0, 7.0, and 8.0. See Getting Started.
The Yarp.ReverseProxy packages are available on NuGet.org.
Breaking changes
- The default
IAvailableDestinationsPolicyhas been changed fromHealthyAndUnknowntoHealthyOrPanicby @Tratcher in https://github.com/microsoft/reverse-proxy/pull/2171- This new default allows the proxy to serve at least some requests even if all destinations are unhealthy.
- We're now using the new type by @Tratcher in https://github.com/microsoft/reverse-proxy/pull/2108