-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 3.1.0 - August 9th, 2021 (Maven)
API promotions
Flowable.onBackpressureReduce()+ 1 (#7296)RxJavaPlugins.getOnParallelSubscribe()andRxJavaPlugins.setOnParallelSubscribe()(#7296)TestScheduler([...] boolean useOnScheduleHook)(#7296)
API additions
subscribe([...], DisposableContainer)for betterDisposablemanagement and reference cleanup. (#7298)RxJavaPlugins.createExecutorScheduler()for creating anExecutor-basedSchedulerbefore theSchedulersclass (and thus the standard schedulers) gets initialized. (#7306)
Behavior changes
- The scheduler purge thread has been removed. Removing cancelled timed operations is now managed by the
setRemoveOnCancelPolicyof the underlyingScheduledExecutorService. (#7293)
Documentation
- Fixed wording of the
fairparameter ofSchedulers.from. (#7301) - Update
withLatestFromjavadoc about upstream early complete (#7289)