Alterix 1.4.2: Enhanced Case Sensitivity
π Key Updates
-
Field Name Case Sensitivity Enhancement π
- Added
ToLower
functionality for field names inbaseComparatorCaseSensitive
, ensuring proper handling of case sensitivity.
- Added
-
Respect Case Sensitivity Without Modifiers ποΈ
- Updated the
getComparator
function to include acaseSensitive
parameter for accurate case-sensitive processing when no modifiers are provided. - Added
baseComparatorCaseSensitive
to handle case-sensitive default comparisons. - Modified
GetComparator
andGetComparatorCaseSensitive
to pass the appropriate value for thecaseSensitive
parameter. - Ensured that when no modifiers are provided, the correct base comparator (case-sensitive or case-insensitive) is used.
- Updated the
-
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.
- Bumped
Alterix 1.4.2 β Enhancing rule processing with improved case sensitivity handling and updated dependencies! π‘οΈ