Skip to content

3.0.10

Compare
Choose a tag to compare
@akarnokd akarnokd released this 01 Feb 13:00
· 346 commits to 3.x since this release
4d325c6

Maven
JavaDocs

Enhancement

  • Add a system parameter to allow scheduled worker release in the Io Scheduler. (#7160)
  • Add TestScheduler option to use onSchedule hook. (#7163)
  • Add a system parameter to allow Schedulers to use System.nanoTime() for now(). (#7169)
  • Add fusion support to concatMap{Maybe|Single|Completable}. (#7165)

Documentation

  • Update marbles of amb(), ambArray() and ambWith() (#7144)
  • Fix take() mentioning the old limit() operator (#7145)
  • Document Schedulers.from vs. RejectedExecutionException behavior. (#7150)
  • Update documentation for NewThreadWorker.scheduleActual method. (#7164)
  • Improve Javadocs style of Schedulers. (#7168)

Other

  • onReduceBackpressure internals cleanup (#7151)
  • Workaround for FutureTask.toString recursion on JDK 10+. (#7173)