Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Bump hystrix.version from 1.5.12 to 1.5.18 #10

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 27, 2019

Bumps hystrix.version from 1.5.12 to 1.5.18.

Updates hystrix-core from 1.5.12 to 1.5.18

Release notes

Sourced from hystrix-core's releases.

Version 1.5.13

  • Pull 1621 Fixed bug where an unsubscription of a command in half-open state leaves circuit permanently open
  • Pull 1605 Change return value on unsubscribe to Observable.empty(). Thanks @​atoulme !
  • Pull 1615 Updated Gradle to version 4.0. Thanks @​wlsc !
  • Pull 1616 Javanica: Wrong hystrix event type for fallback missing. Thanks @​dmgcodevil !
  • Pull 1606 Escape user entered input to avoid HTML injection. This fixes #1456. Thanks @​atoulme !
  • Pull 1595 Possibility to add custom root node for command and thread pool metrics. Thanks @​dstoklosa !
  • Pull 1587 Throw IllegalStateException if request cache is not available when clearing. Thanks @​jack-kerouac !

Artifacts: Maven Central, Bintray

Changelog

Sourced from hystrix-core's changelog.

Hystrix Releases

Version 1.5.13 (Maven Central, Bintray)

  • Pull 1621 Fixed bug where an unsubscription of a command in half-open state leaves circuit permanently open
  • Pull 1605 Change return value on unsubscribe to Observable.empty(). Thanks @​atoulme !
  • Pull 1615 Updated Gradle to version 4.0. Thanks @​wlsc !
  • Pull 1616 Javanica: Wrong hystrix event type for fallback missing. Thanks @​dmgcodevil !
  • Pull 1606 Escape user entered input to avoid HTML injection. This fixes #1456. Thanks @​atoulme !
  • Pull 1595 Possibility to add custom root node for command and thread pool metrics. Thanks @​dstoklosa !
  • Pull 1587 Throw IllegalStateException if request cache is not available when clearing. Thanks @​jack-kerouac !
Commits
  • 809104c Merge pull request #1901 from Netflix/publish_via_travis
  • 98dc4a7 disable javadocs lint
  • e07ad7d Merge branch 'publish_via_travis' of github.com:Netflix/Hystrix into publish_...
  • 61aeab1 ignore javadoc lint errors
  • d307dc4 Add travis encrypted secrets
  • ce37c04 Ignore tests for all builds
  • 916a464 Merge branch '1.5.x' of github.com:Netflix/Hystrix into publish_via_travis
  • 14a2f76 Add missing scripts needed to publish via travis
  • ed2c966 Merge pull request #1900 from Netflix/disable_tests
  • 42804c5 Disable test task on travis since the tests are flaky
  • Additional commits viewable in compare view

Updates hystrix-metrics-event-stream from 1.5.12 to 1.5.18

Release notes

Sourced from hystrix-metrics-event-stream's releases.

Version 1.5.13

  • Pull 1621 Fixed bug where an unsubscription of a command in half-open state leaves circuit permanently open
  • Pull 1605 Change return value on unsubscribe to Observable.empty(). Thanks @​atoulme !
  • Pull 1615 Updated Gradle to version 4.0. Thanks @​wlsc !
  • Pull 1616 Javanica: Wrong hystrix event type for fallback missing. Thanks @​dmgcodevil !
  • Pull 1606 Escape user entered input to avoid HTML injection. This fixes #1456. Thanks @​atoulme !
  • Pull 1595 Possibility to add custom root node for command and thread pool metrics. Thanks @​dstoklosa !
  • Pull 1587 Throw IllegalStateException if request cache is not available when clearing. Thanks @​jack-kerouac !

Artifacts: Maven Central, Bintray

Changelog

Sourced from hystrix-metrics-event-stream's changelog.

Hystrix Releases

Version 1.5.13 (Maven Central, Bintray)

  • Pull 1621 Fixed bug where an unsubscription of a command in half-open state leaves circuit permanently open
  • Pull 1605 Change return value on unsubscribe to Observable.empty(). Thanks @​atoulme !
  • Pull 1615 Updated Gradle to version 4.0. Thanks @​wlsc !
  • Pull 1616 Javanica: Wrong hystrix event type for fallback missing. Thanks @​dmgcodevil !
  • Pull 1606 Escape user entered input to avoid HTML injection. This fixes #1456. Thanks @​atoulme !
  • Pull 1595 Possibility to add custom root node for command and thread pool metrics. Thanks @​dstoklosa !
  • Pull 1587 Throw IllegalStateException if request cache is not available when clearing. Thanks @​jack-kerouac !
Commits
  • 809104c Merge pull request #1901 from Netflix/publish_via_travis
  • 98dc4a7 disable javadocs lint
  • e07ad7d Merge branch 'publish_via_travis' of github.com:Netflix/Hystrix into publish_...
  • 61aeab1 ignore javadoc lint errors
  • d307dc4 Add travis encrypted secrets
  • ce37c04 Ignore tests for all builds
  • 916a464 Merge branch '1.5.x' of github.com:Netflix/Hystrix into publish_via_travis
  • 14a2f76 Add missing scripts needed to publish via travis
  • ed2c966 Merge pull request #1900 from Netflix/disable_tests
  • 42804c5 Disable test task on travis since the tests are flaky
  • Additional commits viewable in compare view

Updates hystrix-codahale-metrics-publisher from 1.5.12 to 1.5.18

Release notes

Sourced from hystrix-codahale-metrics-publisher's releases.

Version 1.5.13

  • Pull 1621 Fixed bug where an unsubscription of a command in half-open state leaves circuit permanently open
  • Pull 1605 Change return value on unsubscribe to Observable.empty(). Thanks @​atoulme !
  • Pull 1615 Updated Gradle to version 4.0. Thanks @​wlsc !
  • Pull 1616 Javanica: Wrong hystrix event type for fallback missing. Thanks @​dmgcodevil !
  • Pull 1606 Escape user entered input to avoid HTML injection. This fixes #1456. Thanks @​atoulme !
  • Pull 1595 Possibility to add custom root node for command and thread pool metrics. Thanks @​dstoklosa !
  • Pull 1587 Throw IllegalStateException if request cache is not available when clearing. Thanks @​jack-kerouac !

Artifacts: Maven Central, Bintray

Changelog

Sourced from hystrix-codahale-metrics-publisher's changelog.

Hystrix Releases

Version 1.5.13 (Maven Central, Bintray)

  • Pull 1621 Fixed bug where an unsubscription of a command in half-open state leaves circuit permanently open
  • Pull 1605 Change return value on unsubscribe to Observable.empty(). Thanks @​atoulme !
  • Pull 1615 Updated Gradle to version 4.0. Thanks @​wlsc !
  • Pull 1616 Javanica: Wrong hystrix event type for fallback missing. Thanks @​dmgcodevil !
  • Pull 1606 Escape user entered input to avoid HTML injection. This fixes #1456. Thanks @​atoulme !
  • Pull 1595 Possibility to add custom root node for command and thread pool metrics. Thanks @​dstoklosa !
  • Pull 1587 Throw IllegalStateException if request cache is not available when clearing. Thanks @​jack-kerouac !
Commits
  • 809104c Merge pull request #1901 from Netflix/publish_via_travis
  • 98dc4a7 disable javadocs lint
  • e07ad7d Merge branch 'publish_via_travis' of github.com:Netflix/Hystrix into publish_...
  • 61aeab1 ignore javadoc lint errors
  • d307dc4 Add travis encrypted secrets
  • ce37c04 Ignore tests for all builds
  • 916a464 Merge branch '1.5.x' of github.com:Netflix/Hystrix into publish_via_travis
  • 14a2f76 Add missing scripts needed to publish via travis
  • ed2c966 Merge pull request #1900 from Netflix/disable_tests
  • 42804c5 Disable test task on travis since the tests are flaky
  • 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 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.


Dependabot has been acquired by GitHub  🎉

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 27, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 347e809 on dependabot/maven/hystrix.version-1.5.18 into 0ede759 on master.

Bumps `hystrix.version` from 1.5.12 to 1.5.18.

Updates `hystrix-core` from 1.5.12 to 1.5.18
- [Release notes](https://github.com/Netflix/Hystrix/releases)
- [Changelog](https://github.com/Netflix/Hystrix/blob/master/CHANGELOG.md)
- [Commits](Netflix/Hystrix@v1.5.12...v1.5.18)

Updates `hystrix-metrics-event-stream` from 1.5.12 to 1.5.18
- [Release notes](https://github.com/Netflix/Hystrix/releases)
- [Changelog](https://github.com/Netflix/Hystrix/blob/master/CHANGELOG.md)
- [Commits](Netflix/Hystrix@v1.5.12...v1.5.18)

Updates `hystrix-codahale-metrics-publisher` from 1.5.12 to 1.5.18
- [Release notes](https://github.com/Netflix/Hystrix/releases)
- [Changelog](https://github.com/Netflix/Hystrix/blob/master/CHANGELOG.md)
- [Commits](Netflix/Hystrix@v1.5.12...v1.5.18)
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/hystrix.version-1.5.18 branch from 347e809 to c909a70 Compare June 14, 2019 05:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant