Skip to content

Releases: serilog-contrib/Serilog.Enrichers.Sensitive

2.1.0.0

18 Aug 10:08
Compare
Choose a tag to compare

Add support for wildcard matching on properties to mask.
See here for usage details.

2.0.0.0

08 Aug 07:50
ba35257
Compare
Choose a tag to compare

This release introduces support for configuring MaskProperties via JSON. As the version number indicates this is a breaking change as the C# equivalent had to be changed to match.
See the README for more details on configuring specific property masking options.

1.7.3.0

04 Aug 12:20
0dc043f
Compare
Choose a tag to compare
  • Add support for masking property values that contain a Uri, reported by @yadanilov19

1.7.2.0

04 Mar 21:20
Compare
Choose a tag to compare
  • FIx issue where Microsoft.Extensions.Configuration.Binder version 7.0.0 or up was required for JSON configuration to work. #25

1.7.1.0

03 Feb 21:13
Compare
Choose a tag to compare

1.7.0.0

23 Jan 21:00
Compare
Choose a tag to compare
  • Allow configuration through appsettings.json files.

1.6.0.0

23 Jan 20:46
Compare
Choose a tag to compare
  • Pass match to PreprocessMask to allow for further customisation of mask value

1.5.1.0

20 Oct 09:29
Compare
Choose a tag to compare
  • Add support for dictionaries in destructured objects

1.5.0.0

19 Oct 12:52
Compare
Choose a tag to compare
  • Add support for collections in destructured objects
  • Add support for destructured objects which are collections

1.4.0.0

11 Oct 08:32
Compare
Choose a tag to compare
  • Add support for masking destructured objects
  • Marked the WithSensitiveDataMasking() methods that take specific parameters as obsolete in favour of the WithSensitiveDataMasking(options => {}) version