Skip to content

v1.9.0

Compare
Choose a tag to compare
@anuraaga anuraaga released this 19 Feb 04:31
· 17 commits to main since this release
f2f12a0

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