micronaut-projects / micronaut-rxjava3

Integration between Micronaut and RxJava 3
Apache License 2.0
5 stars 3 forks source link

fix(deps): update dependency io.reactivex.rxjava3:rxjava to v3.1.6 #241

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

ReactiveX/RxJava ### [`v3.1.6`](https://togithub.com/ReactiveX/RxJava/releases/tag/v3.1.6) [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava3%7Crxjava%7C3.1.6%7C) [JavaDocs](http://reactivex.io/RxJava/3.x/javadoc/3.1.6) ##### API changes - Add an overload to `throttleLatest` operator with an `onDropped` callback. ([#​7457](https://togithub.com/ReactiveX/RxJava/issues/7457)) - Add an overload to `throttleFirst` operator with an `onDropped` callback. ([#​7482](https://togithub.com/ReactiveX/RxJava/issues/7482)) - Add an overload to `throttleLast` operator with an `onDropped` callback. ([#​7488](https://togithub.com/ReactiveX/RxJava/issues/7488)) - Add an overload to `throttleWithTimeout` operator with an `onDropped` callback. ([#​7510](https://togithub.com/ReactiveX/RxJava/issues/7510)) ##### Bugfixes - Fix a race condition in `Single.timeout` that prevented the timeout signal from happening. ([#​7515](https://togithub.com/ReactiveX/RxJava/issues/7515)) ##### Documentation - Fix formatting in `TestObserver/Consumer/Subscriber` javadoc html. ([#​7442](https://togithub.com/ReactiveX/RxJava/issues/7442)) - Fix typo in `BehaviorSubject.java`. ([#​7452](https://togithub.com/ReactiveX/RxJava/issues/7452)) - Fix grammar about cancellation in `Schedulers` javadoc. ([#​7453](https://togithub.com/ReactiveX/RxJava/issues/7453)) - Change `@coded` tag to `@code` tag. ([#​7463](https://togithub.com/ReactiveX/RxJava/issues/7463)) - Fix `fromCompletionStage` javadoc. ([#​7508](https://togithub.com/ReactiveX/RxJava/issues/7508)) ##### Other - Add missing `@NonNull` annotation to `Maybe` type argument. ([#​7436](https://togithub.com/ReactiveX/RxJava/issues/7436)) - Remove redundant interface declarations. ([#​7438](https://togithub.com/ReactiveX/RxJava/issues/7438)) - Standardize `MissingBackpressureException` message, introduce `QueueOverflowException`. ([#​7459](https://togithub.com/ReactiveX/RxJava/issues/7459)) - Update `Flowable.throttleLatest` `MissingBackpressureException` message. ([#​7460](https://togithub.com/ReactiveX/RxJava/issues/7460)) - Fix cancellation order in `throttleFirst`. ([#​7484](https://togithub.com/ReactiveX/RxJava/issues/7484))

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - 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.



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

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information