Skip to content

v0.3.0

Compare
Choose a tag to compare
@sd2k sd2k released this 14 Apr 20:40
· 57 commits to main since this release
v0.3.0
b96264f

Added

  • 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.