Skip to content

Bump rxjava from 3.0.13 to 3.1.0#129

Merged
akarnokd merged 1 commit into3.xfrom
dependabot/gradle/io.reactivex.rxjava3-rxjava-3.1.0
Aug 10, 2021
Merged

Bump rxjava from 3.0.13 to 3.1.0#129
akarnokd merged 1 commit into3.xfrom
dependabot/gradle/io.reactivex.rxjava3-rxjava-3.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 10, 2021

Bumps rxjava from 3.0.13 to 3.1.0.

Release notes

Sourced from rxjava's releases.

3.1.0

Maven JavaDocs

⚠️ With this release, the minimum required Android API level is API 21 (Android 5.0).

⚠️ Note that the 3.0.x patch line won't be developed further.

API promotions

  • Flowable.onBackpressureReduce() + 1 (#7296)
  • RxJavaPlugins.getOnParallelSubscribe() and RxJavaPlugins.setOnParallelSubscribe() (#7296)
  • TestScheduler([...] boolean useOnScheduleHook) (#7296)

API additions

  • subscribe([...], DisposableContainer) for better Disposable management and reference cleanup. (#7298)
  • RxJavaPlugins.createExecutorScheduler() for creating an Executor-based Scheduler before the Schedulers class (and thus the standard schedulers) gets initialized. (#7306)

Behavior changes

  • The scheduler purge thread has been removed. Removing cancelled timed operations is now managed by the setRemoveOnCancelPolicy of the underlying ScheduledExecutorService. (#7293)

Documentation

  • Fixed wording of the fair parameter of Schedulers.from. (#7301)
  • Update withLatestFrom javadoc about upstream early complete (#7289)

Other

  • @NonNull annotations on generic type arguments were made consistent across. (#7302, #7303)
Commits
  • 38341b5 Bump gradle to 7.1.1 (#7307)
  • 5b0dd58 3.x: Add RxJavaPlugins.createExecutorScheduler (#7306)
  • e24e725 Bump codecov/codecov-action from 2.0.1 to 2.0.2 (#7304)
  • 40ca8ef 3.x: Move nullability annotations into the type argument declaration (#7303)
  • 75e7e50 Fix missing NonNull on Observable.map (#7302)
  • bb814d2 3.x: Javadocs fix some wording in Schedulers.java (#7301)
  • a463d24 Bump codecov/codecov-action from 1.5.2 to 2.0.1 (#7299)
  • 66fd701 3.x: Add subscribe with disposable container (#7298)
  • a9e0a8a 3.x: API promotions for 3.1.0 (#7296)
  • 3330943 Removes the purge thread in favor of standard ScheduledThreadPoolExecutor API...
  • 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)

Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.13 to 3.1.0.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.0.13...v3.1.0)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 10, 2021

Codecov Report

Merging #129 (890c102) into 3.x (9883900) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x     #129      +/-   ##
============================================
- Coverage     84.02%   84.00%   -0.02%     
+ Complexity     2190     2184       -6     
============================================
  Files           388      388              
  Lines         16473    16473              
  Branches       1906     1906              
============================================
- Hits          13841    13838       -3     
+ Misses         1997     1992       -5     
- Partials        635      643       +8     
Impacted Files Coverage Δ
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan4.java 78.57% <0.00%> (-10.72%) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan9.java 79.03% <0.00%> (-4.84%) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan5.java 81.57% <0.00%> (-2.64%) ⬇️
...a/hu/akarnokd/rxjava3/basetypes/NonoProcessor.java 97.56% <0.00%> (-2.44%) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan6.java 84.09% <0.00%> (-2.28%) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan8.java 80.35% <0.00%> (-1.79%) ⬇️
.../java/hu/akarnokd/rxjava3/joins/JoinObserver1.java 70.96% <0.00%> (-1.62%) ⬇️
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan7.java 82.00% <0.00%> (ø)
...rnokd/rxjava3/operators/FlowableSwitchFlatMap.java 90.33% <0.00%> (ø)
.../hu/akarnokd/rxjava3/operators/FlowableExpand.java 95.30% <0.00%> (+0.46%) ⬆️
... and 5 more

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 9883900...890c102. Read the comment docs.

@akarnokd akarnokd merged commit d33088d into 3.x Aug 10, 2021
@dependabot dependabot Bot deleted the dependabot/gradle/io.reactivex.rxjava3-rxjava-3.1.0 branch August 10, 2021 06:49
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.

1 participant