-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix invalid input map in byte_match_statement #104
Fix invalid input map in byte_match_statement #104
Conversation
This is now released as a part of 4.6.1! |
@Ohid25 @nunofernandes this seems to be a breaking change, also this pr
This requires us to change our values and add the |
@yuvalhnoga let me work on this today and see how can I fix it.. |
…aviour After umotif-public#104, a bug was introduced that would require a nested `text_transformation`. As it wasn't done across the entire module, it has different behaviours on different use-cases. This fixes that bug and reverts to the previous behaviour.
Just created #113 to fix that.. |
…aviour After umotif-public#104, a bug was introduced that would require a nested `text_transformation`. As it wasn't done across the entire module, it has different behaviours on different use-cases. This fixes that bug and reverts to the previous behaviour.
Description
Fixes an invalid input map in the byte_match_statement statement