Skip to content

Releases: linkerd/linkerd2-proxy-api

v0.6.0

13 Jul 22:34
95c89ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Apr 00:31
v0.5.0
ee612d7
Compare
Choose a tag to compare

What's Changed

  • rust: Remove build dependency on protoc by @olix0r in #104

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Apr 17:08
v0.4.0
7af892a
Compare
Choose a tag to compare
  • Go: Update google.golang.org/protobuf to v1.28
  • Go: Update google.golang.org/grpc to v1.45
  • Go: Update protoc-gen-go to v1.28
  • Go: Update protoc-gen-go-grpc to v1.2
  • Rust: Update tonic to v0.7 and prost to v0.10
  • Rust: Update the MSRV to 1.59

v0.3.1

21 Dec 18:44
v0.3.1
40ac589
Compare
Choose a tag to compare
This release fixes the Rust crate's serialization of
`http::Method::PATCH` to use a registered method.

v0.3.0

21 Dec 18:42
v0.3.0
989aa2d
Compare
Choose a tag to compare
This release updates various dependencies, especially prost and tonic.

v0.2.0

16 Jul 19:10
v0.2.0
d9381f9
Compare
Choose a tag to compare
  • Add the io.linkerd.proxy.inbound.InboundServerPolicies API to support server-side configuration
    and policy.
  • Go: Update dependencies, including protoc and grpc
  • Rust: Update dependencies, including tonic v0.5
  • Rust: Add features for all APIs
  • Rust: Add client and server features

v0.1.18

15 Jan 19:26
v0.1.18
4c42459
Compare
Choose a tag to compare
This release updates the rust crate's `tonic` dependency to v0.4

v0.1.17

10 Jan 17:58
v0.1.17
8462184
Compare
Choose a tag to compare

This release updates Rust dependencies:

  • tokio v1
  • rand v0.9
  • quickcheck v1

v0.1.16

22 Dec 18:10
v0.1.16
5d60650
Compare
Choose a tag to compare
This release adds an optional `OpaqueTransport` to each endpoint's
`ProtocolHint`. This message indicates that the target proxy is capable
of terminating "opaque transport", wherein the proxy reads a special
connection header to facilitate routing of, e.g., server-first
protocols.

v0.1.12

25 Mar 08:23
85f24e8
Compare
Choose a tag to compare
  • Add AuthorityOverride to WeightedAddr