v2.2.0
-
#35 Change command loggers to use the command name instead of the generic class name.
[Hudl.Mjolnir.Command.Command
1]becomes
[Hudl.Mjolnir.Command.group-name.CommandName]`. -
#34 Allow global default configuration via chained
ConfigurableValues
. Example:mjolnir.breaker.<breaker-name>.thresholdPercentage
mjolnir.breaker.default.thresholdPercentage
- 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.