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

build(deps): bump rxjava from 1.2.1 to 1.3.8 #835

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2020

Bumps rxjava from 1.2.1 to 1.3.8.

Release notes

Sourced from rxjava's releases.

1.3.8

Maven

RxJava 1.x is now officially end-of-life (EOL). No further developments, bugfixes, enhancements, javadoc changes or maintenance will be provided by this project after version 1.3.8 and after today.

Users are encouraged to migrate to 2.x. In accordance, the wiki will be updated in the coming months to describe 2.x features and properties.

Bugfixes

  • Pull 5935: Fix take() to route late errors to RxJavaHooks.

1.3.7

Maven

Bugfixes

  • Pull 5917: Fix and deprecate evicting groupBy and add a new overload with the corrected signature.

1.3.6

Maven

Bugfixes

  • Pull 5850: Fix a race condition that may make OperatorMaterialize emit the wrong signals.
  • Pull 5851: Fix a race condition in OperatorMerge.InnerSubscriber#onError causing incorrect terminal event.

1.3.5

Maven

Other

  • Pull 5820: RxJavaPlugins lookup workaround for System.getProperties() access restrictions.

1.3.4

Maven

Bugfixes

  • Pull 5696: Fix Completable.concat to use replace and don't dispose the old Subscription on switching to the next source.
  • Pull 5726: Fix broken backpressure through unsubscribeOn().

Documentation

  • Pull 5719: Document the timed take() operator will signal the onCompleted event on the given Scheduler when it times out.

1.3.3

Maven

Bugfixes

Changelog

Sourced from rxjava's changelog.

Version 1.3.8 - March 31, 2018 (Maven)

RxJava 1.x is now officially end-of-life (EOL). No further developments, bugfixes, enhancements, javadoc changes, maintenance will be provided by this project after version 1.3.8.

Users are encourage to migrate to 2.x. In accordance, the wiki will be updated in the coming months to describe 2.x features and properties.

Bugfixes

  • Pull 5935: Fix take() to route late errors to RxJavaHooks.

Version 1.3.7 - March 21, 2018 (Maven)

Bugfixes

  • Pull 5917: Fix and deprecate evicting groupBy and add a new overload with the corrected signature.

Version 1.3.6 - February 15, 2018 (Maven)

Bugfixes

  • Pull 5850: Fix a race condition that may make OperatorMaterialize emit the wrong signals.
  • Pull 5851: Fix a race condition in OperatorMerge.InnerSubscriber#onError causing incorrect terminal event.

Version 1.3.5 - January 27, 2018 (Maven)

Other

  • Pull 5820: RxJavaPlugins lookup workaround for System.getProperties() access restrictions.

Version 1.3.4 - November 19, 2017 (Maven)

Bugfixes

  • Pull 5696: Fix Completable.concat to use replace and don't dispose the old Subscription on switching to the next source.
  • Pull 5726: Fix broken backpressure through unsubscribeOn().

Documentation

  • Pull 5719: Document the timed take() operator will signal the onCompleted event on the given Scheduler when it times out.

Version 1.3.3 - October 19, 2017 (Maven)

Bugfixes

  • Pull 5660: Fix timeout (timed, selector) unsubscribe bug.

Version 1.3.2 - September 15, 2017 (Maven)

Bugfixes

Commits
  • 7e3879a Release 1.3.8
  • 3aad9a6 1.x: Fix take() to route late errors to RxJavaHooks (#5935)
  • 0641802 Release 1.3.7
  • e467798 1.x: fix and deprecate evicting groupBy and add new overload (#5917)
  • 6e6c514 Release 1.3.6
  • c40a06f Fix a race condition that may make OperatorMaterialize emit too many terminal...
  • 2ba8bb2 Fix a race condition in OperatorMerge.InnerSubscriber#onError (#5851)
  • a49c49f Release 1.3.5
  • ef32950 1.x: Plugin lookup workaround for System.properties access restrictions (#5820)
  • 265fb48 Release 1.3.4
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 27, 2020
@dependabot dependabot bot force-pushed the dependabot/gradle/io.reactivex-rxjava-1.3.8 branch from e8fd53e to 0fd6288 Compare March 5, 2021 22:31
@dependabot dependabot bot force-pushed the dependabot/gradle/io.reactivex-rxjava-1.3.8 branch from 0fd6288 to 5a91c63 Compare March 13, 2021 00:47
@dependabot dependabot bot force-pushed the dependabot/gradle/io.reactivex-rxjava-1.3.8 branch from 5a91c63 to 31b3102 Compare October 28, 2021 17:50
@artgon artgon merged commit fee7fab into master Nov 12, 2021
@artgon artgon deleted the dependabot/gradle/io.reactivex-rxjava-1.3.8 branch November 12, 2021 19:37
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
Development

Successfully merging this pull request may close these issues.

1 participant