You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added various new constructors for SubscribeStreamResponse, PublishStreamResponse
and CheckHealthResponse, reducing the reliance of knowing what the arguments should
be.
Deprecated
The CheckHealthResponse::new, SubscribeStreamResponse::new and PublishStreamResponse::new methods have been deprecated in favour of their new,
more direct constructors.
Changed
Dependency bumps:
prost 0.9.0 -> 0.10.0
tonic 0.6.0 -> 0.7.0
tonic-health 0.5.0 -> 0.6.0
InitialData::from_json now only takes the desired JSON Value by reference rather than by
value.