Skip to content

Releases: ReactiveX/RxJava

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)

3.0.5

31 Jul 07:09
2eba6f1
Compare
Choose a tag to compare

Version 3.0.5 - July 31, 2020 (Maven)

JavaDocs

Enhancements

  • Make the Collector type of the collectoperator contravariant in T (#7033)

Bugfixes

  • Fix map() conditional chain causing NPE (#7040)

3.0.4

21 May 08:41
3f386be
Compare
Choose a tag to compare

Maven
JavaDocs

Bugfixes

  • Fix Flowable.groupBy eviction logic double decrement and hang. (#6975)
  • Fix Flowable.groupBy cancellation/cleanup/eviction race hangs. (#6979)
  • Disable fusion on the groups of Flowable.groupBy. (#6983)
  • Fix Flowable.groupBy eviction-completion-replenishment problems. (#6988)
  • Removed unnecessary upstream.cancel() call for casually finished upstream sequences. (#6992)

3.0.3

01 May 06:26
77c2ef1
Compare
Choose a tag to compare

Maven
JavaDocs

Enhancements

  • Allow setting the drift tolerance timeunit via system property rx3.scheduler.drift-tolerance-unit. (#6969)

Bugfixes

  • Fix scheduled tasks' fatal exception behavior. (#6956)

Documentation

  • Quick Javadoc fixes. (#6943)

3.0.2

06 Apr 07:54
c478097
Compare
Choose a tag to compare

Maven
JavaDocs

Bugfixes

  • Fix Observable.flatMap with maxConcurrency hangs. (#6946)

Documentation

  • Add see annotation for range operators. (#6934)
  • Update images and their JavaDocs URLs to non-transparent version. (#6944)

2.2.19

13 Mar 08:02
7ca43c7
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

  • Commit 7980c85b: Fix switchMap not canceling properly during onNext-cancel races.

3.0.1

14 Mar 09:00
fd496db
Compare
Choose a tag to compare

Maven
JavaDocs

Bugfixes

  • Fix switchMap not canceling properly during onNext-cancel races. (#6917)
  • Fix replay() not resetting when the connection is disposed. (#6921)

2.2.18

21 Feb 17:42
e2b7816
Compare
Choose a tag to compare

Maven

⚠️ 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

  • Pull 6894: Fix groupBy not requesting more if a group is cancelled with buffered items.

3.0.0

14 Feb 12:50
Compare
Choose a tag to compare

Maven
JavaDocs

We are happy to announce the release of RxJava 3.0.0 final.

Please read the wiki page What's different in 3.0 for the details on the various changes compared to RxJava 2.x. The page also doubles as a migration guide.

Please read the wiki page carefully before posting about common and expected migration issues such as wrong imports, changed or missing methods or using the wrong maven address.

The project would like to thank the following contributors for their tireless effors improving RxJava 3:

vjgarciag96, slisaasquatch, pestrada, JLLeitschuh, dvolkovv, JakeWharton, hepin1989, richardkapolnai-da, JosemyDuarte, io7m, arriolac, davidmoten, vanniktech, RomanWuattier, Erlkoenig90, hluhovskyi, luis-cortes, slievrly, maksim-m

In addition, we would like to thank our regular and diligent reviewers, @JakeWharton and @vanniktech for their continued support of the project.

Changes since 3.0.0-RC9

There were no functional, API or behavior changes since RC9.

3.0.0 development statistics

Time: 8 months 8 days; or 253 days since the fork from 2.2.7.
Issues closed: 107
PRs: 178
Files

  • Changed: 3,538
  • Lines aded: 465,505
  • Lines deleted: 420,753