Skip to content

Commit 1c6c2c5

Browse files
authored
v0.10.0 (#246)
## v0.10.0 * Add `requestTimeout` fields to routes and route backends in the `OutboundPolicies` API * Rust: update `h2` to v0.3.17
1 parent 58c5242 commit 1c6c2c5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `linkerd2-proxy-api` changes
22

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+
39
## v0.9.0
410

511
* Add new `OutboundPolicies` API

Cargo.lock

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

284284
[[package]]
285285
name = "linkerd2-proxy-api"
286-
version = "0.9.0"
286+
version = "0.10.0"
287287
dependencies = [
288288
"h2",
289289
"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.9.0"
3+
version = "0.10.0"
44
authors = ["Linkerd Developers <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)