-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 2.2.4 - November 23, 2018 (Maven)
API changes
- Pull 6278: Add
Maybe/Single/Completablematerializeoperator, - Pull 6278: Add
Single.dematerialize(selector)operator. - Pull 6281: Add
Flowable/Observabledematerialize(selector)operator.
Bugfixes
- Pull 6258: Fix cancel/dispose upon upstream switch for some operators.
- Pull 6269: Call the
doOn{Dispose|Cancel}handler at most once. - Pull 6283: Fix
Observable.flatMapto sustain concurrency level. - Pull 6297: Fix refCount eager disconnect not resetting the connection.
Documentation changes
- Pull 6280: Improve the package docs of
io.reactivex.schedulers. - Pull 6301: Add missing
onSubscribenull-checks to NPE docs onFlowable/Observablesubscribe. - Pull 6303: Fix incorrect image placement in
Flowable.zipdocs. - Pull 6305: Explain the non-concurrency requirement of the
Emitterinterface methods. - Pull 6308: Explain the need to consume both the group sequence and each group specifically with
Flowable.groupBy. - Pull 6311: Explain that
distinctUntilChangedrequires non-mutating data to work as expected.
Wiki changes
- Pull 6260: Add
generateexamples toCreating-Observables.md. - Pull 6267: Fix
Creating-Observables.mddocs stlye mistake. - Pull 6273: Fix broken markdown of
How-to-Contribute.md. - Pull 6266: Update Error Handling Operators docs.
- Pull 6291: Update Transforming Observables docs.
Other changes
- Pull 6262: Use JUnit's assert format for assert messages for better IDE interoperation.
- Pull 6263: Inline
SubscriptionHelper.isCancelled(). - Pull 6275: Improve the
Observable/Flowablecache()operators. - Pull 6287: Expose the Keep-Alive value of the IO
Scheduleras System property. - Pull 6321: Fix
Flowable.toObservablebackpressure annotation.
vanniktech, aisanu and davidmoten