File tree Expand file tree Collapse file tree 4 files changed +4108
-3337
lines changed Expand file tree Collapse file tree 4 files changed +4108
-3337
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ v1.4.5
6
+ ======
7
+ :Date: July 2, 2023
8
+
9
+ Enhancement
10
+ -------------
11
+ * Switch to PyPI Trusted Publishers (`#389 <https://github.com/reata/sqllineage/issues/389 >`_)
12
+ * Support tsql Declare Statement (`#357 <https://github.com/reata/sqllineage/issues/357 >`_)
13
+
14
+ Bugfix
15
+ -------------
16
+ * Exception for Subquery Expression Without Source Tables (`#401 <https://github.com/reata/sqllineage/issues/401 >`_)
17
+ * Not Supporting Create Table AS in postgres (`#400 <https://github.com/reata/sqllineage/issues/400 >`_)
18
+ * Failed to handle UNION followed by CTE (`#398 <https://github.com/reata/sqllineage/issues/398 >`_)
19
+ * Not handling CTE inside DML query (`#377 <https://github.com/reata/sqllineage/issues/377 >`_)
20
+ * Failed to parse UNION inside CTE (`#376 <https://github.com/reata/sqllineage/issues/376 >`_)
21
+
5
22
v1.4.4
6
23
======
7
24
:Date: June 11, 2023
Original file line number Diff line number Diff line change 2
2
3
3
4
4
NAME = "sqllineage"
5
- VERSION = "1.4.4 "
5
+ VERSION = "1.4.5 "
6
6
DEFAULT_LOGGING = {
7
7
"version" : 1 ,
8
8
"disable_existing_loggers" : False ,
You can’t perform that action at this time.
0 commit comments