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

build(deps): update tonic requirement from 0.2 to 0.5 #348

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on tonic to permit the latest version.

Changelog

Sourced from tonic's changelog.

0.5.0 (2021-07-08)

This release includes a new crate tonic-web which is versioned at 0.1 and supports accepting grpc-web!

Breaking changes

  • prost bumped to 0.8.
  • BoxBody was removed in favor of the version provided in http-body.
  • The Connected trait has been modified to support more generic ConnectionInfo.
  • Streaming fixed to now return None once the stream has observed a trailing Status, notifying the user that the stream has ended.
  • A new interceptor API.

Bug Fixes

  • codec: Fix streaming reponses w/ many status (#689) (737ace3), closes #681
  • build: fix with_interceptor not building on Rust 1.51 (#669) (9478fac)
  • codec: improve error message for invalid compression flag (#663) (9cc14b7)
  • tonic: don't include error's cause in Display impl (#633) (31a3468)
  • transport: remove needless BoxFuture (#644) (74ad0a9)
  • web: fix compilation (#670) (e199387)

Features

  • build: support adding attributes to clients and servers (#684) (a948a8f)
  • codec: compression support (#692) (0583cff)
  • metadata: expose IterMut and ValuesMut (#639) (b0ec3ea)
  • metadata: remove manual Send + Sync impls for metadata types (#640) (e97f518)
  • tonic: add h2::Error as a source for Status (#612) (b90bb7b)
  • tonic: add Request and Response extensions (#642) (352b0f5)
  • tonic: expose setting for http2_adaptive_window (#657) (12815d0)
  • tonic: implement From<Code> for i32 (f33316d)
  • tonic: make it easier to add tower middleware to servers (#651) (4d2667d)
  • tonic: pass trace_fn the request rather than just the headers (#634) (7862a22)
  • tonic: Use BoxBody from http-body crate (#622) (4dda4cb)
  • tonic-web: implement grpc grpc-web protocol translation (#455) (c309063)
  • transport: Add connect_with_connector_lazy (#696) (2a46ff5), closes #695
  • transport: Add a tls-webpki-roots feature to add trust roots from webpki-roots (#660) (32173dc)
  • transport: add connect timeout to Endpoint (#662) (2b60a00)
  • transport: provide generic access to connect info (#647) (e5e3118)

0.4.3 (2021-04-29)

Features

  • client: Add Request::set_timeout (#615) (dae31d0)
  • transport: Configure TLS automatically when possible (#445) (b04c1c6)
  • transport: Support timeouts with the grpc-timeout header (#606) (9ff4f7b)

... (truncated)

Commits
  • 5bb1a02 Fix tonic-types and health versions
  • 040e3a4 chore: Prepare v0.5 release (#706)
  • acdb327 chore: update prost, and related crates, to 0.8 (#703)
  • a948a8f feat(build): support adding attributes to clients and servers (#684)
  • 89df338 doc(tonic): mention tower-http's tracing middleware (#705)
  • 2346d99 example: Add mocked io example (#677)
  • 6711b80 fix(tonic): don't remove reserved headers in interceptor (#701)
  • 0583cff feat(codec): compression support (#692)
  • 7677ad6 Fix connect with connector lazy
  • 2a46ff5 feat(transport): Add connect_with_connector_lazy (#696)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.2.0...v0.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 9, 2021
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 PR: unreviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants