Skip to content

Commit

Permalink
chore: bump version to 1.5.1 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Feb 4, 2024
1 parent cefe7bb commit fb37edc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog
*********

v1.5.1
======
:Date: February 4, 2024

Enhancement
-------------
* Allow unambiguous column reference for JOIN with USING clause (`#558 <https://github.com/reata/sqllineage/issues/558>`_)
* Make Lateral Column Alias Reference Configurable (`#539 <https://github.com/reata/sqllineage/issues/539>`_)
* Add an Argument to Exclude SubQuery Column Node in Column Lineage Path (`#526 <https://github.com/reata/sqllineage/issues/526>`_)

Bugfix
-------------
* Not fully processed top-level subquery in DML (`#564 <https://github.com/reata/sqllineage/issues/564>`_)
* Missing target table with tsql parsing into statements with union (`#562 <https://github.com/reata/sqllineage/issues/562>`_)
* The second and subsequent case when subqueries in the select_clause are not correctly recognized (`#559 <https://github.com/reata/sqllineage/issues/559>`_)
* SQLLineageConfig boolean value returns True for all non-empty strings (`#551 <https://github.com/reata/sqllineage/issues/551>`_)
* Column lineage does not traverse through CTE containing uppercase letters (`#531 <https://github.com/reata/sqllineage/issues/531>`_)

v1.5.0
======
:Date: January 7, 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.0"
VERSION = "1.5.1"
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.0",
"version": "1.5.1",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit fb37edc

Please sign in to comment.