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

Changelog History
Page 10

  • v1.2.0 Changes

    • ๐Ÿ”Œ Issue 10 HystrixCommand Execution Hooks via Plugin
      • Pull 71 Change Throwable to Exception
      • Pull 71 jettyRun support for running webapps via gradle
    • Issue 15 Property to disable percentile calculations
    • Issue 69 Property to disable fallbacks
    • Pull 73 Make servlet-api a provided dependency
    • Pull 74 Dashboard problem when using Turbine (Stream not flushing)
  • v1.1.7 Changes

    • โœ… Pull 67 Unit tests for request log and checked exceptions
    • Pull 66 Making provided scope transtive
    • ๐Ÿ— Pull 65 Fixed gitignore definition of build output directories
    • ๐Ÿ‘ป Issue 63 Add "throws Exception" to HystrixCommand run() method
    • ๐Ÿ’ป Pull 62 applying js fixes to threadPool ui
    • ๐ŸŒฒ Pull 61 Request log with timeouts
    • Issue 55 HysrixRequestLog: Missing Events and Time on Timeouts
    • Issue 20 TotalExecutionTime not tracked on queue()
    • Pull 57 Dashboard js fix
    • ๐Ÿ”Œ Issue 39 HystrixPlugins Bootstrapping Problem - Race Conditions
    • ๐Ÿ— Pull 52 Gradle Build Changes
  • v1.1.6 Changes

    • ๐Ÿ”€ Pull 51 Merging in gradle-template, specifically provided
  • v1.1.5 Changes

    • Pull 50 Make javax.servlet-api a 'provided' dependency not 'compile'
  • v1.1.4 Changes

    • Pull 49 Cleaner design (for metrics) by injecting listener into constructor.
  • v1.1.3 Changes

    • ๐Ÿ‘ Pull 47 Support pausing/resuming metrics poller
    • โœ… Pull 48 Fixing non-deterministic unit test
    • README files added to submodules
  • v1.1.2 Changes

  • v1.1.1 Changes

    • ๐Ÿ‘ Issue 24 Yammer Metrics Support
    • Pull 43 Fix the wrong percentile for latencyExecute_percentile_75 in the Servo publisher
  • v1.1.0 Changes

    • Pull 32 servo-event-stream module
    • ๐Ÿšš Pull 33 Remove Servo dependency from core, move to submodule
    • Pull 35 Metrics event stream
    • ๐Ÿšš Issue 34 Remove Strategy Injection on HystrixCommand
    • Pull 36 example webapp
    • Pull 37 Migrate metrics stream from org.json.JSONObject to Jackson
  • v1.0.3 Changes

    • Pull 4 Contrib request context servlet filters
    • Pull 16 Change logger from info to debug for property changes
    • Issue 12 Use logger.error not logger.debug for fallback failure
    • ๐Ÿ‘ป Issue 8 Capture exception from run() and expose getter
    • 0๏ธโƒฃ Issue 22 Default Collapser scope to REQUEST if using Setter
    • Pull 27 Initialize HealthCounts to non-null value
    • ๐Ÿ”จ Issue 28 Thread pools lost custom names in opensource refactoring
    • Pull 30 Simplified access to HystrixCommandMetrics
    • Javadoc and README changes