All Versions
102
Latest Version
Avg Release Cycle
113 days
Latest Release
2157 days ago
Changelog History
Page 10
Changelog History
Page 10
-
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.2 Changes
- Pull 44 Hystrix Dashboard
-
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