Skip to content

2.1.0-Preview.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@benjaminpetit benjaminpetit released this 13 Nov 21:35
· 143 commits to main since this release
1fd229d

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 IAvailableDestinationsPolicy has been changed from HealthyAndUnknown to HealthyOrPanic by @Tratcher in #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 TimeProvider type by @Tratcher in #2108
    • The old IClock interface was marked obsolete and is no longer used by YARP.

Other changes

New Contributors

Pull Requests: query
Full Changelog: v2.0.0...v2.1.0-preview.1