Skip to content

Alterix 1.4.2: Enhanced Case Sensitivity

Compare
Choose a tag to compare
@mtnmunuklu mtnmunuklu released this 03 Jun 07:35
· 21 commits to main since this release

πŸ†™ Key Updates

  • Field Name Case Sensitivity Enhancement πŸ”

    • Added ToLower functionality for field names in baseComparatorCaseSensitive, ensuring proper handling of case sensitivity.
  • Respect Case Sensitivity Without Modifiers πŸŽ›οΈ

    • Updated the getComparator function to include a caseSensitive parameter for accurate case-sensitive processing when no modifiers are provided.
    • Added baseComparatorCaseSensitive to handle case-sensitive default comparisons.
    • Modified GetComparator and GetComparatorCaseSensitive to pass the appropriate value for the caseSensitive parameter.
    • Ensured that when no modifiers are provided, the correct base comparator (case-sensitive or case-insensitive) is used.
  • Updated Protobuf Version πŸ“¦

    • Bumped google.golang.org/protobuf from version 1.31.0 to 1.33.0, ensuring compatibility and taking advantage of the latest improvements.

Alterix 1.4.2 β€” Enhancing rule processing with improved case sensitivity handling and updated dependencies! πŸ›‘οΈ