Skip to content

Commit 75612e4

Browse files
committed
Update GitQL and GitQL SDK versions
1 parent de84cc8 commit 75612e4

File tree

10 files changed

+175
-138
lines changed

10 files changed

+175
-138
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## Version 0.32.0 _(2024-11-30)_
4+
5+
- Support Contained By expression using `@>` operator for Array, Range.
6+
- Support Contained By expression using `<@` operator Array, Range.
7+
- Change Between Expr syntax to be `BETWEEN X AND Y`.
8+
- Supports `Between [Symmetric | Asymmetric] X AND Y` kinds.
9+
- Supports `NOT BETWEEN` expression.
10+
- Support `NOT LIKE` expression.
11+
- Support Explicit cast from `Date` to `DateTime`.
12+
- Generate different name for column and hidden selections.
13+
- Improve the structure of the Tokenizer.
14+
- Implement `TO_HEX` Text Function.
15+
- Support Escape characters in the Tokenizer.
16+
- Implement Scripting mode from external file.
17+
- Support NOT as prefix unary operator.
18+
- Prefix unary expression Bitwise not.
19+
320
## Version 0.31.0 _(2024-11-12)_
421

522
- Implement Cast function call expression `CAST(expr AS <Type>)`.

0 commit comments

Comments
 (0)