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