Skip to content

Commit adfa37d

Browse files
authored
Update CHANGELOG for 0.34.0 release (apache#884)
1 parent f740d52 commit adfa37d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,37 @@ Given that the parser produces a typed AST, any changes to the AST will technica
88
## [Unreleased]
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

11+
## [0.34.0] 2023-05-19
12+
13+
### Added
14+
15+
* Support named window frames (#881) - Thanks @berkaysynnada, @mustafasrepo, and @ozankabak
16+
* Support for `ORDER BY` clauses in aggregate functions (#882) - Thanks @mustafasrepo
17+
* Support `DuckDB` dialect (#878) - Thanks @eitsupi
18+
* Support optional `TABLE` keyword for `TRUNCATE TABLE` (#883) - Thanks @mobuchowski
19+
* Support MySQL's `DIV` operator (#876) - Thanks @eitsupi
20+
* Support Custom operators (#868) - Thanks @max-sixty
21+
* Add `Parser::parse_multipart_identifier` (#860) - Thanks @Jefffrey
22+
* Support for multiple expressions, order by in `ARRAY_AGG` (#879) - Thanks @mustafasrepo
23+
* Support for query source in `COPY .. TO` statement (#858) - Thanks @aprimadi
24+
* Support `DISTINCT ON (...)` (#852) - Thanks @aljazerzen
25+
* Support multiple-table `DELETE` syntax (#855) - Thanks @AviRaboah
26+
* Support `COPY INTO` in `SnowflakeDialect` (#841) - Thanks @pawel-big-lebowski
27+
* Support identifiers beginning with digits in MySQL (#856) - Thanks @AviRaboah
28+
29+
### Changed
30+
* Include license file in published crate (#871) - Thanks @ankane
31+
* Make `Expr::Interval` its own struct (#872) - Thanks @aprimadi
32+
* Add dialect_from_str and improve Dialect documentation (#848) - Thanks @alamb
33+
* Add clickhouse to example (#849) - Thanks @anglinb
34+
35+
### Fixed
36+
* Fix merge conflict (#885) - Thanks @alamb
37+
* Fix tiny typo in custom_sql_parser.md (#864) - Thanks @okue
38+
* Fix logical merge conflict (#865) - Thanks @alamb
39+
* Test trailing commas (#859) - Thanks @aljazerzen
40+
41+
1142
## [0.33.0] 2023-04-10
1243

1344
### Added

0 commit comments

Comments
 (0)