v4.3.0
Important note: This release introduces backward incompatible changes to the yara-python
API.
Specifically, the strings
field in the yara.Match object has changed from an array of tuples (<offset>, <string identifier>, <string data>)
to an array of yara.StringMatch objects. If your program iterates over the matched strings you will need to update your program accordingly.