Hystrix v1.5.9 Release Notes

Release Date: 2016-12-21 // over 7 years ago
    • ๐ŸŒฒ Pull 1423 Write correct value to error log when maximumSize < coreSize. Thanks @diver-in-sky!
    • ๐Ÿ‘ Pull 1412 Javanica: raiseHystrixExceptions support for Observables. Thanks @michaelcowan !
    • ๐Ÿ”Œ Pull 1441 Use Gretty Gradle plugin for hystrix-examples-webapp
    • ๐Ÿš€ Pull 1442 Fix handling of client-connect/disconnect never getting released if it occurs before metrics start getting produced by hystrix-metrics-event-stream. Thanks for review, @mattnelson!
    • ๐Ÿš€ Pull 1444 More efficient server thread release in hystrix-metrics-event-stream. Thanks @mattnelson for the suggestion!
    • ๐Ÿ”Œ Pull 1443 Use Gretty Gradle plugin for hystrix-dashboard
    • Pull 1445 Add missing onUnsubscribe hook to execution hooks
    • ๐Ÿ‘ป Pull 1414 Introduce NotWrappedByHystrix exception type to indicate Hystrix should propagate it back without wrapping in a HystrixRuntimeException. Thanks @tbvh!
    • ๐Ÿšš Pull 1448 Remove dependency on jackson-cbor in hystrix-serialization. This belongs in a different module. Existing public methods now throw an exception.
    • Pull 1435 Allow the property allowMaximumSixeToDivergeFromCoreSize to be set dynamically. Thanks @ptab!
    • Pull 1447 Allow the property allowMaximumSixeToDivergeFromCoreSize to be set dynamically.
    • ๐Ÿ”ง Pull 1449 Introduce a distinction between maximumSize (configured value) and actualMaximumSize (value used to set the thread pool maximum size). Publish both values to make understanding configuration more straightforward. Thanks @ptab!

    Artifacts: Maven Central, Bintray