Releases: VirusTotal/yara-python
Releases Β· VirusTotal/yara-python
v4.5.0
v4.4.0
Upgrade to YARA 4.4.0 (release notes)
v4.3.1
Upgrade to YARA 4.3.1 (release notes)
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.