Releases: ReactiveX/RxJava
Releases · ReactiveX/RxJava
3.0.11
ℹ️ RxJava 2 is now end-of-life (EOL) and no further development or support will be provided by the project.
Enhancement
- Add
onSubscribe
hook toParallelFlowable
operators (#7191)
Bugfix
- Allow
Single.zip
andMaybe.zip
result to be garbage collected (#7196) - Direct scheduling via
Schedulers.from
to honor theinterruptibleWorker
setting (#7203)
Documentation
- Fix typos in
Schedulers.java
(#7178)
Other
3.0.11-RC5
Testing the release process again.
3.0.11-RC4
Test release after bumping the release plugin.
2.2.21
Enhancements
3.0.11-RC3
Attempt 3: get the failure stacktrace.
3.0.11-RC2
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.
3.0.11-RC1
Verify the updated release process works.
See #7179 for the discussion.
3.0.10
Enhancement
- Add a system parameter to allow scheduled worker release in the Io
Scheduler
. (#7160) - Add
TestScheduler
option to useonSchedule
hook. (#7163) - Add a system parameter to allow
Scheduler
s 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.from
vs.RejectedExecutionException
behavior. (#7150) - Update documentation for
NewThreadWorker.scheduleActual
method. (#7164) - Improve Javadocs style of Schedulers. (#7168)