Skip to content

1.5.x

Closed May 19, 2016 92% complete

This is a minor release with a few small breaking changes. These are all moving targets as I evaluate their impact.

As of now, I plan to merge:
#843 Abstract HystrixCommandMetrics / HystrixThreadPoolMetrics / HystrixCollapserMetrics
#684 Remove deprecated hook API
#673 Deprecate execution.isolation.thread.timeoutInMIlliseconds property name in favor of ex…

This is a minor release with a few small breaking changes. These are all moving targets as I evaluate their impact.

As of now, I plan to merge:
#843 Abstract HystrixCommandMetrics / HystrixThreadPoolMetrics / HystrixCollapserMetrics
#684 Remove deprecated hook API
#673 Deprecate execution.isolation.thread.timeoutInMIlliseconds property name in favor of execution.timeoutInMilliseconds
#9 Configurable circuit-breaker strategy

In addition, I plan to add an option for HdrHistogram metrics to implement the abstraction created in #843. This will not be the default at first.

The rollout strategy will be to issue a series of 1.5.0-rc.x until the functionality has been proven to work in Netflix production and via all unit/performance tests. Then, I will cut the 1.5.0 release with detailed notes on all breaking changes