Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps rxjava from 3.0.0-RC3 to 3.0.0-RC4.

Release notes

Sourced from rxjava's releases.

3.0.0-RC4

Maven
Javadocs

This is an early release for 3.0.0 to allow preparations for the breaking API changes and cleanups.

Please check out the wiki page What's different in 3.0 from time to time for the details and migration guide.

Bugfixes

  • Fix groupBy group emission in some cases. (#6664)
  • Fix concurrent clear() calls when fused chains are canceled. (#6676)
  • Fix window(time) possible interrupts while terminating. (#6674)

Documentation enhancements

  • Add missing marble diagrams to Single. (#6668)

Other

  • Add Export-Package declarations for OSGi headers. (#6675)
Commits
  • 118f405 3.x: Fix type inference problem when compiling with newer JDKs (#6682)
  • c1a919c 3.x: Fix window(time) possible interrupts while terminating (#6674)
  • 2f27ea4 3.x: Fix concurrent clear() calls when fused chains are canceled (#6676)
  • c84af61 Add Export-Package declarations for OSGi headers (#6675)
  • e6406b3 3.x: Add missing marble diagams to Single (#6668)
  • cb7ff83 3.x: Fix groupBy group emission in some cases (#6664)
  • c2dc134 Update Additional Docs to include Reactive Programming on Android with RxJava...
  • 877702e 3.x: Multiple empty line detection to ignore whitespace (#6662)
  • See full diff in compare view

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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @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:

  • Update frequency (including time of day and day of week)
  • 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)

Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.0-RC3 to 3.0.0-RC4.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.0.0-RC3...v3.0.0-RC4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 21, 2019
@codecov
Copy link

codecov bot commented Oct 21, 2019

Codecov Report

Merging #5 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #5   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      104    104           
=======================================
  Files            16     16           
  Lines           340    340           
  Branches          2      2           
=======================================
  Hits            340    340

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 508b3f4...03e3238. Read the comment docs.

@akarnokd akarnokd merged commit 4a3e399 into master Oct 21, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.reactivex.rxjava3-rxjava-3.0.0-RC4 branch October 21, 2019 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants