Skip to content

Release v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 13:12
· 1 commit to main since this release

🐛 Fixes

  • re2splitbyregexp argument order corrected to (pattern, haystack[, max_substrings]) matching ClickHouse's splitByRegexp. Previously released as (haystack, pattern) in 0.2.0.

📔 Notes

  • Run ALTER EXTENSION re2 UPDATE TO '0.3' to apply the fix on existing databases.

🆚 For more detail compare changes since v0.2.0.