RxJava v2.2.10 Release Notes

Release Date: 2019-06-21 // almost 5 years ago
  • Maven

    🛠 Bugfixes

    • Pull 6499: Add missing null check to BufferExactBoundedObserver.
    • Pull 6505: Fix publish().refCount() hang due to race.
    • Pull 6522: Fix concatMapDelayError not continuing on fused inner source crash.

    📚 Documentation changes

    • Pull 6496: Fix outdated links in Additional-Reading.md.
    • Pull 6497: Fix links in Alphabetical-List-of-Observable-Operators.md.
    • Pull 6504: Fix various Javadocs & imports.
    • Pull 6506: Expand the Javadoc of Flowable.
    • 📚 Pull 6510: Correct "Reactive-Streams" to "Reactive Streams" in documentation.