-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 2.1.4 - September 22, 2017 (Maven)
API changes
- Pull 5568: Add
BaseTestConsumer.assertValuesOnly. - Pull 5582: Add
Maybe.switchIfEmpty(Single). - Pull 5590: Add
LambdaConsumerIntrospectionfor detecting the lack ofonErrorcallback insubscribe()calls.
Documentation changes
- Pull 5578: Add
NullPointerExceptioncomment to someSingleoperators. - Pull 5600: Updating JavaDoc with correct return types of
Singlein someObservableoperators.
Bugfixes
- Pull 5560: Fix
Observable.combineLatestDelayErrorsync initial error not emitting. - Pull 5594: Fix
BaseTestConsumer.assertValueSequencereversed error message. - Pull 5609: Fix
Observable.concatMapEagerqueueing of source items.
Other
- Pull 5586: fix
Single.timeoutunnecessary dispose calls.
Reactions are currently unavailable