Releases · VirusTotal/yara-python (original) (raw)
v4.5.5
v4.5.3
v4.5.2
v4.5.1
v4.5.0
v4.4.0
v4.3.1
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.
v4.2.3
Bump version number and upload .msi generated by Appveyor to Github.