All Versions
102
Latest Version
Avg Release Cycle
113 days
Latest Release
1986 days ago

Changelog History
Page 4

  • v1.4.20 Changes

    • ⬆️ Pull 965 Upgrade Nebula Gradle plugin
    • 👍 Pull 962 Javanica: Support for async commands
    • Pull 960 Avoid Clojure reflection in hystrix-clj
    • Pull 957 Javanica: Fix threadpool properties
    • ⬆️ Pull 956 Upgrade JMH from 1.10.3 to 1.11.1
    • 👍 Pull 945 Javanica: Compile-time weaving support
    • 👍 Pull 952 Tolerate lack of RequestContext better for custom concurrency strategies
    • ⬆️ Pull 947 Upgrade RxNetty to 0.4.12 for RxNetty metrics stream
    • Pull 946 More extension-friendly Yammer metrics publisher
    • Pull 944 Fix generated POM to include dependencies in 'compile' scope
    • Pull 942 Fix metrics stream fallbackEmit metric
    • Pull 941 Add FALLBACK_MISSING event type and metric
  • v1.4.19 Changes

    This version should be the exact same as 1.4.20, but suffered problems during the publishing process. Please use 1.4.20 instead.

  • v1.4.18 Changes

    • 🚚 Pull 934 Remove duplicate EventSource from dashboard
    • Pull 931 Make HystrixTimeoutException public
    • 👍 Pull 930 Support collapser metrics in HystrixMetricPublisher implementations
    • Pull 927 Dashboard fix to isCircuitBreakerOpen
  • v1.4.17 Changes

    • Pull 924 Dashboard protection against XSS
    • ⬆️ Pull 923 Upgrade to RxJava 1.0.14
    • Pull 922 Add DEBUG tag to Servo rolling counter and made it a GaugeMetric
  • v1.4.16 Changes

    • 👍 Pull 917 Better version of making servo-metrics-publisher extension-friendly
    • Pull 912 Only look up if HystrixRequestCache is enabled once per HystrixObservableCollapser-invocation
    • Pull 911 Unit test for large threadpool/small queue case in command execution
    • Pull 910 Make servo-metrics-publisher more extension-friendly
    • Pull 905 HystrixObservableCollapser examples
    • Pull 902 Cleanup HystrixObservableCollapser unit tests
    • 🚚 Pull 900 Remove commons-collections dependency from hystrix-javanica
    • Pull 897 Fix missing null check in hystrix-javanica HystrixCacheKeyGenerator
  • v1.4.15 Changes

    • 🛠 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
  • v1.4.14 Changes

  • v1.4.13 Changes

    • Pull 839 Fix typo in hystrix-dashboard js
    • Pull 838 Add back unit tests for Hystrix class and its reset() method in particular
    • ⬆️ Pull 837 Upgrade to RxJava 1.0.13
    • Pull 830 Add validation for rollingCountBadRequest in hystrix-dashboard
  • v1.4.12 Changes

    • Pull 826 Safely handle negative input for delay parameter to metrics stream servlet
    • Pull 825 Only check bucket properties at HystrixRollingNumber construction
    • Pull 824 Only check bucket properties at HystrixRollingPercentile construction
    • Pull 823 Fix half hidden mean metric in Hystrix Dashboard because of container height
    • Pull 818 Only check maxQueueSize value at thread pool construction
  • v1.4.11 Changes

    • ⬆️ Pull 814 Upgrade to RxJava 1.0.12
    • Pull 813 Output something when Hystrix falls back on recoverable java.lang.Error
    • Pull 812 Fixing overload functions in hystrix-clj
    • ⚡️ Pull 808 Update Hystrix Metrics Stream README