Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency io.reactivex.rxjava3:rxjava to v3.1.1 #16

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.reactivex.rxjava3:rxjava 3.0.13 -> 3.1.1 age adoption passing confidence

Release Notes

ReactiveX/RxJava

v3.1.1

Compare Source

Maven
JavaDocs

API promotions
  • The operator fusion-related interfaces and two atomic queue implementations have been promoted to standard, thus officially supported in the io.reactivex.rxjava3.operators package. (#​7320)
Bugfixes
  • Specify proper OSGi unique bundle symbolic name of io.reactivex.rxjava3.rxjava. (#​7319)
  • Fix ExecutorScheduler initializing Schedulers prematurely when using RxJavaPlugins.createExecutorScheduler. (#​7323)
  • Fix the LamdbaConsumerIntrospection of Completable's lambda-based observer to use the same missing onError indicator as the other types' lambda-based consumers. (#​7326)

v3.1.0

Compare Source

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)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/io.reactivex.rxjava3-rxjava-3.x branch from 4c30b65 to ac10604 Compare August 30, 2021 10:29
@renovate renovate bot changed the title Update dependency io.reactivex.rxjava3:rxjava to v3.1.0 Update dependency io.reactivex.rxjava3:rxjava to v3.1.1 Aug 30, 2021
@saurabhpro saurabhpro merged commit 487195c into master Aug 30, 2021
@renovate renovate bot deleted the renovate/io.reactivex.rxjava3-rxjava-3.x branch August 30, 2021 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants