Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Type Update Change
tonic dependencies minor 0.9.10.14.0

Release Notes

hyperium/tonic (tonic)

v0.14.2

Compare Source

What's Changed
New Contributors

Full Changelog: hyperium/tonic@v0.14.1...v0.14.2

v0.14.1

Compare Source

Bug Fixes
Features

0.6.2 (2021-12-08)

Bug Fixes

0.6.1 (2021-10-27)

Bug Fixes

v0.14.0

Compare Source

This release marks an important milestone for tonic, "hopefully" this will be the last major breaking release of Tonic before we start to transition work into bringing the community a joint-effort grpc-rust implementation. For the moment, any new features for the core of tonic that are not related to the work towards grpc-rust will not be accepted (I believe tonic to be in quite a good spot, security features of course will be handled with the upmost importance). Stay tuned there will be more information the coming months on what is going on with the new project but you can already see some of the code in the grpc crate within the tonic repository.

You can always watch this video for more info on grpc-rust.

Breaking Changes
  • Prost updated to v0.14
  • Prost has been extracted to their own crates
Migration guide

To migrate between <=v0.13.1 to v0.14 anything that used prost has now been moved into either tonic-prost or tonic-prost-build. All the previous types are still available but under these two new crates.

What's Changed
New Contributors

Full Changelog: hyperium/tonic@v0.13.1...v0.14.0

v0.13.1

Compare Source

What's Changed
New Contributors

Full Changelog: hyperium/tonic@v0.13.0...v0.13.1

v0.13.0

Compare Source

v0.12.3

Compare Source

Features
  • server: Added support for grpc max_connection_age (#​1865)
  • build: Add #[deprecated] to deprecated client methods (#​1879)
  • build: plumb skip_debug through prost Builder and add test (#​1900)
Bug Fixes
  • build: Revert "fix tonic-build cargo build script outputs (#​1821)" which accidentally increases MSRV (#​1898)
  • server: ignore more error kinds in incoming socket stream (#​1885)
  • transport: do not shutdown server on broken connections (#​1948)

v0.12.2

Compare Source

Features
  • Move TimeoutExpired out of transport (#​1826)
  • Move ConnectError type from transport (#​1828)
  • channel: allow setting max_header_list_size (#​1835)
  • router: Add RoutesBuilder constructor (#​1855)
  • tls: Rename tls-roots feature with tls-native-roots (#​1860)
  • router: Rename Routes::into_router with into_axum_router (#​1862)
  • router: Implement from axum::Router for Routes (#​1863)
  • channel: Re-enable TLS based on Cargo features in generated clients (#​1866)
  • server: allow setting max_header_list_size (#​1870)
  • build: Expose formatted service name (#​1684)
  • reflection: add back support for v1alpha reflection protocol (#​1888)
Bug Fixes
  • router: Add missing unimplemented fallback to RoutesBuilder (#​1864)
  • server: Prevent server from exiting on ECONNABORTED (#​1874)
  • web: fix panic in trailer parsing on multiple trailers (#​1880)
  • web: fix empty trailer parsing causing infinite parser loop (#​1883)

v0.12.1

Compare Source

Bug Fixes
  • Reduce tokio-stream feature (#​1795)

v0.12.0

Compare Source

This breaking release updates tonic to the hyper 1.0 ecosystem and also updates
to prost v0.13.0.

Features
Bug Fixes
BREAKING CHANGES
  • tonic and crates updated to hyper 1.0 (#​1670)
  • tonic and crates updated to prost 0.13 (#​1779)
  • tonic_reflection::server is updated to use the generated
    tonic_reflection::pb::v1 code.
  • Make compression encoding configuration more malleable (#​1757)
  • Removed implicit configuration of client TLS roots setup (#​1731)

v0.11.0

Compare Source

BREAKING CHANGES:

  • Removed NamedService from the transport module, please import it via
    tonic::server::NamedService.
  • MSRV bumped to 1.70.
Features
  • Added zstd compression support.
  • Added connection timeout for connecto_with_connector_lazy.
  • Upgrade rustls to v0.22
  • Feature gate server implementation for tonic-reflection.

v0.10.2

Compare Source

Bug Fixes

v0.10.1

Compare Source

Bug Fixes

v0.10.0

Compare Source

Bug Fixes
Features

0.9.2 (2023-04-17)

0.9.1 (2023-04-03)

v0.9.2

Compare Source

Bug Fixes
Features

0.9.2 (2023-04-17)

0.9.1 (2023-04-03)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from 91d412b to 9a7c268 Compare April 17, 2024 00:21
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch 4 times, most recently from 206902a to 5012c82 Compare June 18, 2024 02:57
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from 5012c82 to bcf4c72 Compare July 8, 2024 18:35
@renovate renovate bot changed the title fix(deps): update rust crate tonic to 0.11.0 fix(deps): update rust crate tonic to 0.12.0 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch 4 times, most recently from 73a986a to 2f44bfd Compare September 27, 2024 06:05
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch 4 times, most recently from 4dad92d to 8b42eff Compare January 8, 2025 15:42
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from 8b42eff to 0424ffc Compare March 25, 2025 23:01
@renovate renovate bot changed the title fix(deps): update rust crate tonic to 0.12.0 fix(deps): update rust crate tonic to 0.13.0 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from 0424ffc to a0e767a Compare July 28, 2025 18:48
@renovate renovate bot changed the title fix(deps): update rust crate tonic to 0.13.0 fix(deps): update rust crate tonic to 0.14.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch 6 times, most recently from 771fd3d to d7af6e4 Compare August 12, 2025 15:15
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from d7af6e4 to 441e7d7 Compare September 6, 2025 23:56
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from 441e7d7 to d8c22b4 Compare September 25, 2025 21:15
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch 3 times, most recently from 73f1e98 to 9b7e978 Compare November 21, 2025 09:36
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from 9b7e978 to a5e7fa4 Compare December 10, 2025 11:32
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from a5e7fa4 to c192c4a Compare December 23, 2025 14:12
@renovate renovate bot force-pushed the renovate/tonic-monorepo branch from c192c4a to 6138b35 Compare December 31, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant