Release notes
*Sourced from [rxjava's releases](https://github.com/ReactiveX/RxJava/releases).*
> ## 2.2.10
> [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.10%7C)
>
> #### Bugfixes
>
> - [Pull 6499](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6499): Add missing null check to `BufferExactBoundedObserver`.
> - [Pull 6505](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6505): Fix `publish().refCount()` hang due to race.
> - [Pull 6522](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6522): Fix `concatMapDelayError` not continuing on fused inner source crash.
>
> #### Documentation changes
>
> - [Pull 6496](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6496): Fix outdated links in `Additional-Reading.md`.
> - [Pull 6497](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6497): Fix links in `Alphabetical-List-of-Observable-Operators.md`.
> - [Pull 6504](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6504): Fix various Javadocs & imports.
> - [Pull 6506](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6506): Expand the Javadoc of `Flowable`.
> - [Pull 6510](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6510): Correct "Reactive-Streams" to "Reactive Streams" in documentation.
Changelog
*Sourced from [rxjava's changelog](https://github.com/ReactiveX/RxJava/blob/2.x/CHANGES.md).*
> ### Version 2.2.10 - June 21, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.10%7C))
>
> #### Bugfixes
>
> - [Pull 6499](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6499): Add missing null check to `BufferExactBoundedObserver`.
> - [Pull 6505](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6505): Fix `publish().refCount()` hang due to race.
> - [Pull 6522](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6522): Fix `concatMapDelayError` not continuing on fused inner source crash.
>
> #### Documentation changes
>
> - [Pull 6496](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6496): Fix outdated links in `Additional-Reading.md`.
> - [Pull 6497](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6497): Fix links in `Alphabetical-List-of-Observable-Operators.md`.
> - [Pull 6504](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6504): Fix various Javadocs & imports.
> - [Pull 6506](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6506): Expand the Javadoc of `Flowable`.
> - [Pull 6510](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6510): Correct "Reactive-Streams" to "Reactive Streams" in documentation.
Commits
- [`0df3285`](https://github.com/ReactiveX/RxJava/commit/0df3285af53be02dedeabbcded56fc789b554b58) Release 2.2.10
- [`19c0959`](https://github.com/ReactiveX/RxJava/commit/19c09592801e8ae84bc11c23837f824292b7da86) 2.x: Fix publish().refCount() hang due to race ([#6505](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6505))
- [`b763ffa`](https://github.com/ReactiveX/RxJava/commit/b763ffadb4c9aefb0b168d8684ac0b3a7f8d42d0) 2.x: Fix concatMapDelayError not continuing on fused inner source crash ([#6522](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6522))
- [`31e8d48`](https://github.com/ReactiveX/RxJava/commit/31e8d48a53c42c46a01f1db3d09ab4cafe5133f6) 2.x: Correct Reactive-Streams to Reactive Streams in Documentation ([#6510](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6510))
- [`ed29fac`](https://github.com/ReactiveX/RxJava/commit/ed29fac873fb44d8ab3fab08c65f483fe52e05ab) 2.x: Expand the Javadoc of Flowable ([#6506](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6506))
- [`c5e1b3a`](https://github.com/ReactiveX/RxJava/commit/c5e1b3a29b916341bfe5ab8ea58f94053e79b497) Null check for BufferExactBoundedObserver ([#6499](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6499))
- [`89d506d`](https://github.com/ReactiveX/RxJava/commit/89d506d587a9fc0614a45a599f2e45f04e08eac5) 2.x: Fix javadocs & imports ([#6504](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6504))
- [`15e52bb`](https://github.com/ReactiveX/RxJava/commit/15e52bbf7221498f37cf563fba1abf38ebbf5b90) Create What's-different-in-3.0.md
- [`68ad8e2`](https://github.com/ReactiveX/RxJava/commit/68ad8e24ad2ecf13285b3044cbb31c302653a3c0) Update Alphabetical-List-of-Observable-Operators.md ([#6497](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6497))
- [`368e0b4`](https://github.com/ReactiveX/RxJava/commit/368e0b422cee3848078e2d15c720d87ab571b8b5) Update Additional-Reading.md ([#6496](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6496))
- See full diff in [compare view](https://github.com/ReactiveX/RxJava/compare/v2.2.9...v2.2.10)
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 commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps rxjava from 2.2.9 to 2.2.10.
Release notes
*Sourced from [rxjava's releases](https://github.com/ReactiveX/RxJava/releases).* > ## 2.2.10 > [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.10%7C) > > #### Bugfixes > > - [Pull 6499](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6499): Add missing null check to `BufferExactBoundedObserver`. > - [Pull 6505](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6505): Fix `publish().refCount()` hang due to race. > - [Pull 6522](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6522): Fix `concatMapDelayError` not continuing on fused inner source crash. > > #### Documentation changes > > - [Pull 6496](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6496): Fix outdated links in `Additional-Reading.md`. > - [Pull 6497](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6497): Fix links in `Alphabetical-List-of-Observable-Operators.md`. > - [Pull 6504](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6504): Fix various Javadocs & imports. > - [Pull 6506](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6506): Expand the Javadoc of `Flowable`. > - [Pull 6510](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6510): Correct "Reactive-Streams" to "Reactive Streams" in documentation.Changelog
*Sourced from [rxjava's changelog](https://github.com/ReactiveX/RxJava/blob/2.x/CHANGES.md).* > ### Version 2.2.10 - June 21, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.10%7C)) > > #### Bugfixes > > - [Pull 6499](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6499): Add missing null check to `BufferExactBoundedObserver`. > - [Pull 6505](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6505): Fix `publish().refCount()` hang due to race. > - [Pull 6522](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6522): Fix `concatMapDelayError` not continuing on fused inner source crash. > > #### Documentation changes > > - [Pull 6496](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6496): Fix outdated links in `Additional-Reading.md`. > - [Pull 6497](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6497): Fix links in `Alphabetical-List-of-Observable-Operators.md`. > - [Pull 6504](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6504): Fix various Javadocs & imports. > - [Pull 6506](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6506): Expand the Javadoc of `Flowable`. > - [Pull 6510](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6510): Correct "Reactive-Streams" to "Reactive Streams" in documentation.Commits
- [`0df3285`](https://github.com/ReactiveX/RxJava/commit/0df3285af53be02dedeabbcded56fc789b554b58) Release 2.2.10 - [`19c0959`](https://github.com/ReactiveX/RxJava/commit/19c09592801e8ae84bc11c23837f824292b7da86) 2.x: Fix publish().refCount() hang due to race ([#6505](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6505)) - [`b763ffa`](https://github.com/ReactiveX/RxJava/commit/b763ffadb4c9aefb0b168d8684ac0b3a7f8d42d0) 2.x: Fix concatMapDelayError not continuing on fused inner source crash ([#6522](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6522)) - [`31e8d48`](https://github.com/ReactiveX/RxJava/commit/31e8d48a53c42c46a01f1db3d09ab4cafe5133f6) 2.x: Correct Reactive-Streams to Reactive Streams in Documentation ([#6510](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6510)) - [`ed29fac`](https://github.com/ReactiveX/RxJava/commit/ed29fac873fb44d8ab3fab08c65f483fe52e05ab) 2.x: Expand the Javadoc of Flowable ([#6506](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6506)) - [`c5e1b3a`](https://github.com/ReactiveX/RxJava/commit/c5e1b3a29b916341bfe5ab8ea58f94053e79b497) Null check for BufferExactBoundedObserver ([#6499](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6499)) - [`89d506d`](https://github.com/ReactiveX/RxJava/commit/89d506d587a9fc0614a45a599f2e45f04e08eac5) 2.x: Fix javadocs & imports ([#6504](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6504)) - [`15e52bb`](https://github.com/ReactiveX/RxJava/commit/15e52bbf7221498f37cf563fba1abf38ebbf5b90) Create What's-different-in-3.0.md - [`68ad8e2`](https://github.com/ReactiveX/RxJava/commit/68ad8e24ad2ecf13285b3044cbb31c302653a3c0) Update Alphabetical-List-of-Observable-Operators.md ([#6497](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6497)) - [`368e0b4`](https://github.com/ReactiveX/RxJava/commit/368e0b422cee3848078e2d15c720d87ab571b8b5) Update Additional-Reading.md ([#6496](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6496)) - See full diff in [compare view](https://github.com/ReactiveX/RxJava/compare/v2.2.9...v2.2.10)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 commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.