Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grpc-google/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allowed_external_types = ["grpc::*"]
[dependencies]
google-cloud-auth = { version = "1.9", default-features = false }
grpc = { path = "../grpc", default-features = false }
tonic = { version = "0.14.0", path = "../tonic", default-features = false }
tonic = { version = "0.14.6", path = "../tonic", default-features = false }
trait-variant = "0.1"

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ socket2 = { version = "0.6", optional = true }
tokio = { version = "1.37.0", features = ["sync", "macros"] }
tokio-rustls = { version = "0.26", optional = true, default-features = false }
tokio-stream = { version = "0.1.17", default-features = false }
tonic = { version = "0.14.0", path = "../tonic", default-features = false, features = [
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = [
"codegen",
] }
tower = { version = "0.5.2", features = [
Expand All @@ -88,12 +88,12 @@ hickory-server = "0.25.2"
prost = "0.14.0"
rustls = { version = "0.23", default-features = false, features = ["ring"] }
tempfile = "3.26"
tonic = { version = "0.14.0", path = "../tonic", default-features = false, features = [
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = [
"server",
"router",
"tls-ring",
] }
tonic-prost = { version = "0.14.0", path = "../tonic-prost" }
tonic-prost = { version = "0.14.6", path = "../tonic-prost" }

[[bench]]
name = "metadata"
Expand Down
14 changes: 14 additions & 0 deletions tonic-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-build-v0.14.5...tonic-build-v0.14.6) - 2026-05-06

### Other

- update rust edition and version to 2024 and 1.88, respectively ([#2525](https://github.com/hyperium/tonic/pull/2525))
2 changes: 1 addition & 1 deletion tonic-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "tonic-build"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.14.5"
version = "0.14.6"
rust-version = { workspace = true }

[dependencies]
Expand Down
14 changes: 14 additions & 0 deletions tonic-health/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-health-v0.14.5...tonic-health-v0.14.6) - 2026-05-06

### Other

- update rust edition and version to 2024 and 1.88, respectively ([#2525](https://github.com/hyperium/tonic/pull/2525))
6 changes: 3 additions & 3 deletions tonic-health/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ license = "MIT"
name = "tonic-health"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.14.5"
version = "0.14.6"
rust-version = { workspace = true }

[dependencies]
prost = "0.14"
tokio = {version = "1.0", features = ["sync"]}
tokio-stream = {version = "0.1", default-features = false, features = ["sync"]}
tonic = { version = "0.14.0", path = "../tonic", default-features = false, features = ["codegen"] }
tonic-prost = { version = "0.14.0", path = "../tonic-prost", default-features = false }
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = ["codegen"] }
tonic-prost = { version = "0.14.6", path = "../tonic-prost", default-features = false }

[dev-dependencies]
tokio = {version = "1.0", features = ["rt-multi-thread", "macros"]}
Expand Down
15 changes: 15 additions & 0 deletions tonic-prost-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-prost-build-v0.14.5...tonic-prost-build-v0.14.6) - 2026-05-06

### Other

- Support well known types resolved by prost to their rust counterparts ([#2544](https://github.com/hyperium/tonic/pull/2544))
- update rust edition and version to 2024 and 1.88, respectively ([#2525](https://github.com/hyperium/tonic/pull/2525))
6 changes: 3 additions & 3 deletions tonic-prost-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tonic-prost-build"
version = "0.14.5"
version = "0.14.6"
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
edition = "2024"
license = "MIT"
Expand All @@ -18,7 +18,7 @@ transport = ["tonic-build/transport"]
cleanup-markdown = ["prost-build/cleanup-markdown"]

[dependencies]
tonic-build = { version = "0.14.0", path = "../tonic-build", default-features = false }
tonic-build = { version = "0.14.6", path = "../tonic-build", default-features = false }
prost-build = { version = "0.14" }
prost-types = { version = "0.14" }
prettyplease = { version = "0.2" }
Expand All @@ -28,7 +28,7 @@ syn = "2.0"
tempfile = "3.0"

[dev-dependencies]
tonic = { version = "0.14.0", path = "../tonic", default-features = false }
tonic = { version = "0.14.6", path = "../tonic", default-features = false }

[package.metadata.cargo_check_external_types]
allowed_external_types = [
Expand Down
14 changes: 14 additions & 0 deletions tonic-prost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-prost-v0.14.5...tonic-prost-v0.14.6) - 2026-05-06

### Other

- update rust edition and version to 2024 and 1.88, respectively ([#2525](https://github.com/hyperium/tonic/pull/2525))
4 changes: 2 additions & 2 deletions tonic-prost/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tonic-prost"
version = "0.14.5"
version = "0.14.6"
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
edition = "2024"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ keywords = ["rpc", "grpc", "prost", "protobuf", "tonic"]
rust-version = { workspace = true }

[dependencies]
tonic = { version = "0.14.0", path = "../tonic", default-features = false }
tonic = { version = "0.14.6", path = "../tonic", default-features = false }
prost = "0.14"
bytes = "1"

Expand Down
2 changes: 1 addition & 1 deletion tonic-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
rust-version = { workspace = true }

[dependencies]
tonic = { version = "0.14.0", path = "../tonic", default-features = false, features = ["codegen"] }
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = ["codegen"] }
bytes = "1"
protobuf = { version = "4.34.0-release" }

Expand Down
15 changes: 15 additions & 0 deletions tonic-reflection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-reflection-v0.14.5...tonic-reflection-v0.14.6) - 2026-05-06

### Other

- fix panic when client drops connection early ([#2596](https://github.com/hyperium/tonic/pull/2596))
- update rust edition and version to 2024 and 1.88, respectively ([#2525](https://github.com/hyperium/tonic/pull/2525))
8 changes: 4 additions & 4 deletions tonic-reflection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT"
name = "tonic-reflection"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.14.5"
version = "0.14.6"
rust-version = { workspace = true }

[package.metadata.docs.rs]
Expand All @@ -29,12 +29,12 @@ prost = "0.14"
prost-types = {version = "0.14", optional = true}
tokio = { version = "1.0", features = ["sync", "rt"], optional = true }
tokio-stream = {version = "0.1", default-features = false, optional = true }
tonic = { version = "0.14.0", path = "../tonic", default-features = false, features = ["codegen"] }
tonic-prost = { version = "0.14.0", path = "../tonic-prost", default-features = false }
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = ["codegen"] }
tonic-prost = { version = "0.14.6", path = "../tonic-prost", default-features = false }

[dev-dependencies]
tokio-stream = {version = "0.1", default-features = false, features = ["net"]}
tonic = { version = "0.14.0", path = "../tonic", default-features = false, features = ["transport"] }
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = ["transport"] }

[lints]
workspace = true
Expand Down
14 changes: 14 additions & 0 deletions tonic-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-types-v0.14.5...tonic-types-v0.14.6) - 2026-05-06

### Other

- update rust edition and version to 2024 and 1.88, respectively ([#2525](https://github.com/hyperium/tonic/pull/2525))
4 changes: 2 additions & 2 deletions tonic-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ license = "MIT"
name = "tonic-types"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.14.5"
version = "0.14.6"
rust-version = { workspace = true }

[dependencies]
prost = "0.14"
prost-types = "0.14"
tonic = { version = "0.14.0", path = "../tonic", default-features = false }
tonic = { version = "0.14.6", path = "../tonic", default-features = false }

[lints]
workspace = true
Expand Down
14 changes: 14 additions & 0 deletions tonic-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-web-v0.14.5...tonic-web-v0.14.6) - 2026-05-06

### Other

- update rust edition and version to 2024 and 1.88, respectively ([#2525](https://github.com/hyperium/tonic/pull/2525))
4 changes: 2 additions & 2 deletions tonic-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "tonic-web"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.14.5"
version = "0.14.6"
rust-version = { workspace = true }

[dependencies]
Expand All @@ -21,7 +21,7 @@ tokio-stream = { version = "0.1", default-features = false }
http = "1"
http-body = "1"
pin-project = "1"
tonic = { version = "0.14.0", path = "../tonic", default-features = false }
tonic = { version = "0.14.6", path = "../tonic", default-features = false }
tower-service = "0.3"
tower-layer = "0.3"
tracing = "0.1"
Expand Down
24 changes: 24 additions & 0 deletions tonic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-v0.14.5...tonic-v0.14.6) - 2026-05-06

### Added

- *(transport/channel)* expose ServerCertVerifier API ([#2612](https://github.com/hyperium/tonic/pull/2612))

### Fixed

- map no trailers ok status to unknown ([#2543](https://github.com/hyperium/tonic/pull/2543))

### Other

- add max_frame_size to client Endpoint ([#2592](https://github.com/hyperium/tonic/pull/2592))
- Allow setting the HTTP/2 client header table size ([#2582](https://github.com/hyperium/tonic/pull/2582))
- update rust edition and version to 2024 and 1.88, respectively ([#2525](https://github.com/hyperium/tonic/pull/2525))
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.14.5"
version = "0.14.6"
rust-version = {workspace = true}
exclude = ["benches-disabled"]

Expand Down
Loading