This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Releases: linkerd/linkerd-tcp
Releases · linkerd/linkerd-tcp
0.1.1
linkerd-tcp 0.1.1 focuses on improving TLS support, and on updating linkerd-tcp's
dependencies.
- Trace negotiated SNI & ALPN at the end of the server handshake.
- Improve handling and reporting of TLS configuration errors.
- Update to latest versions of dependencies.
- Switch the official Rust base docker image.
- Remove use of deprecated downstream API members.
- Remove dependency on nightly Rust to build linkerd-tcp.
SHA256(linkerd-tcp)= 7276c92ce85517cc705fbe94fb5d74cf9fd940122abfc3b9bb357ca8bd63c307
0.0.3
- New admin endpoint! POST to
/shutdown
to tell the process to exit. - Fix connection leak when one peer disconnected.
- Fix stat reporting issue for the rx bytes metric.
- Improve error message when config file cannot be read.
- Update examples to bind to all available sockets by default.
- Add guidelines for contributing to the linkerd-tcp repo.
- Add script for building a slimmer docker image.
- Breaking change: Convert namerd config to use
url
field instead ofaddr
. - Breaking change: Convert server config attributes from camel to snake case.