Skip to content

Commit 81627c7

Browse files
authored
chore: bump version to v1.4.6 (#421)
1 parent 7007f25 commit 81627c7

File tree

4 files changed

+107
-88
lines changed

4 files changed

+107
-88
lines changed

docs/release_note/changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
*********
44

5+
v1.4.6
6+
======
7+
:Date: July 31, 2023
8+
9+
In this release, we finally reach the milestone to make all sqlparse only test cases passed with sqlfluff implementation.
10+
That's a big step in ultimately deprecating sqlparse. Also by upgrading to latest version of sqlfluff (with our PR merged),
11+
we enjoy the benefits of improved sqlfluff performance when parsing some SQLs with nested query pattern.
12+
13+
Enhancement
14+
-------------
15+
* Improve sqlfluff Performance Issue on Nested Query Pattern (`#348 <https://github.com/reata/sqllineage/issues/348>`_)
16+
* Reduce sqlparse only test cases (`#347 <https://github.com/reata/sqllineage/issues/347>`_)
17+
18+
Bugfix
19+
-------------
20+
* Missing Source Table for MERGE statement when UNION involved in source subquery (`#406 <https://github.com/reata/sqllineage/issues/406>`_)
21+
* Column lineage does not work for CAST to Parameterized Data Type (`#329 <https://github.com/reata/sqllineage/issues/329>`_)
22+
* Can't handle parenthesized from clause (`#278 <https://github.com/reata/sqllineage/issues/278>`_)
23+
524
v1.4.5
625
======
726
:Date: July 2, 2023

sqllineage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
NAME = "sqllineage"
5-
VERSION = "1.4.5"
5+
VERSION = "1.4.6"
66
DEFAULT_LOGGING = {
77
"version": 1,
88
"disable_existing_loggers": False,

0 commit comments

Comments
 (0)