Skip to content

Commit

Permalink
chore: bump version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Feb 8, 2025
1 parent 9de259a commit ef19545
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
Changelog
*********

v1.5.4
======
:Date: Feb 8, 2025

In this release, we deprecated Python 3.8 and added support for Python 3.13 based on Python end-of-life schedule.

The most notable enhancement is upgrading sqlfluff to 3.3.1. As a result, we can now support Impala dialect and
StarRocks dialect. Many parser issues are also fixed automatically by sqlfluff upgrade.

Enhancement
-------------
* Add Support for Python 3.13 (`#682 <https://github.com/reata/sqllineage/issues/682>`_)
* Drop Support for Python 3.8 (`#677 <https://github.com/reata/sqllineage/issues/677>`_)
* Support for Impala Dialect (`#645 <https://github.com/reata/sqllineage/issues/645>`_)
* Upgrade sqlfluff dependency to 3.3.1 (`#644 <https://github.com/reata/sqllineage/issues/644>`_)
* support Doris or StarRocks (`#498 <https://github.com/reata/sqllineage/issues/498>`_)

Bugfix
-------------
* Inconsistent order of lineage tuples (`#652 <https://github.com/reata/sqllineage/issues/652>`_)
* Metadata wrongly used in INSERT INTO statement column lineage (`#648 <https://github.com/reata/sqllineage/issues/648>`_)
* clickhouse <rename> not handled (`#642 <https://github.com/reata/sqllineage/issues/642>`_)
* Not read SQLfluff nested configs (`#628 <https://github.com/reata/sqllineage/issues/628>`_)
* False negative for Scalar Subquery used in Function (`#614 <https://github.com/reata/sqllineage/issues/614>`_)
* Subquery Partial Wildcard expansion breaks the column lineage path (`#612 <https://github.com/reata/sqllineage/issues/612>`_)
* Column level lineage not drawn properly when metadata is provided (`#597 <https://github.com/reata/sqllineage/issues/597>`_)
* Tsql table names with square brackets are not resolved correctly (`#583 <https://github.com/reata/sqllineage/issues/583>`_)

v1.5.3
======
:Date: May 5, 2024
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = "sqllineage"
VERSION = "1.5.3"
VERSION = "1.5.4"
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.5.3",
"version": "1.5.4",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit ef19545

Please sign in to comment.