Skip to content

Commit

Permalink
feat(outbound)!: Add retry and timeout route policies (#357)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
olix0r authored Jul 24, 2024
1 parent 58c1476 commit a738763
Show file tree
Hide file tree
Showing 21 changed files with 1,629 additions and 798 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"

[[package]]
name = "linkerd2-proxy-api"
version = "0.13.1"
version = "0.14.0"
dependencies = [
"h2",
"http",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkerd2-proxy-api"
version = "0.13.1"
version = "0.14.0"
authors = ["Linkerd Developers <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
72 changes: 36 additions & 36 deletions go/destination/destination.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 11 additions & 9 deletions go/destination/destination_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a738763

Please sign in to comment.