Skip to content

2.2.11

Compare
Choose a tag to compare
@akarnokd akarnokd released this 02 Aug 06:25
· 38 commits to 2.x since this release
17a8eef

Maven

Bugfixes

  • Pull 6560: Fix NPE when debouncing an empty source.
  • Pull 6599: Fix mergeWith not canceling other when the main fails.
  • Pull 6601: ObservableBlockingSubscribe compares with wrong object.
  • Pull 6602: Fix truncation bugs in replay() and ReplaySubject/Processor.

Documentation changes

  • Pull 6565: Fix JavaDocs of Single.doOnTerminate refer to onComplete notification.