Releases: serilog-contrib/Serilog.Enrichers.Sensitive
Releases · serilog-contrib/Serilog.Enrichers.Sensitive
1.7.3.0
- Add support for masking property values that contain a
Uri
, reported by @yadanilov19
1.7.2.0
1.7.1.0
- Support confguring masking operators using Serilog.Settings.Configuration (mainly
appsettings.json
)
1.7.0.0
- Allow configuration through
appsettings.json
files.
1.6.0.0
- Pass match to
PreprocessMask
to allow for further customisation of mask value
1.5.1.0
- Add support for dictionaries in destructured objects
1.5.0.0
- Add support for collections in destructured objects
- Add support for destructured objects which are collections
1.4.0.0
- Add support for masking destructured objects
- Marked the
WithSensitiveDataMasking()
methods that take specific parameters as obsolete in favour of theWithSensitiveDataMasking(options => {})
version
1.3.0.0
v1.1.0
This release:
- Add support to supply a custom mask value #6
- Add support to always mask a property regardless of value #7
Thanks to @Eliemer and @dammitjanet for the suggestions 👍