New
2.2.0-Preview.1
This release supports .NET 6.0 and .NET 8.0. See Getting Started.
The Yarp.ReverseProxy packages are available on NuGet.org.
Breaking changes
HeaderMatchMode.NotExistsnow also matches headers with an empty value (#2412 by @qianyuansun).- This makes
NotExistsexactly the opposite ofExists. Previously, empty values would not match either mode.
- This makes
- Errors triggered by the client disconnecting are now logged under a
Debugseverity (#2503 by @MihaZupan).