We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c5242 commit 1c6c2c5Copy full SHA for 1c6c2c5
3 files changed
CHANGES.md
@@ -1,5 +1,11 @@
1
# `linkerd2-proxy-api` changes
2
3
+## v0.10.0
4
+
5
+* Add `requestTimeout` fields to routes and route backends in the
6
+ `OutboundPolicies` API
7
+* Rust: update `h2` to v0.3.17
8
9
## v0.9.0
10
11
* Add new `OutboundPolicies` API
Cargo.lock
@@ -283,7 +283,7 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
283
284
[[package]]
285
name = "linkerd2-proxy-api"
286
-version = "0.9.0"
+version = "0.10.0"
287
dependencies = [
288
"h2",
289
"http",
Cargo.toml
@@ -1,6 +1,6 @@
[package]
authors = ["Linkerd Developers <cncf-linkerd-dev@lists.cncf.io>"]
license = "Apache-2.0"
edition = "2021"
0 commit comments