Releasing v1.10.5
- Adding new built in function
MatchString
for matching a string to regular expression. fixes issue #281 - A way to track the cause of panic when importing GRB rule binary file. Right now, when the process raises a panic, a panic log were emitted but without showing panic message and the error message were not returned. Now the panic message were displayed in the log and the error returned.