fix(deps): update dependency io.reactivex.rxjava2:rxjava to v2.2.21 #657
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
2.2.2->2.2.21Release Notes
ReactiveX/RxJava (io.reactivex.rxjava2:rxjava)
v2.2.21: 2.2.21Compare Source
Maven
JavaDocs
Enhancements
Scheduler. (#7162)Schedulers to useSystem.nanoTime()fornow(). (#7170)v2.2.20: 2.2.20Compare Source
Maven
JavaDocs
Bugfixes
Observable.flatMapwithmaxConcurrencyhangs (#6960)Observable.toFlowable(ERROR)not cancelling uponMissingBackpressureException(#7084)Flowable.concatMapbackpressure with scalars. (#7091)v2.2.19: 2.2.19Compare Source
Maven
JavaDocs
Bugfixes
switchMapnot canceling properly duringonNext-cancelraces.v2.2.18: 2.2.18Compare Source
Maven
Bugfixes
groupBynot requesting more if a group is cancelled with buffered items.v2.2.17: 2.2.17Compare Source
Maven
Bugfixes
Flowable.flatMapnot canceling the inner sources on outer error.v2.2.16: 2.2.16Compare Source
Maven
Bugfixes
amb,combineLatestandzipIterableoverloads throwingArrayStoreExceptionforObservableSources.Documentation changes
v2.2.15: 2.2.15Compare Source
Maven
Bugfixes
MulticastProcessornot requesting more after limit is reached.clearinobserveOnwhile output-fused.parallel()on grouped flowable not replenishing properly.Documentation changes
observeOnto mention its eagerness.Other changes
j.u.c.Flowwarnings due to RS 1.0.3.v2.2.14: 2.2.14Compare Source
Maven
Bugfixes
clear()calls when fused chains are canceled.window(time)possible interrupts while terminating.Documentation changes
Singlefrom 3.x.v2.2.13: 2.2.13Compare Source
Maven
Dependencies
Bugfixes
System.getProperties().takeLast(time)last events time window calculation.windownot creating windows properly.v2.2.12: 2.2.12Compare Source
Maven
Bugfixes
switchMapincorrect sync-fusion & error management.blockingIterablehang when force-disposed.refCountnot resetting when cross-canceled.v2.2.11: 2.2.11Compare Source
Maven
Bugfixes
mergeWithnot canceling other when the main fails.ObservableBlockingSubscribecompares with wrong object.replay()andReplaySubject/Processor.Documentation changes
Single.doOnTerminaterefer toonCompletenotification.v2.2.10: 2.2.10Compare Source
Maven
Bugfixes
BufferExactBoundedObserver.publish().refCount()hang due to race.concatMapDelayErrornot continuing on fused inner source crash.Documentation changes
Additional-Reading.md.Alphabetical-List-of-Observable-Operators.md.Flowable.v2.2.9: 2.2.9Compare Source
Maven
Bugfixes
zipnot stopping the subscription upon eager error.Documentation changes
MaybeandSingleJavaDocs.retryoperator.Other
SchedulersfromObservableRefCount.ObservableFromArray.sample(Observable).Flowable.java.elsefrom theObservable.v2.2.8: 2.2.8Compare Source
Maven
Bugfixes
Completable.fromRunnable&fromActionoperators.Documentation changes
CompositeDisposable.Creating-Observableswiki doc.Other
v2.2.7: 2.2.7Compare Source
Maven
API enhancements
doOnTerminatetoSingle/Maybefor consistency.Bugfixes
window()with start/end selector not disposing/cancelling properly.Documentation changes
Observable#debounceandFlowable#debouncejavadoc.flattenAsFlowableandflattenAsObservablemethods.v2.2.6: 2.2.6Compare Source
Maven
API enhancements
Schedulers.from(Executor, boolean)overload.Bugfixes
Observable.repeatWhendue to flooding repeat signal.Completable.andThen(Completable)not running onobserveOn'sScheduler.Flowable.publishnot requesting upon client change.replay()memory leak due to bad node retention.{Single|Maybe|Completable}.amb().CompositeException.getRootCause()detecting loops in the cause graph.Documentation changes
timeout(fallback).Other changes
ignoreElementto convertSingletoCompletablein theREADME.md.v2.2.5: 2.2.5Compare Source
Maven
Documentation changes
elementAtOrDefault.@code.Wiki changes
Other changes
@NonNullannotation factory methods.v2.2.4: 2.2.4Compare Source
Maven
API changes
Maybe/Single/Completablematerializeoperator,Single.dematerialize(selector)operator.Flowable/Observabledematerialize(selector)operator.Bugfixes
doOn{Dispose|Cancel}handler at most once.Observable.flatMapto sustain concurrency level.Documentation changes
io.reactivex.schedulers.onSubscribenull-checks to NPE docs onFlowable/Observablesubscribe.Flowable.zipdocs.Emitterinterface methods.Flowable.groupBy.distinctUntilChangedrequires non-mutating data to work as expected.Wiki changes
generateexamples toCreating-Observables.md.Creating-Observables.mddocs stlye mistake.How-to-Contribute.md.Other changes
SubscriptionHelper.isCancelled().Observable/Flowablecache()operators.Scheduleras System property.Flowable.toObservablebackpressure annotation.v2.2.3: 2.2.3Compare Source
Maven
API changes
Completable.delaySubscription()operator.Documentation changes
ConnectableObservable.io.reactivex.functions.Functionsnonexistent utility class.Other changes
Observable.flatMapdrain logic.TimeoutExceptionmessage in thetimeoutoperators.UndeliverableExceptionandOnErrorNotImplementedExceptionmessage to use the full inner exception.@Nullableannotations for blocking methods inCompletable.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.