Skip to content

Releases: ReactiveX/RxJava

3.0.11-RC1

05 Feb 18:21
5fb0ace
Compare
Choose a tag to compare
3.0.11-RC1 Pre-release
Pre-release

Verify the updated release process works.

See #7179 for the discussion.

3.0.10

01 Feb 13:00
4d325c6
Compare
Choose a tag to compare

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)

3.0.9

30 Dec 16:18
0811a65
Compare
Choose a tag to compare

Maven
JavaDocs

API

  • Add onBackpressureReduce operators (#7124, #7129)

Documentation

  • Improve Javadocs of Connectable sources (#7127)

Other

  • Improve error messages in the test consumers (#7126)

3.0.8

02 Dec 13:42
67c1a36
Compare
Choose a tag to compare

Maven
JavaDocs

Bugfixes

  • Remove unnecessary cancel/dispose calls from terminating using (#7121)

Documentation

  • Flowable scan/scanWith backpressure documentation update (#7110)

3.0.8-RC3

02 Dec 12:39
20fc2ba
Compare
Choose a tag to compare
3.0.8-RC3 Pre-release
Pre-release

Maven
JavaDocs

This is a pre-release for 3.0.8 to verify the release process still works after the switch to GitHub actions (#7114).

Bugfixes

  • Remove unnecessary cancel/dispose calls from terminating using (#7121)

Documentation

  • Flowable scan/scanWith backpressure documentation update (#7110)

3.0.8-RC2

02 Dec 11:13
20fc2ba
Compare
Choose a tag to compare
3.0.8-RC2 Pre-release
Pre-release

Maven
JavaDocs

This is a pre-release for 3.0.8 to verify the release process still works after the switch to GitHub actions (#7114).

Bugfixes

  • Remove unnecessary cancel/dispose calls from terminating using (#7121)

Documentation

  • Flowable scan/scanWith backpressure documentation update (#7110)

3.0.8-RC1

02 Dec 10:47
a315c55
Compare
Choose a tag to compare
3.0.8-RC1 Pre-release
Pre-release

Maven
JavaDocs

This is a pre-release for 3.0.8 to verify the release process still works after the switch to GitHub actions (#7114).

Bugfixes

  • Remove unnecessary cancel/dispose calls from terminating using (#7121)

Documentation

  • Flowable scan/scanWith backpressure documentation update (#7110)

3.0.7

07 Oct 08:44
Compare
Choose a tag to compare

Maven
JavaDocs

Bugfixes

  • Fix Observable.toFlowable(ERROR) not cancelling on MissingBackpressureException. (#7083)
  • Fix Flowable.concatMap backpressure with scalars. (#7089)

Documentation

  • fromRunnable/fromAction javadoc improvements. (#7071)
  • Patch out duplicate @NonNull annotation in generated javadocs. (#7073)
  • Clarify the documentation for scan operators. (#7093)

2.2.20

06 Oct 07:08
947b05f
Compare
Choose a tag to compare

Maven
JavaDocs

⚠️ The 2.x version line is now in maintenance mode and will be supported only through bugfixes until February 28, 2021. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to 3.x within this time period.

Bugfixes

  • Fix Observable.flatMap with maxConcurrency hangs (#6960)
  • Fix Observable.toFlowable(ERROR) not cancelling upon MissingBackpressureException (#7084)
  • Fix Flowable.concatMap backpressure with scalars. (#7091)

3.0.6

20 Aug 08:26
493c71d
Compare
Choose a tag to compare

Version 3.0.6 - August 20, 2020 (Maven)

JavaDocs

Bugfixes

  • Fix Observable.window (size, skip, overlap) dispose behavior (#7049)

Documentation

  • Update marbles of onErrorResume(Next|With) + cleanup (#7051)