- Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 3.0.10 - February 1, 2021 (Maven)
Enhancement
- Add a system parameter to allow scheduled worker release in the Io
Scheduler. (Io Scheduler, Scheduled worker release. #7160) - Add
TestScheduleroption to useonSchedulehook. (3.x: TestScheduler option to use onSchedule hook #7163) - Add a system parameter to allow
Schedulers to useSystem.nanoTime()fornow(). (3.x: Introduce property rx3.scheduler.use-nanotime #7169) - Add fusion support to
concatMap{Maybe|Single|Completable}. (3.x: Add fusion support to concatMap{Maybe|Single|Completable} #7165)
Documentation
- Update marbles of
amb(),ambArray()andambWith()(3.x: Update marbles of amb(), ambArray() and ambWith() #7144) - Fix
take()mentioning the oldlimit()operator (3.x: Fix take() mentioning the old limit() operator #7145) - Document
Schedulers.fromvs.RejectedExecutionExceptionbehavior. (3.x: Document Schedulers.from's RejectedExecutionException handling #7150) - Update documentation for
NewThreadWorker.scheduleActualmethod. (Updating documentation for scheduleActual method #7164) - Improve Javadocs style of Schedulers. (3.x: Improve Javadocs style of Schedulers #7168)
Other
onReduceBackpressureinternals cleanup (3.x: onReduceBackpressure internals cleanup #7151)- Workaround for
FutureTask.toStringrecursion on JDK 10+. (3.x: Workaround for FutureTask.toString + JDK 11 build #7173)