-
Notifications
You must be signed in to change notification settings - Fork 640
Commit cbf9154
build(deps): bump io.reactivex.rxjava2:rxjava from 2.1.14 to 2.2.21 (#7344)
Bumps [io.reactivex.rxjava2:rxjava](https://github.com/ReactiveX/RxJava)
from 2.1.14 to 2.2.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ReactiveX/RxJava/releases">io.reactivex.rxjava2:rxjava's
releases</a>.</em></p>
<blockquote>
<h2>2.2.21</h2>
<p><a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.21%7C">Maven</a>
<a href="http://reactivex.io/RxJava/2.x/javadoc/2.2.21">JavaDocs</a></p>
<p>:warning: This is the last planned update for the 2.x version line.
After <strong>February 28, 2021</strong>, 2.x becomes
<strong>End-of-Life</strong> (EoL); no further patches, bugfixes,
enhancements, documentation or support will be provided by the
project.</p>
<h4>Enhancements</h4>
<ul>
<li>Add a system parameter to allow scheduled worker release in the Io
<code>Scheduler</code>. (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7162">#7162</a>)</li>
<li>Add a system parameter to allow <code>Scheduler</code>s to use
<code>System.nanoTime()</code> for <code>now()</code>. (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7170">#7170</a>)</li>
</ul>
<h2>2.2.20</h2>
<p><a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.20%7C">Maven</a>
<a href="http://reactivex.io/RxJava/2.x/javadoc/2.2.20">JavaDocs</a></p>
<p>:warning: The 2.x version line is now in <strong>maintenance
mode</strong> and will be supported only through bugfixes until
<strong>February 28, 2021</strong>. No new features, behavior changes or
documentation adjustments will be accepted or applied to 2.x. It is
recommended to migrate to <a
href="https://github.com/ReactiveX/RxJava/tree/3.x">3.x</a> within this
time period.</p>
<h4>Bugfixes</h4>
<ul>
<li>Fix <code>Observable.flatMap</code> with <code>maxConcurrency</code>
hangs (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/6960">#6960</a>)</li>
<li>Fix <code>Observable.toFlowable(ERROR)</code> not cancelling upon
<code>MissingBackpressureException</code> (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7084">#7084</a>)</li>
<li>Fix <code>Flowable.concatMap</code> backpressure with scalars. (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7091">#7091</a>)</li>
</ul>
<h2>2.2.19</h2>
<p><a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.19%7C">Maven</a>
<a href="http://reactivex.io/RxJava/2.x/javadoc/2.2.19">JavaDocs</a></p>
<p>:warning: The 2.x version line is now in <strong>maintenance
mode</strong> and will be supported only through bugfixes until
<strong>February 28, 2021</strong>. No new features, behavior changes or
documentation adjustments will be accepted or applied to 2.x. It is
recommended to migrate to <a
href="https://github.com/ReactiveX/RxJava/tree/3.x">3.x</a> within this
time period.</p>
<h4>Bugfixes</h4>
<ul>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/7980c85b18dd46ec2cd2cf49477363f1268d3a98">Commit
7980c85b</a>: Fix <code>switchMap</code> not canceling properly during
<code>onNext</code>-<code>cancel</code> races.</li>
</ul>
<h2>2.2.18</h2>
<p><a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.18%7C">Maven</a></p>
<p>:warning: The 2.x version line is now in <strong>maintenance
mode</strong> and will be supported only through bugfixes until
<strong>February 28, 2021</strong>. No new features, behavior changes or
documentation adjustments will be accepted or applied to 2.x. It is
recommended to migrate to <a
href="https://github.com/ReactiveX/RxJava/tree/3.x">3.x</a> within this
time period.</p>
<h4>Bugfixes</h4>
<ul>
<li><a
href="https://redirect.github.com/ReactiveX/RxJava/pull/6894">Pull
6894</a>: Fix <code>groupBy</code> not requesting more if a group is
cancelled with buffered items.</li>
</ul>
<h2>2.2.17</h2>
<p><a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.17%7C">Maven</a></p>
<h4>Bugfixes</h4>
<ul>
<li><a
href="https://redirect.github.com/ReactiveX/RxJava/pull/6827">Pull
6827</a>: Fix <code>Flowable.flatMap</code> not canceling the inner
sources on outer error.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ReactiveX/RxJava/blob/v2.2.21/CHANGES.md">io.reactivex.rxjava2:rxjava's
changelog</a>.</em></p>
<blockquote>
<h3>Version 2.2.21 - February 10, 2021 (<a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.21%7C">Maven</a>)</h3>
<p><a
href="http://reactivex.io/RxJava/2.x/javadoc/2.2.21">JavaDocs</a></p>
<p>:warning: This is the last planned update for the 2.x version line.
After <strong>February 28, 2021</strong>, 2.x becomes
<strong>End-of-Life</strong> (EoL); no further patches, bugfixes,
enhancements, documentation or support will be provided by the
project.</p>
<h4>Enhancements</h4>
<ul>
<li>Add a system parameter to allow scheduled worker release in the Io
<code>Scheduler</code>. (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7162">#7162</a>)</li>
<li>Add a system parameter to allow <code>Scheduler</code>s to use
<code>System.nanoTime()</code> for <code>now()</code>. (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7170">#7170</a>)</li>
</ul>
<h3>Version 2.2.20 - October 6, 2020 (<a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.20%7C">Maven</a>)</h3>
<p><a
href="http://reactivex.io/RxJava/2.x/javadoc/2.2.20">JavaDocs</a></p>
<p>:warning: The 2.x version line is now in <strong>maintenance
mode</strong> and will be supported only through bugfixes until
<strong>February 28, 2021</strong>. No new features, behavior changes or
documentation adjustments will be accepted or applied to 2.x. It is
recommended to migrate to <a
href="https://github.com/ReactiveX/RxJava/tree/3.x">3.x</a> within this
time period.</p>
<h4>Bugfixes</h4>
<ul>
<li>Fix <code>Observable.flatMap</code> with <code>maxConcurrency</code>
hangs (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/6960">#6960</a>)</li>
<li>Fix <code>Observable.toFlowable(ERROR)</code> not cancelling upon
<code>MissingBackpressureException</code> (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7084">#7084</a>)</li>
<li>Fix <code>Flowable.concatMap</code> backpressure with scalars. (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7091">#7091</a>)</li>
</ul>
<h3>Version 2.2.19 - March 14, 2020 (<a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.19%7C">Maven</a>)</h3>
<p><a
href="http://reactivex.io/RxJava/2.x/javadoc/2.2.19">JavaDocs</a></p>
<p>:warning: The 2.x version line is now in <strong>maintenance
mode</strong> and will be supported only through bugfixes until
<strong>February 28, 2021</strong>. No new features, behavior changes or
documentation adjustments will be accepted or applied to 2.x. It is
recommended to migrate to <a
href="https://github.com/ReactiveX/RxJava/tree/3.x">3.x</a> within this
time period.</p>
<h4>Bugfixes</h4>
<ul>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/7980c85b18dd46ec2cd2cf49477363f1268d3a98">Commit
7980c85b</a>: Fix <code>switchMap</code> not canceling properly during
<code>onNext</code>-<code>cancel</code> races.</li>
</ul>
<h3>Version 2.2.18 - February 21, 2020 (<a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.18%7C">Maven</a>)</h3>
<p>:warning: The 2.x version line is now in <strong>maintenance
mode</strong> and will be supported only through bugfixes until
<strong>February 28, 2021</strong>. No new features, behavior changes or
documentation adjustments will be accepted or applied to 2.x. It is
recommended to migrate to <a
href="https://github.com/ReactiveX/RxJava/tree/3.x">3.x</a> within this
time period.</p>
<h4>Bugfixes</h4>
<ul>
<li><a
href="https://redirect.github.com/ReactiveX/RxJava/pull/6894">Pull
6894</a>: Fix <code>groupBy</code> not requesting more if a group is
cancelled with buffered items.</li>
</ul>
<h3>Version 2.2.17 - January 12, 2020 (<a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.17%7C">Maven</a>)</h3>
<h4>Bugfixes</h4>
<ul>
<li><a
href="https://redirect.github.com/ReactiveX/RxJava/pull/6827">Pull
6827</a>: Fix <code>Flowable.flatMap</code> not canceling the inner
sources on outer error.</li>
</ul>
<h3>Version 2.2.16 - December 15, 2019 (<a
href="http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.16%7C">Maven</a>)</h3>
<h4>Bugfixes</h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/725ea89629568301ab7d9b21cafdf8c648a14da9"><code>725ea89</code></a>
Update CHANGES.md</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/776f0e55d97432799def8927c0e770154500686b"><code>776f0e5</code></a>
2.x: Introduce property rx2.scheduler.use-nanotime (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7154">#7154</a>)
(<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7170">#7170</a>)</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/f31aed36fd9d47edf0177164c54c64d4dc28c818"><code>f31aed3</code></a>
Support for scheduled release of threads in Io Scheduler (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7162">#7162</a>)</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/947b05fb9d44de2231aa148ef2eb3a6edc07fcfd"><code>947b05f</code></a>
Release 2.2.20</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/3d6403be8d9ada65016762a6bec417e268f482e3"><code>3d6403b</code></a>
2.x: Fix Flowable.concatMap backpressure w/ scalars (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7091">#7091</a>)</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/b13a45e161f37c927e99d8def5f156834a83befb"><code>b13a45e</code></a>
2.x: Fix toFlowable(ERROR) not cancelling upon MBE (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/7084">#7084</a>)</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/2cb20bd41efe70556ef7d346ee60f70e20548bae"><code>2cb20bd</code></a>
2.x: Fix Observable.flatMap with maxConcurrency hangs (<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/6947">#6947</a>)
(<a
href="https://redirect.github.com/ReactiveX/RxJava/issues/6960">#6960</a>)</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/7ca43c7398810ee87c57f7f2165104822c0a4662"><code>7ca43c7</code></a>
Update CHANGES.md</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/7980c85b18dd46ec2cd2cf49477363f1268d3a98"><code>7980c85</code></a>
2.x: Fix switchMap not canceling properly during onNext-cancel
races</li>
<li><a
href="https://github.com/ReactiveX/RxJava/commit/e2b7816f2bcf89491cad68cb35a9e36368a29d97"><code>e2b7816</code></a>
Release 2.2.18</li>
<li>Additional commits viewable in <a
href="https://github.com/ReactiveX/RxJava/compare/v2.1.14...v2.2.21">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo Lazo <[email protected]>1 parent 81da50f commit cbf9154Copy full SHA for cbf9154
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- gradle
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: gradle/libs.versions.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
0 commit comments