Skip to content

Commit 5811cb5

Browse files
authored
chore: bump version to 1.5.6 (#727)
1 parent 16d6709 commit 5811cb5

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

docs/release_note/changelog.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@
22
Changelog
33
*********
44

5+
v1.5.6
6+
======
7+
:Date: October 12, 2025
8+
9+
This is a bugfix release with a couple of dialect-specific minor enhancements:
10+
11+
Enhancement
12+
-------------
13+
* Support Teradata Title Phrase (`#702 <https://github.com/reata/sqllineage/issues/702>`_)
14+
* Support Redshift Unload Command (`#700 <https://github.com/reata/sqllineage/issues/700>`_)
15+
16+
Bugfix
17+
-------------
18+
* column lineage has table alias instead of the table name when from clause wrapped by nested parenthesis (`#713 <https://github.com/reata/sqllineage/issues/713>`_)
19+
* Incorrect Lineage Detection for Nested UNION in SQL (`#696 <https://github.com/reata/sqllineage/issues/696>`_)
20+
521
v1.5.5
622
======
723
:Date: September 7, 2025
824

925
This is a tech refresh release, including the following changes:
1026

11-
* unpin sqlparse and sqlfluff dependencies to allow flexible more dependency resolution when using sqllineage as a
27+
* unpin sqlparse and sqlfluff dependencies to allow more flexible dependency resolution when using sqllineage as a
1228
library. Enable nightly CI to test against compatibility on latest version of sqlparse and sqlfluff
1329
* leverage Python 3.9 new syntax features to simplify code base, including: 1) use built-in type hinting generic in
1430
standard collections (list, dict, tuple, etc.); 2) use dictionary merge operator (|)

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.5.5"
2+
VERSION = "1.5.6"
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.5.5",
3+
"version": "1.5.6",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)