Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release adds an 'ingress mode' to support per-request routing for HTTP ingresses. Additionally, the performance impact of logging should be reduced, especially when the proxy log level is not set to `debug` or `trace`. --- * router: Use NewService instead of MakeService (linkerd/linkerd2-proxy#724) * outbound: Split TCP stack into dedicated modules (linkerd/linkerd2-proxy#725) * trace: update `tracing-subscriber` to 0.2.14 (linkerd/linkerd2-proxy#726) * outbound: Extract HTTP and server modules (linkerd/linkerd2-proxy#727) * outbound: Introduce 'ingress mode' (linkerd/linkerd2-proxy#728) * Reduce tracing spans to the debug level (linkerd/linkerd2-proxy#730)
- Loading branch information