- 
                Notifications
    
You must be signed in to change notification settings  - Fork 7.6k
 
Closed
Labels
Milestone
Description
Version 2.1.10 - February 24, 2018 (Maven)
API changes
- Pull 5845: Add efficient 
concatWith(Single|Maybe|Completable)overloads toFlowableandObservable. - Pull 5847: Add efficient 
mergeWith(Single|Maybe|Completable)overloads toFlowableandObservable. - Pull 5860: Add 
Flowable.groupByoverload with evicting map factory. 
Documentation changes
- Pull 5824: Improve the wording of the 
share()JavaDocs. - Pull 5826: Fix 
Observable.blockingIterable(int)and addObservable.blockingLatestmarbles. - Pull 5828: Document size-bounded 
replayemission's item retention property. - Pull 5830: Reword the 
just()operator and reference other typical alternatives. - Pull 5834: Fix copy-paste errors in 
SingleSubjectJavaDoc. - Pull 5837: Detail 
distinct()anddistinctUntilChanged()in JavaDoc. - Pull 5841: Improve JavaDoc of 
Observer,SingleObserver,MaybeObserverandCompletableObserver. - Pull 5843: Expand the JavaDocs of the 
SchedulerAPI. - Pull 5844: Explain the properties of the 
{Flowable|Observable|Single|Maybe|Completable}Emitterinterfaces in detail. - Pull 5848: Improve the wording of the 
Maybe.fromCallableJavaDoc. - Pull 5856: Add finite requirement to various collector operators' JavaDoc.
 
Bugfixes
- Pull 5833: Fix 
Observable.switchMapmainonErrornot disposing the current inner source. 
Other changes
jeremy-techson, vanniktech and davidmoten