File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ v1.5.2
6
+ ======
7
+ :Date: April 7, 2024
8
+
9
+ Enhancement
10
+ -------------
11
+ * Enable support of sqlfluff context (`#548 <https://github.com/reata/sqllineage/issues/548 >`_)
12
+ * Support Change Configure Default Schema At Runtime (`#536 <https://github.com/reata/sqllineage/issues/536 >`_)
13
+
14
+ Bugfix
15
+ -------------
16
+ * Parse column level lineage incorrect (`#584 <https://github.com/reata/sqllineage/issues/584 >`_)
17
+ * Metadata Masked When Table was in a previous UPDATE statement (`#577 <https://github.com/reata/sqllineage/issues/577 >`_)
18
+ * Clickhouse SQL 'GLOBAL IN' not support (`#554 <https://github.com/reata/sqllineage/issues/554 >`_)
19
+ * Support json_tuple in SELECT clause in Hive (`#483 <https://github.com/reata/sqllineage/issues/483 >`_)
20
+
5
21
v1.5.1
6
22
======
7
23
:Date: February 4, 2024
8
24
25
+ This is a bugfix release mostly driven by community contributors. Thanks everyone for making SQLLineage better.
26
+
9
27
Enhancement
10
28
-------------
11
29
* Allow unambiguous column reference for JOIN with USING clause (`#558 <https://github.com/reata/sqllineage/issues/558 >`_)
Original file line number Diff line number Diff line change 1
1
NAME = "sqllineage"
2
- VERSION = "1.5.1 "
2
+ VERSION = "1.5.2 "
3
3
DEFAULT_LOGGING = {
4
4
"version" : 1 ,
5
5
"disable_existing_loggers" : False ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sqllineagejs" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.5.2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@material-ui/core" : " ^4.11.2" ,
You can’t perform that action at this time.
0 commit comments