All Versions
39
Latest Version
Avg Release Cycle
35 days
Latest Release
1233 days ago

Changelog History
Page 1

  • v3.0.8 Changes

    December 02, 2020

    Maven
    JavaDocs

    ๐Ÿ›  Bugfixes

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

    ๐Ÿ“š Documentation

    • ๐Ÿ“š Flowable scan/scanWith backpressure documentation update (#7110)
  • v3.0.8-RC3 Changes

    December 02, 2020

    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)
  • v3.0.8-RC2 Changes

    December 02, 2020

    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)
  • v3.0.8-RC1 Changes

    December 02, 2020

    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)
  • v3.0.7 Changes

    October 07, 2020

    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)
  • v3.0.6 Changes

    August 20, 2020

    ๐Ÿ”– 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)
  • v3.0.5 Changes

    July 31, 2020

    ๐Ÿ”– 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)
  • v3.0.4 Changes

    May 21, 2020

    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)
  • v3.0.3 Changes

    May 01, 2020

    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)
  • v3.0.2 Changes

    April 06, 2020

    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)