Releases
v2.1.10
Maven
API changes
Pull 5845 : Add efficient concatWith(Single|Maybe|Completable)
overloads to Flowable
and Observable
.
Pull 5847 : Add efficient mergeWith(Single|Maybe|Completable)
overloads to Flowable
and Observable
.
Pull 5860 : Add Flowable.groupBy
overload with evicting map factory.
Documentation changes
Pull 5824 : Improve the wording of the share()
JavaDocs.
Pull 5826 : Fix Observable.blockingIterable(int)
and add Observable.blockingLatest
marbles.
Pull 5828 : Document size-bounded replay
emission's item retention property.
Pull 5830 : Reword the just()
operator and reference other typical alternatives.
Pull 5834 : Fix copy-paste errors in SingleSubject
JavaDoc.
Pull 5837 : Detail distinct()
and distinctUntilChanged()
in JavaDoc.
Pull 5841 : Improve JavaDoc of Observer
, SingleObserver
, MaybeObserver
and CompletableObserver
.
Pull 5843 : Expand the JavaDocs of the Scheduler
API.
Pull 5844 : Explain the properties of the {Flowable|Observable|Single|Maybe|Completable}Emitter
interfaces in detail.
Pull 5848 : Improve the wording of the Maybe.fromCallable
JavaDoc.
Pull 5856 : Add finite requirement to various collector operators' JavaDoc.
Bugfixes
Pull 5833 : Fix Observable.switchMap
main onError
not disposing the current inner source.
Other changes
Pull 5838 : Added nullability annotation for completable assembly.
Pull 5858 : Remove unnecessary comment from Observable.timeInterval(TimeUnit)
.
You can’t perform that action at this time.