-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Re-release Hystrix 1.5.11 #1891
Comments
@elandau thanks, this helps shed a bit of light on Netflix's internal approach to Hystrix. Can you confirm if the project is going to be maintained in the future e.g. as asked #1876? |
Hystrix 1.5.11 was re-released as 1.5.18, s. Netflix/Hystrix#1891 and https://github.com/Netflix/Hystrix/releases/tag/v1.5.18
https://repo1.maven.org/maven2/com/netflix/hystrix/hystrix-core/1.5.18/ is on maven central |
@andystanton To answer your question directly, we have just transitioned Hystrix to maintenance mode, and have updated the Readme with additional details. |
Hystrix 1.5.11 was re-released as 1.5.18, s. Netflix/Hystrix#1891 and https://github.com/Netflix/Hystrix/releases/tag/v1.5.18
Hystrix 1.5.11 was re-released as 1.5.18, s. Netflix/Hystrix#1891 and https://github.com/Netflix/Hystrix/releases/tag/v1.5.18 This PR replaces #3281
The current Netflix internal usage of Hystrix is pinned to version 1.5.11. There are issues and instabilities to Hystrix 1.5.13 that make it problematic to use. For Netflix, the primary goal at this point is maintaining Hystrix stability, even if that means accepting known issues that need to be worked around. To this end, Hystrix 1.5.11 should be re-released to Maven Central as Hystrix 1.5.14 so that the latest version of Hystrix in Maven Central is at a known-stable state.
The text was updated successfully, but these errors were encountered: