RxJava v3.0.0-RC0 Release Notes

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

    ๐Ÿš€ This is an early release for 3.0.0 to verify the release process still works for the new artifact location.

    ๐Ÿš€ This release note does not detail the changes since 2.2.x. Please check out the wiki page What's different in 3.0 from time to time for the details and migration guide.

    API changes

    • โž• Add eager truncation to bounded replay() to avoid item retention (#6532)
    • โž• Add X.fromSupplier() (#6529)
    • โž• Add concatMap with Scheduler guaranteeing where the mapper function runs (#6538)
    • โž• Add startWithItem & startWithIterable (#6530)
    • ConnectableFlowable/ConnetableFlowable redesign (#6519)
    • ๐Ÿ”€ Merge as() into to() (#6514)
    • ๐Ÿ”„ Change Maybe.defaultIfEmpty() to return Single (#6517)
    • Widen functional interface throws, replace Callable with Supplier in operator signatures (#6511)
    • Promote Beta/Experimental operators to Standard (#6537)
    • โœ‚ Remove getValues() from some subjects/processors (#6516)
    • โœ‚ Remove methods from test consumers, make internal versions (#6526)
    • โœ‚ Remove replay(Scheduler) and its overloads (#6539)
    • โœ‚ Remove dematerialize() (#6539)
    • โœ‚ Remove startWith(T|Iterable) (#6530)
    • โœ‚ Remove as() (#6514)
    • โœ‚ Remove Maybe.toSingle(T) (#6517)
    • โœ‚ Remove Flowable.subscribe(4 args) (#6517)
    • โœ‚ Remove Observable.subscribe(4 args) (#6517)
    • โœ‚ Remove Single.toCompletable() (#6517)
    • โœ‚ Remove Completable.blockingGet() (#6517)

    Behavior changes

    • ๐Ÿ‘‰ Make using() resource disposal order consistent with eager-mode (#6534)
    • ConnectableFlowable/ConnetableFlowable redesign (#6519)
    • โž• Add eager truncation to bounded replay() to avoid item retention (#6532)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix concatMapDelayError not continuing on fused inner source crash (#6523)
    • ๐Ÿ”€ Sync up with 2.2.10 snapshot (#6507)
    • ๐Ÿ”€ Merge in changes from 2.x since the initial branching (#6498)

    ๐Ÿ“š Documentation enhancements

    • Clarify create emitters are per consumer (#6535)
    • โž• Add marbles to X.fromSupplier (#6531)
    • ๐Ÿ”€ Sync up with 2.2.10 snapshot (#6507)
    • ๐Ÿ”€ Merge in changes from 2.x since the initial branching (#6498)

    Other

    • โœ‚ Remove Changes.md (#6533)
    • โœ‚ Remove test from testXXX method names, create a validator (#6525)
    • ๐Ÿ”€ Sync up with 2.2.10 snapshot (#6507)
    • ๐Ÿ”€ Merge in changes from 2.x since the initial branching (#6498)