Skip to content

Commit

Permalink
chore: bump version to v1.4.0 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata authored Mar 31, 2023
1 parent 38ee596 commit c0f9102
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
Changelog
*********

v1.4.0
======
:Date: March 31, 2023

Great thanks to Nahuel, Mayur and Pere from OpenMetadata community for contributing on feature Dialect-awareness lineage.
Leveraging sqlfluff underneath, we're now able to give more correct lineage result with user input on SQL dialect.

Feature
-------------
* Dialect-awareness lineage (`#302 <https://github.com/reata/sqllineage/issues/302>`_)
* support MERGE statement (`#166 <https://github.com/reata/sqllineage/issues/166>`_)

Enhancement
-------------
* Use curved lines in lineage graph visualization (`#320 <https://github.com/reata/sqllineage/issues/320>`_)
* Click to lock highlighted nodes in visualization (`#318 <https://github.com/reata/sqllineage/issues/318>`_)
* Deprecate support for Python 3.6 and Python 3.7, add support for Python 3.11 (`#319 <https://github.com/reata/sqllineage/issues/319>`_)
* support t-sql assignment operator (`#205 <https://github.com/reata/sqllineage/issues/205>`_)

Bugfix
-------------
* exception when insert into qualified table followed by parenthesized query (`#249 <https://github.com/reata/sqllineage/issues/249>`_)
* missing columns when current_timestamp as reserved keyword used in select clause (`#248 <https://github.com/reata/sqllineage/issues/248>`_)
* exception when non-reserved keywords used as column name (`#183 <https://github.com/reata/sqllineage/issues/183>`_)
* exception when non-reserved keywords used as table name (`#93 <https://github.com/reata/sqllineage/issues/93>`_)

v1.3.7
======
:Date: Oct 22, 2022
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


NAME = "sqllineage"
VERSION = "1.3.7"
VERSION = "1.4.0"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down
4 changes: 2 additions & 2 deletions sqllineagejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sqllineagejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqllineagejs",
"version": "1.3.7",
"version": "1.4.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit c0f9102

Please sign in to comment.