Releases: armurox/loggingredactor
Releases · armurox/loggingredactor
Logging Redactor 0.0.6 (2025-01-03)
Feature Release
Resolved Issues:
- #7 , reported by @mtahirtariq
Added Features:
- Redaction now applied to generic mapping types, including:
dict
collections.OrderedDict
frozendict.frozendict
collections.ChainMap
types.MappingProxyType
collections.UserDict
and any other mapping class that inherits fromcollections.Mapping
What's Changed
Full Changelog: 0.0.5...0.0.6
v0.0.6-a2
Testing PyPI release - alpha 2
Resolved Issues:
- Preserve ordering of Ordered mapping items, regardless of python
dict
implementation
Full Changelog: 0.0.6-a1...0.0.6-a2
0.0.6-a1
Testing PyPI release - alpha 1
Resolved Issues:
- #7 , reported by @mtahirtariq
Added Features:
- Redaction now applied to generic mapping types, including:
dict
collections.OrderedDict
frozendict.frozendict
collections.ChainMap
types.MappingProxyType
collections.UserDict
and any other mapping class that inherits fromcollections.Mapping
Full Changelog: 0.0.5...0.0.6-a1
Logging Redactor 0.0.5 (2024-14-11)
Logging Redactor 0.0.4 (2024-14-11)
Minor Release
- Fix metadata so that piwheel can index the package correctly
Full Changelog: 0.0.3...0.0.4
Logging Redactor 0.0.3 (2024-14-11)
#Minor Release
Bug fixes:
- Fixed TypeError Exception catch to catch generic release
Full Changelog: 0.0.2...0.0.3
LoggingRedactor TestRelease v0.0.3 Alpha - 1
- Bug fix - Catch generic exception in deepcopy (includes pickling and type errors)
Logging Redactor 0.0.2 (2024-14-11)
What's Changed
- Version 0.0.2 - Optimization Suggestion Issue by @armurox in #4
- Changed default_mask to mask
- Changed patterns to mask_patterns
Bug fixes:
- Fixed a TypeError occurring when redacting IOStreams
- The added support for tuples is technically a bug fix, as it was meant to be present in the original release.
Improved Documentation:
- Fixed typos
- Fixed illustrative loggingconfig example
Full Changelog: 0.0.1...0.0.2
LoggingRedactor Test Release - beta 2
- Updated README
- Updated patterns key to mask_patterns
Logging Redactor 0.0.2 Test Release - Beta
- Changed default_mask key to mask