pwittchen / prefser

Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Apache License 2.0
228 stars 26 forks source link

Bump rxjava from 2.2.6 to 2.2.9 #136

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rxjava from 2.2.6 to 2.2.9.

Release notes *Sourced from [rxjava's releases](https://github.com/ReactiveX/RxJava/releases).* > ## 2.2.9 > [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.9%7C) > > #### Bugfixes > > - [Pull 6488](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6488): Fix `zip` not stopping the subscription upon eager error. > > #### Documentation changes > > - [Pull 6453](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6453): Fixed wrong type referenced in `Maybe` and `Single` JavaDocs. > - [Pull 6458](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6458): Update the Javadoc of the `retry` operator. > > #### Other > > - [Pull 6452](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6452): Remove dependency of `Schedulers` from `ObservableRefCount`. > - [Pull 6461](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6461): Change error message in `ObservableFromArray`. > - [Pull 6469](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6469): Remove redundant methods from `sample(Observable)`. > - [Pull 6470](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6470): Remove unused import from `Flowable.java`. > - [Pull 6485](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6485): Remove unused `else` from the `Observable`. > > ## 2.2.8 > [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.8%7C) > > #### Bugfixes > > - [Pull 6442](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6442): Add missing undeliverable error handling logic for `Completable.fromRunnable` & `fromAction` operators. > > #### Documentation changes > > - [Pull 6432](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6432): Improve the docs of `CompositeDisposable`. > - [Pull 6434](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6434): Improve subjects and processors package doc. > - [Pull 6436](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6436): Improve `Creating-Observables` wiki doc. > > > #### Other > > - [Pull 6433](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6433): Make error messages of parameter checks consistent. > > ## 2.2.7 > [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.7%7C) > > #### API enhancements > > - [Pull 6386](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6386): Add `doOnTerminate` to `Single`/`Maybe` for consistency. > > #### Bugfixes > > - [Pull 6405](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6405): Fix concatEager to dispose sources & clean up properly. > - [Pull 6398](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6398): Fix `window()` with start/end selector not disposing/cancelling properly. > > ... (truncated)
Changelog *Sourced from [rxjava's changelog](https://github.com/ReactiveX/RxJava/blob/2.x/CHANGES.md).* > ### Version 2.2.9 - May 30, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.9%7C)) > > #### Bugfixes > > - [Pull 6488](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6488): Fix `zip` not stopping the subscription upon eager error. > > #### Documentation changes > > - [Pull 6453](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6453): Fixed wrong type referenced in `Maybe` and `Single` JavaDocs. > - [Pull 6458](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6458): Update the Javadoc of the `retry` operator. > > #### Other > > - [Pull 6452](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6452): Remove dependency of `Schedulers` from `ObservableRefCount`. > - [Pull 6461](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6461): Change error message in `ObservableFromArray`. > - [Pull 6469](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6469): Remove redundant methods from `sample(Observable)`. > - [Pull 6470](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6470): Remove unused import from `Flowable.java`. > - [Pull 6485](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6485): Remove unused `else` from the `Observable`. > > ### Version 2.2.8 - March 26, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.8%7C)) > > #### Bugfixes > > - [Pull 6442](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6442): Add missing undeliverable error handling logic for `Completable.fromRunnable` & `fromAction` operators. > > #### Documentation changes > > - [Pull 6432](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6432): Improve the docs of `CompositeDisposable`. > - [Pull 6434](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6434): Improve subjects and processors package doc. > - [Pull 6436](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6436): Improve `Creating-Observables` wiki doc. > > > #### Other > > - [Pull 6433](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6433): Make error messages of parameter checks consistent. > > ### Version 2.2.7 - February 23, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.7%7C)) > > #### API enhancements > > - [Pull 6386](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6386): Add `doOnTerminate` to `Single`/`Maybe` for consistency. > > #### Bugfixes > > - [Pull 6405](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6405): Fix concatEager to dispose sources & clean up properly. > - [Pull 6398](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6398): Fix `window()` with start/end selector not disposing/cancelling properly. > > #### Documentation changes > > - [Pull 6377](https://github-redirect.dependabot.com/ReactiveX/RxJava/pull/6377): Expand `Observable#debounce` and `Flowable#debounce` javadoc. > ... (truncated)
Commits - [`86048e1`](https://github.com/ReactiveX/RxJava/commit/86048e18479daff55aca132098dcfa0f123cc29f) Release 2.2.9 - [`c415b32`](https://github.com/ReactiveX/RxJava/commit/c415b322614aedddd6a5d6d7e5b838e49f3fde4c) 2.x: Fix zip not stopping the subscription upon eager error ([#6488](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6488)) - [`4ca7a9b`](https://github.com/ReactiveX/RxJava/commit/4ca7a9b91df673801ed6d09a7d79cfeff7699f79) remove unused else from the Observable ([#6485](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6485)) - [`8f51d2d`](https://github.com/ReactiveX/RxJava/commit/8f51d2df7dfa4cfbf735a68085e6673aaa4a2856) Correction for Maybe.count doc typo ([#6483](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6483)) - [`1830453`](https://github.com/ReactiveX/RxJava/commit/1830453000ff04b099074bde1a17fa594b5468aa) Update README.md ([#6480](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6480)) - [`ac84182`](https://github.com/ReactiveX/RxJava/commit/ac84182aa2bd866b53e01c8e3fe99683b882c60e) remove unused import in Flowable.java ([#6470](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6470)) - [`b570c91`](https://github.com/ReactiveX/RxJava/commit/b570c912a507485c5fd8afee1dbd442836db0629) Remove redundant methods from Sample(Observable) ([#6469](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6469)) - [`deeb141`](https://github.com/ReactiveX/RxJava/commit/deeb14150ac21ad8c7b38c1ac692be487375faf5) Change error message in ObservableFromArray ([#6461](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6461)) - [`c04cfb8`](https://github.com/ReactiveX/RxJava/commit/c04cfb8366534560e045f86201c05991763e1643) Update the Javadoc of the `retry` operator ([#6458](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6458)) - [`3958d1b`](https://github.com/ReactiveX/RxJava/commit/3958d1bd56e49947cf6253a51f982b300b56a145) Fixed typos for comments ([#6453](https://github-redirect.dependabot.com/ReactiveX/RxJava/issues/6453)) - Additional commits viewable in [compare view](https://github.com/ReactiveX/RxJava/compare/v2.2.6...v2.2.9)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.
codecov-io commented 5 years ago

Codecov Report

Merging #136 into RxJava2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           RxJava2.x     #136   +/-   ##
==========================================
  Coverage      97.38%   97.38%           
==========================================
  Files              5        5           
  Lines            153      153           
  Branches          11       11           
==========================================
  Hits             149      149           
  Misses             3        3           
  Partials           1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7dc7f98...f28e929. Read the comment docs.