Changed
- The Microsoft and Newtonsoft JSON serializers will no longer redact the sensitive data
types by default. This feature provided minimal benefit and complicated configuration.
Added
- Support for .Net 8.
Fixed
- The
PII
andSecret
types now implementIComparable
so that they can be sorted.