Skip to content

v0.19.0

Latest

Choose a tag to compare

@belltoy belltoy released this 09 Jun 16:02
v0.19.0
e33bcca

What's Changed

  • Expose watch_request::RequestUnion as PbWatchRequestUnion by @srporwal12 in #117

Breaking Changes

Fixed the WatchStream::split method introduced in v0.18.0, by @belltoy in #119:

- WatchStream::split(self) -> (Sender<WatchRequest>, Streaming<PbWatchResponse>)
+ WatchStream::split(self) -> (WatchRequestSender, WatchResponseStream)

Read discussion details in #118.

Full Changelog: v0.18.0...v0.19.0