Hystrix v1.4.15 Release Notes

    • ๐Ÿ›  Pull 890 Allow multiple responses per collapser argument. No semantic change for HystrixCollapser, but a bugfix to HystrixObservableCollapser
    • โœ… Pull 892 Cache Setter in MultithreadedMetricsPerfTest
    • โœ… Pull 891 Add request context to command JMH tests
    • Pull 889 Replace subscribe() in RequestBatch with unsafeUnsubscribe()
    • Pull 887 Only look up if HystrixRequestCache is enabled once per collapser-invocation
    • Pull 885 Only look up if HystrixRequestCache is enabled once per command-invocation
    • Pull 876 Report BAD_REQUEST to HystrixRequestLog
    • Pull 861 Make hystrix-javanica OSGI-compliant
    • Pull 856 Add missing licenses
    • Pull 855 Save allocation if using a convenience constructor for HystrixCommand
    • ๐Ÿ— Pull 853 Run Travis build in a container
    • โœ… Pull 848 Unit tests to demonstrate HystrixRequestLog was not experiencing data races