Skip to content

Commit af63b97

Browse files
committed
v0.4.4
1 parent 2a44f59 commit af63b97

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2026-03-18, Version 0.4.4
2+
=========================
3+
4+
* Add Logging functionality in ibm_db_sa (#194) (bchoudhary6415)
5+
6+
* Fix TupleType import failure across SQLAlchemy versions (#192) (bchoudhary6415)
7+
8+
* refactor: remove runtime packaging dependency for SQLAlchemy version checks (#190) (bchoudhary6415)
9+
10+
* Make Db2 dialect statement-cache compatible (#188) (bchoudhary6415)
11+
12+
113
2025-11-18, Version 0.4.3
214
=========================
315

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The IBM_DB_SA adapter provides the Python/SQLAlchemy interface to IBM Data Serve
55

66
Version
77
--------
8-
0.4.3 (2025/11/18)
8+
0.4.4 (2026/03/18)
99

1010
Prerequisites
1111
--------------

ibm_db_sa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# | Contributors: Jaimy Azle, Mike Bayer |
1818
# +--------------------------------------------------------------------------+
1919

20-
__version__ = '0.4.3'
20+
__version__ = '0.4.4'
2121

2222
from . import ibm_db, pyodbc, base
2323

0 commit comments

Comments
 (0)