Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

### Upcoming Release

* Added support for two new SQL functions:
* `split` splits a string into an array based on a delimiter. If the delimiter is null, it returns null. If the delimiter is empty, it splits the string into individual characters.
* `regexp_split_to_array` splits a string into an array by using a POSIX regular expression as the delimiter and returns the text from the end of the last match (or the beginning of the string) to the beginning of the match. When there are no more matches, it returns the text from the end of the last match to the end of the string.

### 0.0.23576 [October 16 2025]
* The default_database_version is upgraded to version 2
* This version better supports UPDATE and DELETE on extracts
Expand Down