Skip to content

Commit

Permalink
chore: bump version to 1.4.9 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
reata authored Dec 10, 2023
1 parent 9db524c commit 234d80f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions docs/release_note/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
*********

v1.4.8
======
:Date: December 10, 2023

This is a bugfix release where we closed a bunch of issues concerning CTE and UNION

Bugfix
-------------
* Not Using Column Name Specified in Query For CTE within Query (`#486 <https://github.com/reata/sqllineage/issues/486>`_)
* CTE (Common Table Expressions) within CTE (`#484 <https://github.com/reata/sqllineage/issues/484>`_)
* lineage inaccurate when CTE used in subquery (`#476 <https://github.com/reata/sqllineage/issues/476>`_)
* UNION ALL Queries resolves column lineage incorrectly (`#475 <https://github.com/reata/sqllineage/issues/475>`_)
* Missing table when parsing sql with UNION ALL (`#466 <https://github.com/reata/sqllineage/issues/466>`_)
* No target tables in UPDATE statement using CTE (`#453 <https://github.com/reata/sqllineage/issues/453>`_)

v1.4.8
======
:Date: October 16, 2023
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.4.8"
VERSION = "1.4.9"
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.4.8",
"version": "1.4.9",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit 234d80f

Please sign in to comment.