Enhancement
- Add
onSubscribehook toParallelFlowableoperators (#7191)
Bugfix
- Allow
Single.zipandMaybe.zipresult to be garbage collected (#7196) - Direct scheduling via
Schedulers.fromto honor theinterruptibleWorkersetting (#7203)
Documentation
- Fix typos in
Schedulers.java(#7178)
Other
Assets
2
akarnokd
released this
Testing the release process again.
Assets
2
akarnokd
released this
Test release after bumping the release plugin.
Assets
2
Enhancements
Assets
2
akarnokd
released this
Attempt 3: get the failure stacktrace.
Assets
2
akarnokd
released this
Specify the staging profile name to be "io.reactivex" so the close operation finds the repo.
Unfortunately, there is no other way to test the release process.
Assets
2
akarnokd
released this
Verify the updated release process works.
See #7179 for the discussion.
Assets
2
Enhancement
- Add a system parameter to allow scheduled worker release in the Io
Scheduler. (#7160) - Add
TestScheduleroption to useonSchedulehook. (#7163) - Add a system parameter to allow
Schedulers to useSystem.nanoTime()fornow(). (#7169) - Add fusion support to
concatMap{Maybe|Single|Completable}. (#7165)
Documentation
- Update marbles of
amb(),ambArray()andambWith()(#7144) - Fix
take()mentioning the oldlimit()operator (#7145) - Document
Schedulers.fromvs.RejectedExecutionExceptionbehavior. (#7150) - Update documentation for
NewThreadWorker.scheduleActualmethod. (#7164) - Improve Javadocs style of Schedulers. (#7168)