Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.12k stars 4.7k forks source link

When is the next version expected? 1.5.13 was released over a year ago #1841

Open doron-levi opened 6 years ago

doron-levi commented 6 years ago

There are fixes in hystrix-metrics-event-stream we need.

Thanks!

henrik242 commented 6 years ago

Any ideas on when/if we can expect a new release @drobertduke @timbozo @qiangdavidliu @howardyuan ?

There seems to be multiple issues where this is asked, e.g. https://github.com/Netflix/Hystrix/issues/1822 and https://github.com/Netflix/Hystrix/issues/1783

(Also adding refs to the metrics-event-stream issues: https://github.com/Netflix/Hystrix/pull/1757 https://github.com/Netflix/Hystrix/issues/1756 )