summaryrefslogtreecommitdiffstats
path: root/yql/essentials/docs/en/changelog/2025.03.md
blob: dca83c947e27623fee4196a29988e5c28f8cc8fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Changes in RE2 module {#re2-module}

* Queries are guaranteed to fail when invalid regular expressions are passed.

## Changes in Digest module {#digest-module}

* Added `Digest::Sha512` function

## Changes in SELECT syntax

* Added the ability to explicitly specify `DISTINCT` for `UNION`;
* Implemented `INTERSECT [DISTINCT|ALL]`;
* Implemented `EXCEPT [DISTINCT|ALL]`.