Open renovate[bot] opened 3 years ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
1.1.0
->1.2.1
Release Notes
ReactiveX/RxAndroid
### [`v1.2.1`](https://togithub.com/ReactiveX/RxAndroid/releases/tag/1.2.1) [Compare Source](https://togithub.com/ReactiveX/RxAndroid/compare/1.2.0...1.2.1) - New: `AndroidSchedulers.reset()` allows clearing the scheduler cache such that the next call to `AndroidSchedulers.mainThread()` will ask the `RxAndroidSchedulerHook` to re-create it. This API is experimental to match `Schedulers.reset()` in RxJava. - RxJava dependency now points at v1.1.6. ### [`v1.2.0`](https://togithub.com/ReactiveX/RxAndroid/releases/tag/1.2.0) [Compare Source](https://togithub.com/ReactiveX/RxAndroid/compare/1.1.0...1.2.0) - Rewrite the Android-specific schedulers (main thread or custom) to greatly reduce allocation and performance overhead of scheduling work. - `HandlerScheduler.create` has been deprecated in favor of `AndroidSchedulers.from(Looper)` as a `Looper` is the actual mechanism of scheduling on Android, not `Handler`. - Fix: Correct the behavior of `AndroidSchedulers.mainThread()` to only invoke the registered `RxAndroidSchedulersHook` for creating the main thread scheduler and to cache the result instead of invoking it every time. This behvior change eliminates a performance overhead and brings behavior in line with RxJava. If you were relying on the ability to change the main thread scheduler over time (such as for tests), return a delegating scheduler from the hook which allows changing the delegate instance at will. - RxJava dependency now points at v1.1.4. - `RxAndroidPlugins.reset()` is now marked as `@Experimental` to match the RxJava method of the same name and behavior.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.