Skip to content

Commit 234d80f

Browse files
authored
chore: bump version to 1.4.9 (#497)
1 parent 9db524c commit 234d80f

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

docs/release_note/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
*********
44

5+
v1.4.8
6+
======
7+
:Date: December 10, 2023
8+
9+
This is a bugfix release where we closed a bunch of issues concerning CTE and UNION
10+
11+
Bugfix
12+
-------------
13+
* Not Using Column Name Specified in Query For CTE within Query (`#486 <https://github.com/reata/sqllineage/issues/486>`_)
14+
* CTE (Common Table Expressions) within CTE (`#484 <https://github.com/reata/sqllineage/issues/484>`_)
15+
* lineage inaccurate when CTE used in subquery (`#476 <https://github.com/reata/sqllineage/issues/476>`_)
16+
* UNION ALL Queries resolves column lineage incorrectly (`#475 <https://github.com/reata/sqllineage/issues/475>`_)
17+
* Missing table when parsing sql with UNION ALL (`#466 <https://github.com/reata/sqllineage/issues/466>`_)
18+
* No target tables in UPDATE statement using CTE (`#453 <https://github.com/reata/sqllineage/issues/453>`_)
19+
520
v1.4.8
621
======
722
:Date: October 16, 2023

sqllineage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = "sqllineage"
2-
VERSION = "1.4.8"
2+
VERSION = "1.4.9"
33
DEFAULT_LOGGING = {
44
"version": 1,
55
"disable_existing_loggers": False,

sqllineagejs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqllineagejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqllineagejs",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"private": true,
55
"dependencies": {
66
"@material-ui/core": "^4.11.2",

0 commit comments

Comments
 (0)