Skip to content

v2.1.0

Choose a tag to compare

@beningreenjam beningreenjam released this 05 Oct 16:42
· 371 commits to main since this release

Full Changelog: v2.0.2...v2.1.0

This release makes the following changes:

  • FEAT: Partial redaction for any string value. Great for redacting sensitive parts of XML and plain text API responses
  • FEAT: Extended support for non-iterable values, such as URL, Map and Set instances
  • FIX: non-iterable values were being stripped from the output when serialise / serialize was set to false
  • TESTS: additional test coverage
  • DOCS: updated README and benchmark results