Skip to content

v0.9.0

Compare
Choose a tag to compare
@rmichela rmichela released this 12 Jul 18:05
· 399 commits to master since this release
0adee65

Added

  • GrpcRetry for transparently re-establishing streaming gRPC service calls without breaking the reactive stream.
  • RxJava GrpcContextOnScheduleHook for propagating gRPC Context objects between RxJava threads.
  • Lots of demos: Android, JavaFX, and reactive backpressure.

Updated

  • Converted Reactor tests to use fluent APIs. Thanks @rickeyski!

Fixed

  • Better support for old Android API versions: don't use method references in generated rxjava code.
  • Fixed undeliverable cancelled before receiving half close errors.
  • Fixed cancellation when consumers of response streams dispose their subscription.