Skip to content

v0.8.2

Compare
Choose a tag to compare
@rmichela rmichela released this 01 Jun 23:28
· 435 commits to master since this release
fb47cd9

Added

  • Unary request client stubs now accept simple types in addition to types wrapped in Single/Mono.

Updated

  • Upgraded gRPC to 1.12.0

Fixed

  • Downstream terminal events now correctly propagate upstream cancellation.
  • Unary services that complete with no response now correctly signal error.
  • Improved compliance with Reactive Streams.
  • Fixed "Queue Full?!" errors.