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
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,51 @@ 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.43.1] 2024-01-22
14
+
### Changes
15
+
* Fixed CHANGELOG
16
+
17
+
18
+
## [0.43.0] 2024-01-22
19
+
* NO CHANGES
20
+
21
+
## [0.42.0] 2024-01-22
22
+
23
+
### Added
24
+
* Support for constraint `CHARACTERISTICS` clause (#1099) - Thanks @dimfeld
25
+
* Support for unquoted hyphenated identifiers on bigquery (#1109) - Thanks @jmhain
26
+
* Support `BigQuery` table and view options (#1061) - Thanks @iffyio
27
+
* Support Postgres operators for the LIKE expression variants (#1096) - Thanks @gruuya
28
+
* Support "timezone_region" and "timezone_abbr" for `EXTRACT` (and `DATE_PART`) (#1090) - Thanks @alexander-beedie
29
+
* Support `JSONB` datatype (#1089) - Thanks @alexander-beedie
30
+
* Support PostgreSQL `^@` starts-with operator (#1091) - Thanks @alexander-beedie
0 commit comments