The Wayback Machine - https://web.archive.org/web/20210216175520/https://github.com/ReactiveX/RxJava/releases
Skip to content
Pre-release
Pre-release

@akarnokd akarnokd released this Feb 16, 2021

Testing the release process again.

Assets 2
Pre-release
Pre-release

@akarnokd akarnokd released this Feb 13, 2021 · 3 commits to 3.x since this release

Test release after bumping the release plugin.

Assets 2
  • v2.2.21
  • 725ea89
  • Compare
    Choose a tag to compare
    Search for a tag
  • v2.2.21
  • 725ea89
  • Compare
    Choose a tag to compare
    Search for a tag

@akarnokd akarnokd released this Feb 13, 2021

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)
Assets 2
Pre-release
Pre-release

@akarnokd akarnokd released this Feb 5, 2021 · 5 commits to 3.x since this release

Attempt 3: get the failure stacktrace.

Assets 2
Pre-release
Pre-release

@akarnokd akarnokd released this Feb 5, 2021 · 6 commits to 3.x since this 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.

Assets 2
Pre-release
Pre-release

@akarnokd akarnokd released this Feb 5, 2021 · 7 commits to 3.x since this release

Verify the updated release process works.

See #7179 for the discussion.

Assets 2
  • v3.0.10
  • 4d325c6
  • Compare
    Choose a tag to compare
    Search for a tag
  • v3.0.10
  • 4d325c6
  • Compare
    Choose a tag to compare
    Search for a tag

@akarnokd akarnokd released this Feb 1, 2021 · 10 commits to 3.x since this release

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)
Assets 2
  • v3.0.9
  • 0811a65
  • Compare
    Choose a tag to compare
    Search for a tag
  • v3.0.9
  • 0811a65
  • Compare
    Choose a tag to compare
    Search for a tag

@akarnokd akarnokd released this Dec 30, 2020 · 26 commits to 3.x since this release

Maven
JavaDocs

API

  • Add onBackpressureReduce operators (#7124, #7129)

Documentation

  • Improve Javadocs of Connectable sources (#7127)

Other

  • Improve error messages in the test consumers (#7126)
Assets 2
  • v3.0.8
  • 67c1a36
  • Compare
    Choose a tag to compare
    Search for a tag
  • v3.0.8
  • 67c1a36
  • Compare
    Choose a tag to compare
    Search for a tag

@akarnokd akarnokd released this Dec 2, 2020 · 33 commits to 3.x since this release

Maven
JavaDocs

Bugfixes

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

Documentation

  • Flowable scan/scanWith backpressure documentation update (#7110)
Assets 2
Pre-release
Pre-release

@akarnokd akarnokd released this Dec 2, 2020 · 34 commits to 3.x since this 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)
Assets 2