Skip to content

1.3.4

Compare
Choose a tag to compare
@akarnokd akarnokd released this 19 Nov 10:42
· 11 commits to 1.x since this release
265fb48

Maven

Bugfixes

  • Pull 5696: Fix Completable.concat to use replace and don't dispose the old Subscription on switching to the next source.
  • Pull 5726: Fix broken backpressure through unsubscribeOn().

Documentation

  • Pull 5719: Document the timed take() operator will signal the onCompleted event on the given Scheduler when it times out.