Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Update tonic requirement from 0.3.1 to 0.4.1 in /languages/rust #68

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Updates the requirements on tonic to permit the latest version.

Changelog

Sourced from tonic's changelog.

0.4.1 (2021-03-16)

Features

  • feat(reflection): Implement gRPC Reflection Service (#340) (c54f247), closes #340
  • feat(build): Add disable_package_emission option to tonic-build (#556) (4f5e160), closes #556
  • feat(build): Support compiling well-known protobuf types (#522) (61555ff), closes #522
  • feat(build): Use RUSTFMT to find rustfmt binary (#566) (ea56e2e), closes #566
  • chore: add FromStr for Endpoint (#558) (f49d4bd), closes #558

Bug Fixes

0.4.0 (2021-01-15)

This version brings Tonic inline with Tokio 1.0 and Prost 0.7! This release also includes new versions of tonic-types, tonic-build, and tonic-health.

Bug Fixes

  • transport: return Poll::ready until error is consumed (#536) (dafea9a)
  • gracefully handle bad native certs (#520) (fe4d5b9), closes #519
  • build: Add content-type for generated unimplemented service (#441) (62c1230)
  • build: Match namespace code with other generated packages (#472) (1b03ece)
  • transport: Add content-type for Unimplemented (#434) (594a542)
  • transport: reconnect lazy connections after first failure (#458) (e9910d1), closes #452
  • client: Merge trailer and initla headers into status on err (#510)
  • transport: Fix TLS accept w/ peer certs (#535) (41c51f1)

Features

  • status: implement Fromio::Error for Status (#500) (fc86563)
  • transport: Add Router::into_service (#419) (37f6733)
  • transport: add max http2 frame size to server. (#529) (31936e0), closes #264
  • transport: add user-agent header to client requests. (#457) (d4899df), closes #453
  • transport: Connect lazily in the load balanced channel (#493) (2e964c7)
  • transport: expose HTTP2 server keepalive interval and timeout (#486) (2b9cdb9), closes #474
  • transport: Move error! to debug! (#537) (a7778ad)
  • transport: Do not panic when building and Endpoint with an invali… (#438) (26ce9d1), closes #438

BREAKING CHANGES

  • TryFrom API has been changed.
  • Upgraded to tokio 1.0 and prost 0.7.
  • Channel now implements Service instead of GrpcService.

0.3.1 (2020-08-20)

... (truncated)

Commits
  • 7889c7f Prepare 0.4.1 release (#580)
  • ea56e2e feat(build): Use RUSTFMT to find rustfmt binary (#566)
  • 61555ff feat(build): Support compiling well-known protobuf types (#522)
  • 49d517f Remove unneeded backquote (#564)
  • c54f247 feat: Implement gRPC Reflection Service (#340)
  • f49d4bd chore: add FromStr for Endpoint (#558)
  • 4f5e160 feat(build): Add disable_package_emission option to tonic-build (#556)
  • ca3b9a1 fix: Depend on at least tower 0.4.4 (#554)
  • cb9ed18 Update tokio dependencies in tutorials to be compatible with tonic 0.4 (#549)
  • 07d2f98 Fix helloworld tutorial. (#546)
  • Additional commits viewable in compare view

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 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 force-pushed the dependabot/cargo/languages/rust/tonic-0.4.1 branch from 2d566ff to 18b7fc3 Compare April 9, 2021 16:19
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2021

Superseded by #82.

@dependabot dependabot bot closed this Apr 14, 2021
@dependabot dependabot bot deleted the dependabot/cargo/languages/rust/tonic-0.4.1 branch April 14, 2021 06:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.