-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 2.1.14 - May 23, 2018 (Maven)
API changes
- Pull 5976: Add
Single.concatEager(). - Pull 5986: Add
ConnectableObservable.refCount()andConnectableFlowable.refCount()with minimum consumer count & disconnect grace period. - Pull 5979: Add
Observable.throttleLatestandFlowable.throttleLatest(). - Pull 6002: Add
MulticastProcessor. - Pull 6010: Add
assertValueSetOnlyandassertValueSequenceOnlytoTestObserver/TestSubscriber.
Deprecations
- Pull 5982: Deprecate
getValues()inSubjects/FlowableProcessors to be removed in 3.x.
Documentation changes
- Pull 5977:
Maybe/SingleJavaDocs; annotation cleanup. - Pull 5981: Improve JavaDocs of the
subscribeActualmethods. - Pull 5984: Add
blockingSubscribeJavaDoc clarifications. - Pull 5987: Add marble diagrams to some
Single.doOnXmethods. - Pull 5992:
Observablejavadoc cleanup.
Bugfixes
- Pull 5975: Fix
refCount()connect/subscribe/cancel deadlock. - Pull 5978:
Flowable.taketo route post-cancel errors to plugin error handler. - Pull 5991: Fix
switchMapto indicate boundary fusion.
Other changes
vanniktech