Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tonic from 0.6.2 to 0.12.3 #2670

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps tonic from 0.6.2 to 0.12.3.

Release notes

Sourced from tonic's releases.

v0.12.3

0.12.3 (2024-08-29)

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

0.12.2 (2024-08-23)

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

0.12.1 (2024-07-17)

Bug Fixes

  • Reduce tokio-stream feature (#1795)

v0.12.0

v0.12.0 (2024-07-08)

This breaking release updates tonic to the hyper 1.0 ecosystem and also updates

... (truncated)

Changelog

Sourced from tonic's changelog.

0.12.3 (2024-08-29)

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)

0.12.2 (2024-08-23)

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)

0.12.1 (2024-07-17)

Bug Fixes

  • Reduce tokio-stream feature (#1795)

0.12.0 (2024-07-08)

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

Features

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from darach as a code owner October 21, 2024 04:51
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
@tremor-bot tremor-bot enabled auto-merge (rebase) October 21, 2024 04:51
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.62%. Comparing base (0b9383a) to head (53a51ab).

❗ There is a different number of reports uploaded between BASE (0b9383a) and HEAD (53a51ab). Click for more details.

HEAD has 22 uploads less than BASE
Flag BASE (0b9383a) HEAD (53a51ab)
unittests 17 9
tremorconnectorsaws 1 0
e2e-command 1 0
e2etests 3 0
tremorconnectorsgcp 1 0
tremorconnectorsotel 1 0
tremorsystem 1 0
tremorapi 1 0
e2e-unit 1 0
tremorruntime 1 0
tremorconnectors 1 0
e2e-integration 1 0
tremorscript 1 0
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2670       +/-   ##
===========================================
- Coverage   91.30%   49.62%   -41.68%     
===========================================
  Files         309      214       -95     
  Lines       60380    36231    -24149     
===========================================
- Hits        55127    17980    -37147     
- Misses       5253    18251    +12998     
Flag Coverage Δ
e2e-command ?
e2e-integration ?
e2e-unit ?
e2etests ?
tremorapi ?
tremorcodec 63.96% <ø> (ø)
tremorcommon 63.04% <ø> (ø)
tremorconnectors ?
tremorconnectorsaws ?
tremorconnectorsazure 4.67% <ø> (ø)
tremorconnectorsgcp ?
tremorconnectorsobjectstorage 0.06% <ø> (ø)
tremorconnectorsotel ?
tremorconnectorstesthelpers 68.25% <ø> (ø)
tremorinflux 87.71% <ø> (ø)
tremorinterceptor 55.34% <ø> (ø)
tremorpipeline 31.06% <ø> (ø)
tremorruntime ?
tremorscript ?
tremorsystem ?
tremorvalue 69.55% <ø> (ø)
unittests 49.62% <ø> (-39.54%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 239 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b9383a...53a51ab. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from e00feaf to 37d6573 Compare October 21, 2024 17:11
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from 37d6573 to b5d0078 Compare October 22, 2024 19:26
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from b5d0078 to 1cb6db0 Compare October 22, 2024 20:41
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from 1cb6db0 to 03710a3 Compare October 23, 2024 12:38
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from 03710a3 to 4cb02bc Compare October 23, 2024 14:17
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from 4cb02bc to df2a03b Compare October 23, 2024 19:54
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from df2a03b to 36dfd1b Compare October 24, 2024 04:45
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from 36dfd1b to fa9be04 Compare October 25, 2024 04:19
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from fa9be04 to d8d7c61 Compare October 28, 2024 05:14
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from d8d7c61 to 9160bad Compare October 28, 2024 05:28
Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.2 to 0.12.3.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.6.2...v0.12.3)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/tonic-0.12.3 branch from 9160bad to 53a51ab Compare October 29, 2024 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant