Skip to content

v2.2.0

Compare
Choose a tag to compare
@robhruska robhruska released this 04 Dec 15:48
· 252 commits to master since this release
  • #35 Change command loggers to use the command name instead of the generic class name. [Hudl.Mjolnir.Command.Command1]becomes[Hudl.Mjolnir.Command.group-name.CommandName]`.

  • #34 Allow global default configuration via chained ConfigurableValues. Example:

    1. mjolnir.breaker.<breaker-name>.thresholdPercentage
    2. mjolnir.breaker.default.thresholdPercentage
    3. Literal default from CommandContext (50).

    Soft breaking change: Any breakers or pools that had previously been named default will and received specific configuration values will cause those values to get used over the defaults in the code.