-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Milestone
Description
Version 2.1.2 - July 23, 2017 (Maven)
Documentation changes
- Pull 5432: Fix/clarify the
Observableclass' javadoc. - Pull 5444: Fix wording in
AsyncandPublishprocessors javadoc. - Pull 5413: Add empty source clauses to javadocs of
combineLatestoperators accepting unspecified number of sources. - Pull 5465: Fix wording of toList, fix a/an in
subscribeOn. - Pull 5476: Fix Javadoc for
FlowableandObservablereduce. - Pull 5478: Corrected return type in doc for
F.reduce(seed, reducer),F.reduceWith(seedSupplier, reducer)andO.reduce(seed, reducer). - Pull 5486: Small note on
Maybe.defaultIfEmptyregardingtoSingle.
Bugfixes
- Pull 5434: Fix time bounded
ReplaySubject.getValue()inconsistency withgetValues()on old items. - Pull 5440:
concatto reportisDisposedconsistently with termination. - Pull 5441: Fix periodic scheduler purging config not honored.
- Pull 5494: Fix
FlowableWithLatestFromnot requesting more when the other hasn't emitted yet. - Pull 5493: Fix
ReplayProcessorbackpressure andNotificationLiteemission bug. - Pull 5507: Fix GC nepotism in
SpscLinkedArrayQueue. - Pull 5511: Remove unnecessary generic type parameter for the timed
Single.delaySubscriptionmethods.
Other
- Pull 5447: Remove
@NonNullannotation inConsumermethod parameter. - Pull 5449: Remove the
@NonNullannotation fromFunction. - Commit 4d8f008c: add missing 'the' to the changed sentences of Pull 5413
- Pull 5460: Fix Javadoc mistakes and some style.
- Pull 5466: Use a mutable field in
FlowableTimeoutTimedinstead of anAtomicReference. - Commit 5d2e8fb4: Fix
Schedulers.io()javadoc{linkmissing the@symbol. - Pull 5495: Make
withLatestFromconditional subscriber, test cold consumption.
Reactions are currently unavailable