Wallaby Series Release Notes¶
3.7.1¶
Bug Fixes¶
Fixes the mapping of ‘system_scope’ to ‘system’ when enforce is called with a ‘creds’ dictionary instead of a RequestContext.
3.7.0¶
New Features¶
DeprecatedRule
now accepts two new parameters:deprecated_reason
anddeprecated_since
. These should be used in place of the equivalent parameters on the rule that is replacing this rule in order to avoid confusion.
Upgrade Notes¶
Users with a
RuleDefault
orDocumentedRuleDefault
that have configured adeprecated_rule
should move thedeprecated_reason
anddeprecated_since
parameters to thisDeprecatedRule
.