File tree Expand file tree Collapse file tree 4 files changed +38
-4
lines changed Expand file tree Collapse file tree 4 files changed +38
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ v1.5.0
6
+ ======
7
+ :Date: January 7, 2024
8
+
9
+ Great thanks to liznzn for contributing on MetaData-awareness lineage. Now we're able to generate more accurate
10
+ column lineage result for `select * ` or select unqualified columns in case of table join through a unified
11
+ MetaDataProvider interface.
12
+
13
+ Also a breaking change is made to make ansi the default dialect in v1.5.x release as we target ultimately deprecating
14
+ non-validating dialect in v1.6.x release.
15
+
16
+ Breaking Change
17
+ ---------------
18
+ * Make ansi the Default Dialect (`#518 <https://github.com/reata/sqllineage/issues/518 >`_)
19
+
20
+ Feature
21
+ -------------
22
+ * Metadata Provider to Assist Column Lineage Analysis (`#477 <https://github.com/reata/sqllineage/issues/302 >`_)
23
+
24
+ Enhancement
25
+ -------------
26
+ * Add a Configuration for Default Schema (`#523 <https://github.com/reata/sqllineage/issues/523 >`_)
27
+ * Silent Mode Option to Suppress UnsupportedStatementException (`#513 <https://github.com/reata/sqllineage/issues/513 >`_)
28
+ * Support Lateral Column Alias Reference Analyzing (`#507 <https://github.com/reata/sqllineage/issues/507 >`_)
29
+ * Skip Lineage Analysis for SparkSQL Function Related Statement (`#500 <https://github.com/reata/sqllineage/issues/500 >`_)
30
+ * update statement column lineage (`#487 <https://github.com/reata/sqllineage/issues/487 >`_)
31
+
32
+ Bugfix
33
+ -------------
34
+ * subquery mistake alias as table name in visualization (`#512 <https://github.com/reata/sqllineage/issues/512 >`_)
35
+ * InvalidSyntaxException When SQL Statement Ends with Multiple Semicolons (`#502 <https://github.com/reata/sqllineage/issues/502 >`_)
36
+ * Misidentify Binary Operator * As Wildcard (`#485 <https://github.com/reata/sqllineage/issues/485 >`_)
37
+ * adding type cast operator produces different results for redshift dialect (`#455 <https://github.com/reata/sqllineage/issues/455 >`_)
38
+
5
39
v1.4.9
6
40
======
7
41
:Date: December 10, 2023
Original file line number Diff line number Diff line change 1
1
NAME = "sqllineage"
2
- VERSION = "1.4.9 "
2
+ VERSION = "1.5.0 "
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.4.9 " ,
3
+ "version" : " 1.5.0 " ,
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