From a12073d6a87ca7a4608047ef020404c63fae1c71 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Mon, 11 May 2020 15:27:25 -0700 Subject: [PATCH] proxy: v2.96.0 (#4374) This release reduces latency and CPU consumption, especially for high- concurrency use cases. --- * Add middleware that rejects connections with no identity (linkerd/linkerd2-proxy#507) * Buffer requests while the service is pending (linkerd/linkerd2-proxy#511) --- .proxy-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.proxy-version b/.proxy-version index fb8d73904..baab58973 100644 --- a/.proxy-version +++ b/.proxy-version @@ -1 +1 @@ -v2.95.0 +v2.96.0