grpc-by-example-java
grpc-by-example-java copied to clipboard
Bump rxjava from 1.1.5 to 1.3.8
Bumps rxjava from 1.1.5 to 1.3.8.
Release notes
Sourced from rxjava's releases.
1.3.8
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 toRxJavaHooks.1.3.7
Bugfixes
- Pull 5917: Fix and deprecate evicting
groupByand add a new overload with the corrected signature.1.3.6
Bugfixes
- Pull 5850: Fix a race condition that may make
OperatorMaterializeemit the wrong signals.- Pull 5851: Fix a race condition in
OperatorMerge.InnerSubscriber#onErrorcausing incorrect terminal event.1.3.5
Other
- Pull 5820:
RxJavaPluginslookup workaround forSystem.getProperties()access restrictions.1.3.4
Bugfixes
- Pull 5696: Fix
Completable.concatto usereplaceand don't dispose the oldSubscriptionon switching to the next source.- Pull 5726: Fix broken backpressure through
unsubscribeOn().Documentation
- Pull 5719: Document the timed
take()operator will signal theonCompletedevent on the givenSchedulerwhen it times out.1.3.3
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 toRxJavaHooks.Version 1.3.7 - March 21, 2018 (Maven)
Bugfixes
- Pull 5917: Fix and deprecate evicting
groupByand 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
OperatorMaterializeemit the wrong signals.- Pull 5851: Fix a race condition in
OperatorMerge.InnerSubscriber#onErrorcausing incorrect terminal event.Version 1.3.5 - January 27, 2018 (Maven)
Other
- Pull 5820:
RxJavaPluginslookup workaround forSystem.getProperties()access restrictions.Version 1.3.4 - November 19, 2017 (Maven)
Bugfixes
- Pull 5696: Fix
Completable.concatto usereplaceand don't dispose the oldSubscriptionon switching to the next source.- Pull 5726: Fix broken backpressure through
unsubscribeOn().Documentation
- Pull 5719: Document the timed
take()operator will signal theonCompletedevent on the givenSchedulerwhen 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
7e3879aRelease 1.3.83aad9a61.x: Fix take() to route late errors to RxJavaHooks (#5935)0641802Release 1.3.7e4677981.x: fix and deprecate evicting groupBy and add new overload (#5917)6e6c514Release 1.3.6c40a06fFix a race condition that may make OperatorMaterialize emit too many terminal...2ba8bb2Fix a race condition in OperatorMerge.InnerSubscriber#onError (#5851)a49c49fRelease 1.3.5ef329501.x: Plugin lookup workaround for System.properties access restrictions (#5820)265fb48Release 1.3.4- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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.