HeaderMatchMode.NotExists now also matches headers with an empty value (#2412 by @qianyuansun).
This makes NotExists exactly the opposite of Exists. Previously, empty values would not match either mode.
Errors triggered by the client disconnecting are now logged under a Debug severity (#2503 by @MihaZupan).
ForwarderError.RequestCanceled, RequestBodyCanceled, and UpgradeRequestCanceled are now logged under a new ILogger event with a Debug severity. Other errors continue to be logged under the existing event with a Warning severity.
How errors are mapped to different ForwarderErrors remains the same.
Other changes
Added support for Kestrel Start/Stop events on IKestrelTelemetryConsumer (#2360 by @ajay-sainy).
Added support for controlling OutputCachePolicy in the route configuration (#2328 by @witskeeper).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Yarp.ReverseProxy from 2.1.0 to 2.2.0.
Release notes
Sourced from Yarp.ReverseProxy's releases.
... (truncated)
Commits
2a2ebea
Update PreReleaseVersionLabelf2a8594
[main] Update dependencies from dotnet/arcade (#2579)555ca0f
Improve TlsFrameHelper (#2587)a9565ba
Fix mismatched internal/public enum copies (#2571)bbde6cb
Document that request timeouts are disabled when running under a debugger (#2...ddf5c1b
Document that MaxRequestBodySize only applies to the forwarder (#2584)1e57d20
Avoid an async state machine allocation from CopyResponseBodyAsync (#2586)6b55d91
Update dependencies from https://github.com/dotnet/arcade build 20240816.2 (#...b1a1d8b
Update dependencies from https://github.com/dotnet/arcade build 20240808.2 (#...b7429f3
Update dependencies from https://github.com/dotnet/arcade build 20240801.1 (#...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
This change is