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

Gradle: Bump io.reactivex.rxjava2:rxandroid from 2.1.0 to 2.1.1 #9

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps io.reactivex.rxjava2:rxandroid from 2.1.0 to 2.1.1.

Release notes

Sourced from io.reactivex.rxjava2:rxandroid's releases.

2.1.1

Bugfixes

  • Pull 442 - Use async messages for Scheduler.scheduleDirect

Download:

implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
Changelog

Sourced from io.reactivex.rxjava2:rxandroid's changelog.

RxAndroid Releases

Version 3.0.2 - November, 9 2022

Fixed:

  • Ensure the main scheduler can be replaced in unit tests without needing Robolectric.

Version 3.0.1 - November, 8 2022

Fixed:

  • AndroidSchedulers.mainThread() now correctly checks whether async messages are supported by the current Android version. Previously it always assumed they were available (true on API 16+).

Changed:

  • Update to RxJava 3.1.5. This includes a transitive dependency bump to Reactive-Streams 1.0.4 which re-licenses that dependency from CC-0 to MIT-0.

Version 3.0.0 - February, 14 2020

General availability of RxAndroid 3.0 for use with RxJava 3.0!

The Maven groupId has changed to io.reactivex.rxjava3 and the package is now io.reactivex.rxjava3.android.

The APIs and behavior of RxAndroid 3.0.0 is otherwise exactly the same as RxAndroid 2.1.1 with one notable exception:

Schedulers created via AndroidSchedulers.from now deliver async messages by default. This is also true for AndroidSchedulers.mainThread().

For more information about RxJava 3.0 see its release notes.


Version 2.x can be found at https://github.com/ReactiveX/RxAndroid/blob/2.x/CHANGES.md

Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md

Commits
  • 23bf0bd Add new license SHA to CI script
  • c7a4446 Prepare version 2.1.1
  • 7996633 Use async messages for Scheduler.scheduleDirect
  • 7a4a113 Merge pull request #447 from ojh102/fix_license_link
  • cde1b2b Fix broken license link
  • b315cd1 Prepare next development version
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [io.reactivex.rxjava2:rxandroid](https://github.com/ReactiveX/RxAndroid) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/ReactiveX/RxAndroid/releases)
- [Changelog](https://github.com/ReactiveX/RxAndroid/blob/3.x/CHANGES.md)
- [Commits](ReactiveX/RxAndroid@2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava2:rxandroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 6, 2024
@AbdhilahiRWabwire AbdhilahiRWabwire merged commit 85efa48 into main Feb 6, 2024
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/io.reactivex.rxjava2-rxandroid-2.1.1 branch February 6, 2024 10: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 java Pull requests that update Java code
Projects
None yet
1 participant