Hystrix v1.4.5 Release Notes

    • ⬆️ Pull 764 Upgrade RxJava from 1.0.7 to 1.0.9
    • ⬆️ Pull 763 Upgrade Jackson for hystrix-metrics-event-stream from 1.9.2 to 2.5.2
    • Pull 760 Set Hystrix-created threads to be daemon
    • ⚡️ Pull 757 Update RxNetty version in hystrix-rx-netty-metrics-stream from 0.3.8 to 0.4.7
    • Pull 755 Improve Javadoc for HystrixThreadPoolProperties.Setter
    • Pull 754 Only fire onFallbackStart/onFallbackError hooks when a user-supplied fallback is invoked
    • Pull 753 Add timeout to dashboard for semaphore commands
    • 🐎 Pull 750 First pass at jmh performance benchmarking
    • Pull 748 Fix return value of HystrixCircuiBreakerImpl.isOpen when it loses a race to open a circuit
    • Pull 746 Improve Javadoc for HystrixCommandProperties.Setter