Added
- Added
max_recursion_depth
argument toCascadeConfig
to limit the depth of
hierarchically updating nested dictionaries. When the maximum nesting depth is
exceeded, the new dictionary will be used as-is, overwriting any previous
values under that dictionary tree.