Skip to content

Commit

Permalink
chore: bump version to v1.4.6 (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Jul 30, 2023
1 parent 7007f25 commit 81627c7
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 88 deletions.
19 changes: 19 additions & 0 deletions docs/release_note/changelog.rst
Expand Up @@ -2,6 +2,25 @@
Changelog
*********

v1.4.6
======
:Date: July 31, 2023

In this release, we finally reach the milestone to make all sqlparse only test cases passed with sqlfluff implementation.
That's a big step in ultimately deprecating sqlparse. Also by upgrading to latest version of sqlfluff (with our PR merged),
we enjoy the benefits of improved sqlfluff performance when parsing some SQLs with nested query pattern.

Enhancement
-------------
* Improve sqlfluff Performance Issue on Nested Query Pattern (`#348 <https://github.com/reata/sqllineage/issues/348>`_)
* Reduce sqlparse only test cases (`#347 <https://github.com/reata/sqllineage/issues/347>`_)

Bugfix
-------------
* Missing Source Table for MERGE statement when UNION involved in source subquery (`#406 <https://github.com/reata/sqllineage/issues/406>`_)
* Column lineage does not work for CAST to Parameterized Data Type (`#329 <https://github.com/reata/sqllineage/issues/329>`_)
* Can't handle parenthesized from clause (`#278 <https://github.com/reata/sqllineage/issues/278>`_)

v1.4.5
======
:Date: July 2, 2023
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Expand Up @@ -2,7 +2,7 @@


NAME = "sqllineage"
VERSION = "1.4.5"
VERSION = "1.4.6"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down

0 comments on commit 81627c7

Please sign in to comment.