Skip to content

Commit a738763

Browse files
authored
feat(outbound)!: Add retry and timeout route policies (#357)
This commit adds support for retry and timeout route policies to the outbound policy API to both HTTP and GRPC route types. This change also bumps the release version to v0.14.0 in preparation for the next release. The pre-existing requestTimeout fields are deprecated. The RouteBackend requestTimeout is no longer honored, while the route requestTimeout should correspond to the 'request' timeout policy.
1 parent 58c1476 commit a738763

21 files changed

+1629
-798
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
269269

270270
[[package]]
271271
name = "linkerd2-proxy-api"
272-
version = "0.13.1"
272+
version = "0.14.0"
273273
dependencies = [
274274
"h2",
275275
"http",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkerd2-proxy-api"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
authors = ["Linkerd Developers <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

go/destination/destination.pb.go

+36-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/destination/destination_grpc.pb.go

+11-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)