This PR contains the following updates:
| Package |
Type |
Update |
Change |
| tonic |
dependencies |
minor |
0.11.0 → 0.14.0 |
| tonic-build |
build-dependencies |
minor |
0.11.0 → 0.14.0 |
Release Notes
hyperium/tonic (tonic)
Compare Source
Added
- (transport/channel) expose ServerCertVerifier API (#2612)
Fixed
- map no trailers ok status to unknown (#2543)
Other
- add max_frame_size to client Endpoint (#2592)
- Allow setting the HTTP/2 client header table size (#2582)
- update rust edition and version to 2024 and 1.88, respectively (#2525)
Compare Source
What's Changed
- Add max connections setting
Full Changelog: grpc/grpc-rust@v0.14.4...v0.14.5
Compare Source
What's Changed
New Contributors
Full Changelog: grpc/grpc-rust@v0.14.3...v0.14.4
Compare Source
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)
Compare Source
What's Changed
New Contributors
Full Changelog: grpc/grpc-rust@v0.14.1...v0.14.2
Compare Source
Bug Fixes
Features
0.6.2 (2021年12月08日)
Bug Fixes
0.6.1 (2021年10月27日)
Bug Fixes
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: grpc/grpc-rust@v0.13.1...v0.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc/grpc-rust@v0.13.0...v0.13.1
Compare Source
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)
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)
Compare Source
Bug Fixes
- Reduce tokio-stream feature (#1795)
Compare Source
This breaking release updates tonic to the hyper 1.0 ecosystem and also updates
to prost v0.13.0.
Features
- build: Custom codecs for generated code (#1599) (18a2b30)
- channel: Make channel feature additive (#1574) (b947e1a)
- codec: Make error when not utf8 value in compression encoding (#1768) (f8e1f87)
- Implement http_body::Body::size_hint for custom body (#1713) (9728c01)
- Make boxed function public (#1754) (2cc868f)
- Relax GrpcMethod lifetime (#1598) (68bf17d)
- tls: Add ability to add multiple ca certificates (#1724) (3457f92)
- tls: Use rustls_pki_types::CertificateDer to describe DER encoded certificate (#1707) (96a8cbc)
- tls: Remove tls roots implicit configuration (#1731) (de73617)
- transport: Make service router independent from transport (#1572) (da48235)
- transport: Make transport server and channel independent (#1630) (654289f)
- transport: Rename reexported axum body (#1752) (5d7bfc2)
- Use http::Extensions directly (#1710) (ed95d27)
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)
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
0.11.0→0.14.00.11.0→0.14.0Release Notes
hyperium/tonic (tonic)
v0.14.6Compare Source
Added
Fixed
Other
v0.14.5Compare Source
What's Changed
Full Changelog: grpc/grpc-rust@v0.14.4...v0.14.5
v0.14.4Compare Source
What's Changed
:ingrpc-statusby @LucioFranco in #2506New Contributors
Full Changelog: grpc/grpc-rust@v0.14.3...v0.14.4
v0.14.3Compare Source
Features
tcp_keepalive_intervalandtcp_keepalive_retriesoptions on Server (#2472)max_local_error_reset_streamson Server (#2437)Displayimpl ofStatus(#2417)Server::default()now setsTCP_NODELAYto true (#2413)Bug Fixes
max_message_sizewhen decompressing a message (#2484)Documentation
Display for Status(#2414)v0.14.2Compare Source
What's Changed
Statusformatting by @emilk in #2403New Contributors
Full Changelog: grpc/grpc-rust@v0.14.1...v0.14.2
v0.14.1Compare Source
Bug Fixes
Defaultbound onCodec(#894) (d574cfd)Server::layer()support more than one layer (#932) (e30bb7e)Features
from_arcfor gRPC servers (#875) (7179f7a)HealthServicepublically (#930) (097e7e8)Code(#917) (6bc7dab)Channel's async executor (#935) (0859d82)0.6.2 (2021年12月08日)
Bug Fixes
0.6.1 (2021年10月27日)
Bug Fixes
v0.14.0Compare 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-rustimplementation. For the moment, any new features for the core of tonic that are not related to the work towardsgrpc-rustwill 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 thegrpccrate within thetonicrepository.You can always watch this video for more info on
grpc-rust.Breaking Changes
Migration guide
To migrate between
<=v0.13.1tov0.14anything that used prost has now been moved into eithertonic-prostortonic-prost-build. All the previous types are still available but under these two new crates.What's Changed
error_details.protoa56cbf3bby @kriswuollett in #2306StreamingSyncagain by @Twey in #2293New Contributors
Full Changelog: grpc/grpc-rust@v0.13.1...v0.14.0
v0.13.1Compare Source
What's Changed
h2tov0.4.10by @LucioFranco #2263New Contributors
Full Changelog: grpc/grpc-rust@v0.13.0...v0.13.1
v0.13.0Compare Source
v0.12.3Compare Source
Features
#[deprecated]to deprecated client methods (#1879)Bug Fixes
v0.12.2Compare Source
Features
Bug Fixes
v0.12.1Compare Source
Bug Fixes
v0.12.0Compare Source
This breaking release updates tonic to the hyper
1.0ecosystem and also updatesto prost
v0.13.0.Features
Bug Fixes
BREAKING CHANGES
tonicand crates updated to hyper 1.0 (#1670)tonicand crates updated to prost 0.13 (#1779)tonic_reflection::serveris updated to use the generatedtonic_reflection::pb::v1code.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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.