Skip to content

2.2.3

Compare
Choose a tag to compare
@akarnokd akarnokd released this 23 Oct 09:13
· 121 commits to 2.x since this release
be0353c

Maven

API changes

  • Pull 6242: Add timed Completable.delaySubscription() operator.

Documentation changes

  • Pull 6220: Remove unnecessary 's' from ConnectableObservable.
  • Pull 6241: Remove mention of io.reactivex.functions.Functions nonexistent utility class.

Other changes

  • Pull 6232: Cleanup Observable.flatMap drain logic.
  • Pull 6234: Add timeout and unit to TimeoutException message in the timeout operators.
  • Pull 6236: Adjust UndeliverableException and OnErrorNotImplementedException message to use the full inner exception.
  • Pull 6244: Add @Nullable annotations for blocking methods in Completable.