Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RxJava
2.1.17
Maven
API changes
Completable.takeUntil(Completable)
operator.Completable.fromMaybe
operator.Performance improvements
Completable.delay
operator internals.Documentation changes
Single
class.dl
/dd
entry stylesheet.Single
,Maybe
andCompletable
.dt
/dd
within the method details.Completable
mergeX
JavaDoc missingdt
beforedd
.Observable#lift
.Single.never
method.Single.filter
method.Maybe.hide
marble diagram.Single.delay
method.Single.hide
operator.Completable
marble diagrams (07/17a).Single.repeat
operators.Completable
marbles.Single.repeatUntil
operator.Completable
marbles (+17, 07/18a).Single.amb
operators.Completable
marbles (+19, 07/19a).Completable
marbles (7/19b).Completable
marbles (+26).2.1.16
Maven
This is a hotfix release for a late-identified issue with
concatMapMaybe
andconcatMapSingle
.Bugfixes
concatMap{Single|Maybe}
null emission on success-dispose race.2.1.15
Maven
API changes
blockingSubscribe
overload with prefetch amount allowing bounded backpressure.{PublishSubject|PublishProcessor}.subscribeActual
toprotected
. They were accidentally made public and there is no reason to call them outside of RxJava internals.Documentation changes
CompositeDisposable
JavaDoc.MulticastProcessor
JavaDoc comment.throttleWithTimout
is an alias ofdebounce
.Maybe
marble diagrams 06/21/ablockingForEach()
JavaDocs.{X}Processor
JavaDocs by syncing with{X}Subject
docs.Performance enhancements
Single.flatMapPublisher
so it doesn't batch requests.{Single|Maybe}.flatMap{Publisher|Observable}
&andThen(Observable|Publisher)
implementations.Observable.takeUntil
.Bugfixes
Single.takeUntil
,Maybe.takeUntil
dispose behavior.groupBy
eviction so that source is cancelled and reduce volatile reads.LambdaObserver.onError
to route to global error handler.BlockingSubscriber
that would always be false due to wrong variable.Other changes
MulticastProcessor
&{0..1}.flatMapPublisher
TakeUntilPerf
.DESIGN.md