Update dependency io.reactivex.rxjava2:rxjava to v2.2.21 #233
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.
This PR contains the following updates:
2.2.1
->2.2.21
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ReactiveX/RxJava (io.reactivex.rxjava2:rxjava)
v2.2.21
: 2.2.21Maven
JavaDocs
Enhancements
Scheduler
. (#7162)Scheduler
s to useSystem.nanoTime()
fornow()
. (#7170)v2.2.20
: 2.2.20Maven
JavaDocs
Bugfixes
Observable.flatMap
withmaxConcurrency
hangs (#6960)Observable.toFlowable(ERROR)
not cancelling uponMissingBackpressureException
(#7084)Flowable.concatMap
backpressure with scalars. (#7091)v2.2.19
: 2.2.19Maven
JavaDocs
Bugfixes
switchMap
not canceling properly duringonNext
-cancel
races.v2.2.18
: 2.2.18Maven
Bugfixes
groupBy
not requesting more if a group is cancelled with buffered items.v2.2.17
: 2.2.17Maven
Bugfixes
Flowable.flatMap
not canceling the inner sources on outer error.v2.2.16
: 2.2.16Maven
Bugfixes
amb
,combineLatest
andzip
Iterable
overloads throwingArrayStoreException
forObservableSource
s.Documentation changes
v2.2.15
: 2.2.15Maven
Bugfixes
MulticastProcessor
not requesting more after limit is reached.clear
inobserveOn
while output-fused.parallel()
on grouped flowable not replenishing properly.Documentation changes
observeOn
to mention its eagerness.Other changes
j.u.c.Flow
warnings due to RS 1.0.3.v2.2.14
: 2.2.14Maven
Bugfixes
clear()
calls when fused chains are canceled.window(time)
possible interrupts while terminating.Documentation changes
Single
from 3.x.v2.2.13
: 2.2.13Maven
Dependencies
Bugfixes
System.getProperties()
.takeLast(time)
last events time window calculation.window
not creating windows properly.v2.2.12
: 2.2.12Maven
Bugfixes
switchMap
incorrect sync-fusion & error management.blockingIterable
hang when force-disposed.refCount
not resetting when cross-canceled.v2.2.11
: 2.2.11Maven
Bugfixes
mergeWith
not canceling other when the main fails.ObservableBlockingSubscribe
compares with wrong object.replay()
andReplaySubject
/Processor
.Documentation changes
Single.doOnTerminate
refer toonComplete
notification.v2.2.10
: 2.2.10Maven
Bugfixes
BufferExactBoundedObserver
.publish().refCount()
hang due to race.concatMapDelayError
not continuing on fused inner source crash.Documentation changes
Additional-Reading.md
.Alphabetical-List-of-Observable-Operators.md
.Flowable
.v2.2.9
: 2.2.9Maven
Bugfixes
zip
not stopping the subscription upon eager error.Documentation changes
Maybe
andSingle
JavaDocs.retry
operator.Other
Schedulers
fromObservableRefCount
.ObservableFromArray
.sample(Observable)
.Flowable.java
.else
from theObservable
.v2.2.8
: 2.2.8Maven
Bugfixes
Completable.fromRunnable
&fromAction
operators.Documentation changes
CompositeDisposable
.Creating-Observables
wiki doc.Other
v2.2.7
: 2.2.7Maven
API enhancements
doOnTerminate
toSingle
/Maybe
for consistency.Bugfixes
window()
with start/end selector not disposing/cancelling properly.Documentation changes
Observable#debounce
andFlowable#debounce
javadoc.flattenAsFlowable
andflattenAsObservable
methods.v2.2.6
: 2.2.6Maven
API enhancements
Schedulers.from(Executor, boolean)
overload.Bugfixes
Observable.repeatWhen
due to flooding repeat signal.Completable.andThen(Completable)
not running onobserveOn
'sScheduler
.Flowable.publish
not 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
ignoreElement
to convertSingle
toCompletable
in theREADME.md
.v2.2.5
: 2.2.5Maven
Documentation changes
elementAtOrDefault
.@code
.Wiki changes
Other changes
@NonNull
annotation factory methods.v2.2.4
: 2.2.4Maven
API changes
Maybe
/Single
/Completable
materialize
operator,Single.dematerialize(selector)
operator.Flowable
/Observable
dematerialize(selector)
operator.Bugfixes
doOn{Dispose|Cancel}
handler at most once.Observable.flatMap
to sustain concurrency level.Documentation changes
io.reactivex.schedulers
.onSubscribe
null-checks to NPE docs onFlowable
/Observable
subscribe
.Flowable.zip
docs.Emitter
interface methods.Flowable.groupBy
.distinctUntilChanged
requires non-mutating data to work as expected.Wiki changes
generate
examples toCreating-Observables.md
.Creating-Observables.md
docs stlye mistake.How-to-Contribute.md
.Other changes
SubscriptionHelper.isCancelled()
.Observable
/Flowable
cache()
operators.Scheduler
as System property.Flowable.toObservable
backpressure annotation.v2.2.3
: 2.2.3Maven
API changes
Completable.delaySubscription()
operator.Documentation changes
ConnectableObservable
.io.reactivex.functions.Functions
nonexistent utility class.Other changes
Observable.flatMap
drain logic.TimeoutException
message in thetimeout
operators.UndeliverableException
andOnErrorNotImplementedException
message to use the full inner exception.@Nullable
annotations for blocking methods inCompletable
.v2.2.2
: 2.2.2Maven
Bugfixes
refCount
termination-reconnect race.Documentation changes
Undeliverable
&OnErrorNotImplemented
exceptions.null
observer/subscriber return errors fromRxJavaPlugins
in detail.Additional-Reading.md
.Flowable.reduce(BiFunction)
JavaDoc; the operator does not signalNoSuchElementException
.fromCallable
& co.toFuture
marbles and descriptions.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.