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

Changelog History
Page 1

  • v1.5.18

    November 16, 2018
  • v1.5.17

    November 16, 2018
  • v1.5.16

    November 10, 2018
  • v1.5.15

    April 07, 2017
  • v1.5.14

    April 07, 2017
  • v1.5.13 Changes

    July 13, 2017
    • ๐Ÿ›  Pull 1621 Fixed bug where an unsubscription of a command in half-open state leaves circuit permanently open
    • Pull 1605 Change return value on unsubscribe to Observable.empty(). Thanks @atoulme !
    • โšก๏ธ Pull 1615 Updated Gradle to version 4.0. Thanks @wlsc !
    • Pull 1616 Javanica: Wrong hystrix event type for fallback missing. Thanks @dmgcodevil !
    • ๐Ÿ›  Pull 1606 Escape user entered input to avoid HTML injection. This fixes #1456. Thanks @atoulme !
    • Pull 1595 Possibility to add custom root node for command and thread pool metrics. Thanks @dstoklosa !
    • Pull 1587 Throw IllegalStateException if request cache is not available when clearing. Thanks @jack-kerouac !

    Artifacts: Maven Central, Bintray

  • v1.5.12 Changes

    May 16, 2017
    • Pull 1586 Start streams for CodaHale metric consumer, ot get it actually working
    • Pull 1584 Javanica: Wire up allowMaximumSizeToDivergeFromCoreSize thread-pool property
    • Pull 1585 Fix actualMaximumSize Codahale threadpool metric calculation
    • Pull 1567 Fix interaction between ExceptionNotWrappedInHystrix and HystrixBadRequestException. Thanks @gagoman !
    • ๐Ÿšค Pull 1576 Fix permyriad calculation for 99.9p latency
    • ๐Ÿ‘ Pull 1524 Javanica: Support rx.Single or rx.Completable types. Thanks @dmgcodevil !
    • โœ… Pull 1574 Add unit-test for using a Completable in a HystrixObservableCommand
    • Pull 1572 Javanica: Wire up maximumSize thread-pool property. Thanks @dmgcodevil !
    • Pull 1573 Javanica: Don't get cause from HystrixBadRequestException if null. Thanks @dmgcodevil !
    • โฑ Pull 1570 Only create HystrixContextRunnable in timeout case lazily, when timeout is fired
    • Pull 1568 Made circuit-opening happen in background thread, powered by metric streams
    • Pull 1561 Add error-handling for unexpected errors to servlet writes in metric sample servlet
    • ๐ŸŒฒ Pull 1556 Typo fix in Javanica fallback log. Thanks @Thunderforge !
    • Pull 1551 Match colors in multiple circuit-breaker status case. Thanks @eunmin !
    • ๐Ÿ‘ Pull 1547 Support multiple circuit-breaker statuses in dashboard against aggregated data. Thanks @eunmin !
    • Pull 1539 Fix unintentionally shared variable in hystrix-metrics-event-stream-jaxrs. Thanks @justinjose28 !
    • ๐Ÿšš Pull 1535 Move markCommandExecution after markEvent SUCCESS to allow eventNotifier to have full context of execution. Thanks @bltb!

    Artifacts: Maven Central, Bintray

  • v1.5.11 Changes

    April 10, 2017
    • Pull 1531 Add assertion to dashboard receiving metrics data. Thanks @lholmquist !
    • ๐Ÿšš Pull 1529 Remove commons-collection as dependency of hystrix-javanica. Thanks @Psynbiotik !
    • ๐Ÿ”’ Pull 1532 Move metrics subscription out of synchronized block in HealthCountsStream to limit time spent holding a lock.
    • Pull 1513 Fixed COMMAND_MAX_ACTIVE metrics for Coda Hale metrics. Thanks @chrisgray !
    • ๐Ÿ›  Pull 1515 Fixed comment typo in HystrixCommand. Thanks @kmkr !
    • โฌ†๏ธ Pull 1512 Upgrade codahale metrics-core to 3.2.2. Thanks @chrisgray !
    • Pull 1507 README typo fix. Thanks @piperchester !
    • Pull 1503 Allow BadRequest exceptions to not be attached if user explicitly wants unwrapped exceptions. Thanks @mNantern !
    • ๐Ÿšš Pull 1502 Remove useless code in HystrixConcurrencyStrategy. Thanks @zzzvvvxxxd !
    • Pull 1495 Add hystrix-metrics-event-stream-jaxrs. Thanks @justinjose28 !
    • โฌ†๏ธ Pull 1498 Upgrade Servo to 0.10.1 in hystrix-servo-metrics-publisher

    Artifacts: Maven Central, Bintray

  • v1.5.10 Changes

    March 08, 2017

    Artifacts: Maven Central, Bintray

  • v1.5.9 Changes

    December 21, 2016
    • ๐ŸŒฒ 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