Skip to content

Releases: linkerd/linkerd2-proxy

v2.190.1

17 Feb 19:15
release/v2.190.1
dcfc21c

Choose a tag to compare

What's Changed

  • build(deps): bump tj-actions/changed-files from 35.5.1 to 35.5.4 by @dependabot in #2239
  • build(deps): bump jemalloc-sys from 0.5.2+5.3.0-patched to 0.5.3+5.3.0-patched by @dependabot in #2229
  • outbound: Fix ingress-mode proxy by @olix0r in #2240
  • gateway: Fix URI form for gatewayed HTTP/1 requests by @olix0r in #2241

Full Changelog: release/v2.190.0...release/v2.190.1

v2.190.0

15 Feb 22:09
release/v2.190.0
bd61026

Choose a tag to compare

What's Changed

Full Changelog: release/v2.189.0...release/v2.190.0

v2.189.0

09 Jan 20:38
release/v2.189.0
4fb0d14

Choose a tag to compare

What's Changed

Read more

v2.188.0

11 Nov 18:18
4e17204

Choose a tag to compare

What's Changed

Full Changelog: release/v2.187.0...release/v2.188.0

v2.187.0

28 Sep 19:21
1d7e2f7

Choose a tag to compare

What's Changed

  • build(deps): bump tj-actions/changed-files from 29.0.4 to 29.0.7 by @dependabot in #1943
  • build(deps): bump tj-actions/changed-files from 29.0.7 to 29.0.9 by @dependabot in #1944
  • build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #1945
  • Fix inbound server label ambiguity by @olix0r in #1947
  • build(deps): bump form_urlencoded from 1.0.1 to 1.1.0 by @dependabot in #1940

Full Changelog: release/v2.186.0...release/v2.187.0

v2.161.5

13 Sep 19:09

Choose a tag to compare

inbound: Restrict the HTTP/1 idle timeout (#1931)

The inbound proxy may hold idle inbound connections to the application
open for (by default) 20s. This can be problematic when a server sets a
lesser idle timeout and that idle timeout matches some poll interval
(like a Kubernetes probe or metrics scrape).

This change reduces the HTTP/1 connection pool idle timeout to 3s. This
should be short enough to avoid this problem in many cases but it is
also large enough that connection pooling can help busy services.

In the future, this configuration should be made dynamic via the inbound
policy API.

Signed-off-by: Oliver Gould <[email protected]>

v2.186.0

10 Sep 17:20
1cd7981

Choose a tag to compare

What's Changed

Full Changelog: release/v2.185.0...release/v2.186.0

v2.185.0

09 Aug 22:23
20bfadf

Choose a tag to compare

What's Changed

Full Changelog: release/v2.184.0...release/v2.185.0

v2.184.0

28 Jul 14:09
910b55f

Choose a tag to compare

What's Changed

  • build(deps): bump hashbrown from 0.12.2 to 0.12.3 by @dependabot in #1825
  • build(deps): bump tokio from 1.19.2 to 1.20.0 by @dependabot in #1823
  • build(deps): bump olix0r/cargo-action-fmt from ee1ef42932e44794821dab57ef1bf7a73df8b21f to 1.0.2 by @dependabot in #1829
  • build(deps): bump tj-actions/changed-files from 23.1 to 23.2 by @dependabot in #1828
  • build(deps): bump slab from 0.4.6 to 0.4.7 by @dependabot in #1833
  • build(deps): bump EmbarkStudios/cargo-deny-action from 1.3.1 to 1.3.2 by @dependabot in #1831
  • build(deps): bump bytes from 1.1.0 to 1.2.0 by @dependabot in #1832
  • build(deps): bump serde from 1.0.139 to 1.0.140 by @dependabot in #1835
  • build(deps): bump tracing-subscriber from 0.3.11 to 0.3.15 by @dependabot in #1836
  • http: log a warning when a CONNECT response has the wrong version by @hawkw in #1827
  • build(deps): bump tj-actions/changed-files from 23.2 to 24 by @dependabot in #1837
  • build(deps): bump DavidAnson/markdownlint-cli2-action from 5.1.0 to 6 by @dependabot in #1838
  • build(deps): bump redox_syscall from 0.2.13 to 0.2.15 by @dependabot in #1839
  • build(deps): bump proc-macro2 from 1.0.40 to 1.0.41 by @dependabot in #1840
  • build(deps): bump fastrand from 1.7.0 to 1.8.0 by @dependabot in #1841
  • build(deps): bump proc-macro2 from 1.0.41 to 1.0.42 by @dependabot in #1843
  • build(deps): bump tokio from 1.20.0 to 1.20.1 by @dependabot in #1845

Full Changelog: release/v2.183.0...release/v2.184.0

v2.183.0

14 Jul 00:49
f2fb0c4

Choose a tag to compare

What's Changed

Full Changelog: release/v2.182.0...release/v2.183.0