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 com.netflix.hystrix:hystrix-core from 1.5.2 to 1.5.18 #135

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2023

Bumps com.netflix.hystrix:hystrix-core from 1.5.2 to 1.5.18.

Release notes

Sourced from com.netflix.hystrix:hystrix-core's releases.

Version 1.5.13

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

... (truncated)

Changelog

Sourced from com.netflix.hystrix:hystrix-core's changelog.

Hystrix Releases

Version 1.5.13 (Maven Central, Bintray)

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)

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [com.netflix.hystrix:hystrix-core](https://github.com/Netflix/Hystrix) from 1.5.2 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.2...v1.5.18)

---
updated-dependencies:
- dependency-name: com.netflix.hystrix:hystrix-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2023
@oliver-brm
Copy link
Collaborator

oliver-brm commented Dec 26, 2023 via email

@dependabot dependabot bot merged commit 66c1390 into master Dec 26, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.netflix.hystrix-hystrix-core-1.5.18 branch December 26, 2023 07:19
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
Development

Successfully merging this pull request may close these issues.

1 participant