v1.0.0
版本发布时间: 2021-11-09 23:53:23
microsoft/reverse-proxy最新发布版本:v2.2.0(2024-09-03 19:22:14)
A security issue was identified in how this release of YARP processes input. Please update to 1.0.1
.
We invite you to read the Announcing YARP 1.0 Release blog post.
This release supports .NET Core 3.1, .NET 5.0, and .NET 6.0. See Getting Started.
The Yarp.ReverseProxy packages are available on NuGet.org.
Breaking changes
- When using the
PathPattern
transform,/{**remainder}
has to be used instead of/{remainder}
for the catch-all. This comes with a bug fix where the transform would incorrectly escape the/
character as%2F
in the remainder. #1321
Other changes
- Fixed a bug with the
RequestHeaderRemove
transform where it could throw while processing requests. #1335 - Fixed a narrow HTTP/2 scenario where the destination server responds with a
NO_ERROR
reset. #1320 - A number of documentation and sample improvements. #1329, #1322, #1336, #1338, #1339, #1342, #1361, #1365
For a full list of changes see here.