Skip to content

Releases: armurox/loggingredactor

Logging Redactor 0.0.6 (2025-01-03)

01 Mar 07:46
75ae0a0
Compare
Choose a tag to compare

Feature Release

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

What's Changed

Full Changelog: 0.0.5...0.0.6

v0.0.6-a2

28 Feb 14:01
Compare
Choose a tag to compare
v0.0.6-a2 Pre-release
Pre-release

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

28 Feb 12:24
Compare
Choose a tag to compare
0.0.6-a1 Pre-release
Pre-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

Logging Redactor 0.0.5 (2024-14-11)

14 Nov 18:00
Compare
Choose a tag to compare

Minor Release

  • Update README

Full Changelog: 0.0.4...0.0.5

Logging Redactor 0.0.4 (2024-14-11)

14 Nov 17:51
Compare
Choose a tag to compare

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)

14 Nov 16:47
62eb8aa
Compare
Choose a tag to compare

#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

14 Nov 16:35
Compare
Choose a tag to compare
  • Bug fix - Catch generic exception in deepcopy (includes pickling and type errors)

Logging Redactor 0.0.2 (2024-14-11)

14 Nov 16:00
510db99
Compare
Choose a tag to compare

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

14 Nov 15:00
Compare
Choose a tag to compare
Pre-release
  • Updated README
  • Updated patterns key to mask_patterns

Logging Redactor 0.0.2 Test Release - Beta

14 Nov 14:41
Compare
Choose a tag to compare
  • Changed default_mask key to mask