v1.9.0
This updates to the latest Wazero, notably fixing compatibility with the recently released Go 1.24.
It also introduces a new experimental API for re2 multi-mode matching, experimental.CompileSet
. For cases where you match against many regexes but don't need actual positions of matching, this can provide a significant performance increase. As with any experimental API, it is possible there are breaking changes made to it in the future so only use it if you are comfortable with it.
New Contributors
Full Changelog: v1.8.0...v1.9.0