Skip to content

2.1.17

Compare
Choose a tag to compare
@akarnokd akarnokd released this 23 Jul 07:22
· 178 commits to 2.x since this release
ce5ce4b

Maven

API changes

  • Pull 6079: Add Completable.takeUntil(Completable) operator.
  • Pull 6085: Add Completable.fromMaybe operator.

Performance improvements

  • Pull 6096: Improve Completable.delay operator internals.

Documentation changes