Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy: v2.117.0 #5137

Merged
merged 1 commit into from
Oct 26, 2020
Merged

proxy: v2.117.0 #5137

merged 1 commit into from
Oct 26, 2020

Conversation

olix0r
Copy link
Member

@olix0r olix0r commented Oct 26, 2020

This release adds an 'ingress mode' to support per-request routing for
HTTP ingresses.

Additionally, the performance impact of logging should be reduced when
the proxy log level is not set to debug or trace.


This release adds an 'ingress mode' to support per-request routing for
HTTP ingresses.

Additionally, the performance impact of logging should be reduced 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)
@olix0r olix0r requested a review from a team as a code owner October 26, 2020 18:43
Copy link
Contributor

@hawkw hawkw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additionally, the performance impact of logging should be reduced when
the proxy log level is not set to debug or trace.

FWIW, linkerd/linkerd2-proxy#726 means that it should be reduced even when debug or trace are enabled, but the other changes should reduce it even more when they aren't... :)

@olix0r olix0r merged commit 1f94332 into main Oct 26, 2020
@olix0r olix0r deleted the ver/proxy-117 branch October 26, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants