Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps rxjava from 3.0.0-RC2 to 3.0.0-RC3.

Release notes

Sourced from rxjava's releases.

3.0.0-RC3

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.

Dependency changes

  • Upgrade to Reactive Streams 1.0.3. (#6633)

API changes

  • Remove vararg overloads for combineLatest in Observable + Flowable. (#6635)
  • Rename zipIterable, remove zip(O(O)), adjust concatMapX argument order. (#6638)
  • Rename combineLatest methods that take an array to combineLatestArray. (#6640)
  • Remove limit and make its backpressure behavior default in take (#6650)

Behavior changes

  • groupBy will now close groups that do not get subscribed synchronously in order to avoid group leaks and upstream cancellation issues. (#6642)
  • take now limits the maximum upstream request amount to the provided value instead of requesting unbounded. (#6650)

Bugfixes

  • Fix blockingIterable not unblocking when force-disposed. (#6626)
  • Fix groupBy not canceling upstream due to group abandonment. (#6642)
  • Fix takeLast(time) last events time window calculation. (#6648)
  • Fix size+time bound window not creating windows properly (#6652)

Documentation enhancements

No changes in this release.

Other

  • Upgrade Gradle & dependency versions. (#6632)
  • Avoid using System.getProperties() due to security restrictions. (#6637)
  • Cleanup addThrowable, "2.x" and null-value error messages. (#6639)
Commits
  • 6518eb9 3.x: Fix size+time bound window not creating windows properly (#6652)
  • 0c50f0a 3.x: constrain upstream requests from take (#6569) (#6650)
  • 852e052 3.x: Fix takeLast(time) last events time window calculation. (#6648)
  • 9a36930 3.x: Fix groupBy not canceling upstream due to group abandonment (#6642)
  • c9204b5 3.x: Rename combineLatest methods that take an array to combineLatestArray (#...
  • a07c45e 3.x: Cleanup addThrowable, "2.x" and null-value error messages (#6639)
  • f1441b0 3.x: Rename zipIterable, remove zip(O(O)), adjust concatMapX arg order (#6638)
  • 54d9279 3.x: Avoid using System.getProperties() due to security restrictions (#6637)
  • faf6392 3.x: Remove vararg overloads for combineLatest in Observable + Flowable (#6635)
  • 97790c6 3.x: Upgrade to Rective Streams 1.0.3 (#6633)
  • Additional commits viewable 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)

Finally, you can contact us by mentioning @dependabot.

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

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 Sep 18, 2019
@codecov
Copy link

codecov bot commented Sep 18, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #2   +/-   ##
=======================================
  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 9e38ba1...8b88351. Read the comment docs.

@akarnokd akarnokd merged commit febdfd6 into master Sep 18, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.reactivex.rxjava3-rxjava-3.0.0-RC3 branch September 18, 2019 05:20
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