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

Changelog History
Page 5

  • v1.4.10 Changes

    • Pull 804 Fix memory leak by switching back to AtomicIntegerArray for HystrixRollingPercentile
  • v1.4.9 Changes

    • Pull 799 Fix thread-safety of writes to HystrixRollingPercentile
  • v1.4.8 Changes

    • 🚚 Pull 797 Move all histogram reads to a single-threaded path.
    • Pull 794 Allow dashboard connection on 'Enter' keypress
    • Pull 787 Reject requests after metrics-event-stream servlet shutdown
    • ⚡️ Pull 785 Update metrics package from com.codahale.metrics to io.dropwizard.metrics
  • v1.4.7 Changes

    • ⬆️ Pull 783 Upgrade to RxJava 1.0.10
    • Pull 781 Shorten collapser stress test to avoid OOM in Travis
    • Pull 780 Allow hooks to throw exceptions and not corrupt internal Hystrix state
    • Pull 779 Use HdrHistogram for capturing latencies
    • Pull 778 Run jmh using more forks and fewer iterations/fork
    • Pull 776 Add Bad requests to Hystrix dashboard
    • Pull 775 Add counters for number of commands, thread pools, groups
    • Pull 774 Add global concurrent Hystrix threads counter
  • v1.4.6 Changes

    • Pull 772 Add try-catch to all hook invocations
    • 🚚 Pull 773 Move threadPool field to end of metrics stream
    • Pull 770 Fix AbstractCommand.isCircuitBreakerOpen() return value when circuit is forced open or closed
    • Pull 769 Add threadPool to command metrics in event stream
    • ⬆️ Pull 767 JMH upgrade and multithreaded benchmark
  • v1.4.5 Changes

    • ⬆️ 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
  • v1.4.4 Changes

    • 🗄 Pull 743 Proper Javadoc deprecation for command timeouts being thread-specific
    • Pull 742 Add flag to disable command timeouts
    • 🛠 Pull 741 Bugfix to java.lang.Error handling
    • Pull 735 (Javanica) BatchHystrixCommand
    • Pull 739 Mark some java.lang.Errors as unrecoverable and never trigger fallback
    • Pull 738 Filter out thread pools with no thread activity from hystrics-metrics-event-stream
    • Pull 732 Comment out flaky unit test
  • v1.4.3 Changes

    • Pull 731 Revert to Java 6
    • Pull 728 Add semaphore-rejected count to dashboard
    • 🔌 Pull 711 Use Archaius for plugin registration
    • Pull 671 Stop passing Transfer-Encoding header when streaming metrics
  • v1.4.2 Changes

    • 🛠 Pull 723 Fixed Javanica issue where annotation appeared in superclasses
    • Pull 727 Fixed TravisCI issue by raising timeout in fallback rejection unit test
    • 🛠 Pull 724 Fixed backwards-incompatibility where using a custom HystrixConcurrencyStrategy forced use of a non-null HystrixRequestContext
    • Pull 717 Added error message to dashboard HTML when connection to metrics source fails
  • v1.4.1 Changes

    • 🛠 Pull 716 Fixed backwards-incompatibility where .execute(), .queue(), .observe(), .toObservable() were all made final in 1.4.0