Skip to content

Releases: VirusTotal/yara-python

v4.5.0

04 Mar 08:40
Compare
Choose a tag to compare
Bump version number to 4.5.0

v4.4.0

04 Mar 08:39
Compare
Choose a tag to compare

Upgrade to YARA 4.4.0 (release notes)

v4.3.1

21 Apr 09:43
Compare
Choose a tag to compare

Upgrade to YARA 4.3.1 (release notes)

v4.3.0

27 Mar 14:36
Compare
Choose a tag to compare

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

09 Aug 14:18
Compare
Choose a tag to compare
Bump version number and upload .msi generated by Appveyor to Github.

v4.2.0

10 Mar 15:18
Compare
Choose a tag to compare
Fix typo in appveyor.yml

v4.1.3

22 Oct 13:19
Compare
Choose a tag to compare
Bump version number to 4.1.3

v4.1.2

24 Aug 07:23
Compare
Choose a tag to compare

v4.1.0

27 Apr 08:08
Compare
Choose a tag to compare

v4.0.5

23 Feb 21:45
Compare
Choose a tag to compare