Skip to content

Commit 5ced2c2

Browse files
committed
Updated README.md
1 parent 8e70198 commit 5ced2c2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,13 @@ logging.config.dictConfig(LOGGING)
128128
The essence boils down to adding the RedactingFilter to your logging config, and to the filters section of the associated handlers to which you want to apply the redaction.
129129

130130

131-
## Release Notes - v0.0.5:
131+
## Release Notes - v0.0.6:
132132

133133
### Improvements and Changes
134-
- Optimized function that applies the redaction (was setting the logger message value twice).
135-
- Changed default_mask key initialization to mask
136-
- Changed patterns key initialization to mask_patterns
134+
- Allow redaction of any generic mapping type, including `frozendict` and `OrderedDict`.
137135

138136
### Bug Fixes
139-
- Handled any exceptions related to deepcopies failing, related to attempt to redact IOStreams, including TypeError
137+
- Fix bug that was converting non-string data types to strings. (Reported in issue [#7](https://github.com/armurox/loggingredactor/issues/7))
140138

141139

142140
## A Note about the Motivation behind Logging Redactor:

0 commit comments

Comments
 (0)