Skip to content

0.0.6-a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@armurox armurox released this 28 Feb 12:24
· 1 commit to add-version-0.0.6 since this release

Testing PyPI release - alpha 1

Resolved Issues:

Added Features:

  • Redaction now applied to generic mapping types, including:
    1. dict
    2. collections.OrderedDict
    3. frozendict.frozendict
    4. collections.ChainMap
    5. types.MappingProxyType
    6. collections.UserDict
      and any other mapping class that inherits from collections.Mapping

Full Changelog: 0.0.5...0.0.6-a1