Skip to content

Releases: linkerd/linkerd2-proxy

v2.75.0

01 Oct 21:56
release/v2.75.0
c883b63
Compare
Choose a tag to compare
This release fixes a bug that prevented the OpenCensus client from
reading 8-bit span IDs, as emitted by nginx.

v2.74.0

30 Sep 19:09
release/v2.74.0
4c3d706
Compare
Choose a tag to compare
This release updates the Tap server to support emitting request and
response headers with Tap events.

v2.73.0

26 Sep 00:24
release/v2.73.0
b15735b
Compare
Choose a tag to compare
This release adds support for OpenCensus tracing. The proxy does no
sampling of its own, but is capable of emitting spans to an OpenCensus
collector when an application has chosen to sample a given request.

This feature is currently experimental.

v2.72.0

18 Sep 20:51
release/v2.72.0
dc3c600
Compare
Choose a tag to compare
This change updates the internals of the proxy's client to the
Destination controller. Other than some minor fixes to the client's
backoff logic, no user-facing changes are expected.

v2.71.0

15 Sep 01:38
release/v2.71.0
c99f643
Compare
Choose a tag to compare
* Skip protocol detection on port 587 (SMTP)
* Fix a bug in exponential backoff where jitter was not honored