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 hystrix-core from 1.5.2 to 1.5.18 #309

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 13, 2020

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps hystrix-core from 1.5.2 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

Version 1.5.12

  • Pull 1586 Start streams for CodaHale metric consumer, ot get it actually working
  • Pull 1584 Javanica: Wire up allowMaximumSizeToDivergeFromCoreSize thread-pool property
  • Pull 1585 Fix actualMaximumSize Codahale threadpool metric calculation
  • Pull 1567 Fix interaction between ExceptionNotWrappedInHystrix and HystrixBadRequestException. Thanks @gagoman !
  • Pull 1576 Fix permyriad calculation for 99.9p latency
  • Pull 1524 Javanica: Support rx.Single or rx.Completable types. Thanks @dmgcodevil !
  • Pull 1574 Add unit-test for using a Completable in a HystrixObservableCommand
  • Pull 1572 Javanica: Wire up maximumSize thread-pool property. Thanks @dmgcodevil !
  • Pull 1573 Javanica: Don't get cause from HystrixBadRequestException if null. Thanks @dmgcodevil !
  • Pull 1570 Only create HystrixContextRunnable in timeout case lazily, when timeout is fired
  • Pull 1568 Made circuit-opening happen in background thread, powered by metric streams
  • Pull 1561 Add error-handling for unexpected errors to servlet writes in metric sample servlet
  • Pull 1556 Typo fix in Javanica fallback log. Thanks @Thunderforge !
  • Pull 1551 Match colors in multiple circuit-breaker status case. Thanks @eunmin !
  • Pull 1547 Support multiple circuit-breaker statuses in dashboard against aggregated data. Thanks @eunmin !
  • Pull 1539 Fix unintentionally shared variable in hystrix-metrics-event-stream-jaxrs. Thanks @justinjose28 !
  • Pull 1535 Move markCommandExecution after markEvent SUCCESS to allow eventNotifier to have full context of execution. Thanks @bltb!

Artifacts: Maven Central, Bintray

Version 1.5.11

Artifacts: Maven Central, Bintray

Version 1.5.10

  • Pull 1489 Added rollingMaxConcurrentExecutionCount to CodaHale metrics publisher. Thanks @LuboVarga !
  • Pull 1481 Add sanity checking to HystrixCommandAspect to debug unreproducible cases. Thanks @dmgcodevil !
... (truncated)
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 !

Version 1.5.12 (Maven Central, Bintray)

  • Pull 1586 Start streams for CodaHale metric consumer, ot get it actually working
  • Pull 1584 Javanica: Wire up allowMaximumSizeToDivergeFromCoreSize thread-pool property
  • Pull 1585 Fix actualMaximumSize Codahale threadpool metric calculation
  • Pull 1567 Fix interaction between ExceptionNotWrappedInHystrix and HystrixBadRequestException. Thanks @gagoman !
  • Pull 1576 Fix permyriad calculation for 99.9p latency
  • Pull 1524 Javanica: Support rx.Single or rx.Completable types. Thanks @dmgcodevil !
  • Pull 1574 Add unit-test for using a Completable in a HystrixObservableCommand
  • Pull 1572 Javanica: Wire up maximumSize thread-pool property. Thanks @dmgcodevil !
  • Pull 1573 Javanica: Don't get cause from HystrixBadRequestException if null. Thanks @dmgcodevil !
  • Pull 1570 Only create HystrixContextRunnable in timeout case lazily, when timeout is fired
  • Pull 1568 Made circuit-opening happen in background thread, powered by metric streams
  • Pull 1561 Add error-handling for unexpected errors to servlet writes in metric sample servlet
  • Pull 1556 Typo fix in Javanica fallback log. Thanks @Thunderforge !
  • Pull 1551 Match colors in multiple circuit-breaker status case. Thanks @eunmin !
  • Pull 1547 Support multiple circuit-breaker statuses in dashboard against aggregated data. Thanks @eunmin !
  • Pull 1539 Fix unintentionally shared variable in hystrix-metrics-event-stream-jaxrs. Thanks @justinjose28 !
  • Pull 1535 Move markCommandExecution after markEvent SUCCESS to allow eventNotifier to have full context of execution. Thanks @bltb!

Version 1.5.11 (Maven Central, Bintray)

Version 1.5.10 (Maven Central, Bintray)

  • Pull 1489 Added rollingMaxConcurrentExecutionCount to CodaHale metrics publisher. Thanks @LuboVarga !
  • Pull 1481 Add sanity checking to HystrixCommandAspect to debug unreproducible cases. Thanks @dmgcodevil !
... (truncated)
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 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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 13, 2020
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

0 participants