Skip to content

1.3.1

Compare
Choose a tag to compare
@akarnokd akarnokd released this 10 Sep 17:31
· 19 commits to 1.x since this release

Maven

API changes

Remark: submitted & merged before the feature freeze of June 1st.

  • Pull 5332: Add the cast operator to Single.

Bugfixes

  • Pull 5430: Fix premature cleanup in AsyncOnSubscribe when the last Observable is still running.
  • Pull 5437: TestSubscriber::assertValuesAndClear should reset valueCount.
  • Pull 5470: Fix eager call to RxJavHooks.onError in SafeCompletableSuscriber.