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

Bump rxjava from 1.1.5 to 1.3.8 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rxjava from 1.1.5 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

... (truncated)
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

... (truncated)
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 1.1.5 to 1.3.8.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Changelog](https://github.com/ReactiveX/RxJava/blob/v1.3.8/CHANGES.md)
- [Commits](ReactiveX/RxJava@v1.1.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 16, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants