Skip to content

Releases: ReactiveX/RxJava

3.0.11-RC4

13 Feb 09:39
3e1c24a
Compare
Choose a tag to compare
3.0.11-RC4 Pre-release
Pre-release

Test release after bumping the release plugin.

2.2.21

13 Feb 09:14
725ea89
Compare
Choose a tag to compare

Maven
JavaDocs

⚠️ This is the last planned update for the 2.x version line. After February 28, 2021, 2.x becomes End-of-Life (EoL); no further patches, bugfixes, enhancements, documentation or support will be provided by the project.

Enhancements

  • Add a system parameter to allow scheduled worker release in the Io Scheduler. (#7162)
  • Add a system parameter to allow Schedulers to use System.nanoTime() for now(). (#7170)

3.0.11-RC3

05 Feb 19:33
4e86963
Compare
Choose a tag to compare
3.0.11-RC3 Pre-release
Pre-release

Attempt 3: get the failure stacktrace.

3.0.11-RC2

05 Feb 19:02
27cd0f7
Compare
Choose a tag to compare
3.0.11-RC2 Pre-release
Pre-release

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

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)