Skip to content

Commit ed4bafc

Browse files
authored
Prepare v0.14.3 release (#2489)
# Changelog for v0.14.3 ## Features - Expose `tcp_keepalive_interval` and `tcp_keepalive_retries` options on Server (#2472) - Allow configuration of `max_local_error_reset_streams` on Server (#2437) - Put source error into the `Display` impl of `Status` (#2417) - `Server::default()` now sets `TCP_NODELAY` to true (#2413) ## Bug Fixes - Respect `max_message_size` when decompressing a message (#2484) - Depend on http at least 1.1.0 (#2426) ## Documentation - Fix documentation links for timeout configuration (#2483) - Fix documentation typos and grammar issues in status.rs and codec/mod.rs (#2468) - Fix labels in `Display for Status` (#2414) - Fix features docs in tonic-build and tonic-prost-build (#2434) - Remove redundant word in tonic-build and tonic-prost-build README (#2425)
1 parent 71ec583 commit ed4bafc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tonic-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-build"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.14.1"
14+
version = "0.14.3"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-health/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-health"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.14.1"
14+
version = "0.14.3"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-prost-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonic-prost-build"
3-
version = "0.14.1"
3+
version = "0.14.3"
44
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

tonic-prost/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonic-prost"
3-
version = "0.14.1"
3+
version = "0.14.3"
44
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

tonic-reflection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "tonic-reflection"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"
17-
version = "0.14.1"
17+
version = "0.14.3"
1818
rust-version = { workspace = true }
1919

2020
[package.metadata.docs.rs]

tonic-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "tonic-types"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"
17-
version = "0.14.1"
17+
version = "0.14.3"
1818
rust-version = { workspace = true }
1919

2020
[dependencies]

tonic-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-web"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.14.1"
14+
version = "0.14.3"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
1515
license = "MIT"
1616
readme = "../README.md"
1717
repository = "https://github.com/hyperium/tonic"
18-
version = "0.14.1"
18+
version = "0.14.3"
1919
rust-version = {workspace = true}
2020
exclude = ["benches-disabled"]
2121

0 commit comments

Comments
 (0)