All Versions
41
Latest Version
Avg Release Cycle
115 days
Latest Release
87 days ago

Changelog History
Page 1

  • v4.0.0-alpha Changes

    March 19, 2026

    Outdated doc of captradeoff/x-post-action@v1 mislead Grok, the current version is v1.2 😮‍💨.

    Full Changelog : v4.0.0-alpha-7-1...v4.0.0-alpha-7-2

  • v3.1.12 Changes

    September 24, 2025

    🔖 Version 3.1.12 - September 24, 2025

    🛠 Bugfixes
    • 🛠 Fix for the empty module version string in the module-info.class file. #7906
  • 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)