Skip to content

CF7 to API v1.3.7

Choose a tag to compare

@github-actions github-actions released this 06 Jan 18:13
· 123 commits to main since this release
Immutable release. Only release title and notes can be modified.

Fixed

  • Sensitive Data Anonymization: Fixed case-insensitive matching for custom sensitive patterns
    • Custom patterns with mixed case (e.g., primaryPhone, primaryEmail) now correctly match field names
    • Pattern comparison is now case-insensitive on both sides (field name and pattern)

Added

  • Test Coverage: Added test for custom sensitive patterns with mixed case from Settings