Skip to content

Releases: serilog-contrib/Serilog.Enrichers.Sensitive

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

1.3.0.0

02 Oct 15:23
Compare
Choose a tag to compare
  • Add the default enricher logo to package #5
  • Add option to exclude properties from masking #9

v1.1.0

09 Sep 15:46
56e0ad0
Compare
Choose a tag to compare

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 👍