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: docs/release_note/changelog.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
Changelog
3
3
*********
4
4
5
+
v1.5.1
6
+
======
7
+
:Date: February 4, 2024
8
+
9
+
Enhancement
10
+
-------------
11
+
* Allow unambiguous column reference for JOIN with USING clause (`#558 <https://github.com/reata/sqllineage/issues/558>`_)
12
+
* Make Lateral Column Alias Reference Configurable (`#539 <https://github.com/reata/sqllineage/issues/539>`_)
13
+
* Add an Argument to Exclude SubQuery Column Node in Column Lineage Path (`#526 <https://github.com/reata/sqllineage/issues/526>`_)
14
+
15
+
Bugfix
16
+
-------------
17
+
* Not fully processed top-level subquery in DML (`#564 <https://github.com/reata/sqllineage/issues/564>`_)
18
+
* Missing target table with tsql parsing into statements with union (`#562 <https://github.com/reata/sqllineage/issues/562>`_)
19
+
* The second and subsequent case when subqueries in the select_clause are not correctly recognized (`#559 <https://github.com/reata/sqllineage/issues/559>`_)
20
+
* SQLLineageConfig boolean value returns True for all non-empty strings (`#551 <https://github.com/reata/sqllineage/issues/551>`_)
21
+
* Column lineage does not traverse through CTE containing uppercase letters (`#531 <https://github.com/reata/sqllineage/issues/531>`_)
0 commit comments