eventually-rs
eventually-rs copied to clipboard
chore(deps): update tonic-reflection requirement from 0.3.0 to 0.5.0
Updates the requirements on tonic-reflection to permit the latest version.
Changelog
Sourced from tonic-reflection's changelog.
0.5.0 (2021-07-08)
This release includes a new crate
tonic-webwhich is versioned at0.1and supports acceptinggrpc-web!Breaking changes
prostbumped to0.8.BoxBodywas removed in favor of the version provided inhttp-body.- The
Connectedtrait has been modified to support more genericConnectionInfo.Streamingfixed to now returnNoneonce the stream has observed a trailingStatus, 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_interceptornot 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
IterMutandValuesMut(#639) (b0ec3ea)- metadata: remove manual
Send + Syncimpls for metadata types (#640) (e97f518)- tonic: add
h2::Erroras asourceforStatus(#612) (b90bb7b)- tonic: add
RequestandResponseextensions (#642) (352b0f5)- tonic: expose setting for
http2_adaptive_window(#657) (12815d0)- tonic: implement
From<Code>fori32(f33316d)- tonic: make it easier to add tower middleware to servers (#651) (4d2667d)
- tonic: pass
trace_fnthe request rather than just the headers (#634) (7862a22)- tonic: Use
BoxBodyfromhttp-bodycrate (#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
... (truncated)
Commits
5bb1a02Fix tonic-types and health versions040e3a4chore: Prepare v0.5 release (#706)acdb327chore: update prost, and related crates, to 0.8 (#703)a948a8ffeat(build): support adding attributes to clients and servers (#684)89df338doc(tonic): mention tower-http's tracing middleware (#705)2346d99example: Add mocked io example (#677)6711b80fix(tonic): don't remove reserved headers in interceptor (#701)0583cfffeat(codec): compression support (#692)7677ad6Fix connect with connector lazy2a46ff5feat(transport): Addconnect_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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)