You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-1
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,43 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project aims to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
-
Given that the parser produces a typed AST, any changes to the AST will technically be breaking and thus will result in a `0.(N+1)` version. We document changes that break via addition as "Added".
6
+
Given that the parser produces a typed AST, any changes to the AST will
7
+
technically be breaking and thus will result in a `0.(N+1)` version. We document
8
+
changes that break via addition as "Added".
7
9
8
10
## [Unreleased]
9
11
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
10
12
13
+
## [0.42.0] 2024-01-22
14
+
15
+
### Added
16
+
* Support for constraint `CHARACTERISTICS` clause (#1099) - Thanks @dimfeld
17
+
* Support for unquoted hyphenated identifiers on bigquery (#1109) - Thanks @jmhain
18
+
* Support `BigQuery` table and view options (#1061) - Thanks @iffyio
19
+
* Support Postgres operators for the LIKE expression variants (#1096) - Thanks @gruuya
20
+
* Support "timezone_region" and "timezone_abbr" for `EXTRACT` (and `DATE_PART`) (#1090) - Thanks @alexander-beedie
21
+
* Support `JSONB` datatype (#1089) - Thanks @alexander-beedie
22
+
* Support PostgreSQL `^@` starts-with operator (#1091) - Thanks @alexander-beedie
0 commit comments