Releases: linkerd/linkerd2-proxy-api
Releases · linkerd/linkerd2-proxy-api
v0.6.0
What's Changed
- Regenerate rust protobuf bindings with tonic v0.7.2 by @olix0r in #108
- Bump actions/setup-go from 3.0.0 to 3.1.0 by @dependabot in #106
- Bump google.golang.org/grpc from 1.45.0 to 1.46.2 by @dependabot in #107
- Add a README by @olix0r in #109
- gen: Update formatting of generated rust by @olix0r in #112
- dev: Update rust-analyzer plugin by @olix0r in #111
- Bump actions/setup-go from 3.1.0 to 3.2.0 by @dependabot in #110
- Update the dev container to v14 by @olix0r in #113
- rust: Add a Cargo.lock file by @olix0r in #114
- ci: Automate rust crate publishing by @olix0r in #115
- dev: Update build tooling by @olix0r in #116
- Bump google.golang.org/grpc from 1.46.2 to 1.47.0 by @dependabot in #117
- ci: Split rust workflow into multiple jobs by @olix0r in #119
- Bump http from 0.2.7 to 0.2.8 by @dependabot in #120
- Fix enum matching by @olix0r in #121
- rust: Change feature name from
http_types
tohttp-types
by @olix0r in #124 - rust: Clean up HTTP type conversions by @olix0r in #122
- Add a
Metadata
protobuf module by @olix0r in #123 - ci: Run clippy, tests on all cargo features by @olix0r in #125
- Bump actions/setup-go from 3.2.0 to 3.2.1 by @dependabot in #126
- rust: Make error types cloneable by @olix0r in #127
- dev: Build all features by default by @olix0r in #128
- build(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 by @dependabot in #129
- Add HTTP route types by @olix0r in #118
- v0.6.0 by @olix0r in #130
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.2.0
- 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
andserver
features
v0.1.18
v0.1.17
v0.1.16
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
- Add AuthorityOverride to WeightedAddr