From 6945b88632a6a41046b32c65770e0e724c8ab540 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Tue, 24 Nov 2020 09:14:44 -0800 Subject: [PATCH] proxy: v2.122.0 (#5279) This release addresses some issues reported around clients seeing max-concurrency errors by increasing the default in-flight request limit to 100K pending requests. Additionally, the proxy now sets an appropriate content-type when synthesizing gRPC error responses. --- * style: fix some random clippy lints (linkerd/linkerd2-proxy#749) * errors: Set `content-type` for synthesized grpc errors (linkerd/linkerd2-proxy#750) * concurrency-limit: Drop permit on readiness (linkerd/linkerd2-proxy#751) * Increase the default buffer capacity to 100K (linkerd/linkerd2-proxy#752) * Change default max-in-flight and buffer-capacity (linkerd/linkerd2-proxy#753) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index ccfab984cbafa..0d1e3bf8f497c 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.121.0 +v2.122.0