Skip to content

Commit 1e01366

Browse files
committed
Ready for 4.1.3 release
Signed-off-by: Sreekanth Vadigi <[email protected]>
1 parent bcab1df commit 1e01366

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
# 4.1.3 (2025-09-17)
4+
- query tags integration (#663 by @sreekanth-db)
5+
- add variant support (#560 by @shivam2680)
6+
- Increased the limit for long running query (#686 by @jprakash-db)
7+
38
# 4.1.2 (2025-08-22)
49
- Streaming ingestion support for PUT operation (databricks/databricks-sql-python#643 by @sreekanth-db)
510
- Removed use_threads argument on concat_tables for compatibility with pyarrow<14 (databricks/databricks-sql-python#684 by @jprakash-db)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sql-connector"
3-
version = "4.1.2"
3+
version = "4.1.3"
44
description = "Databricks SQL Connector for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"

src/databricks/sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __repr__(self):
6868
DATE = DBAPITypeObject("date")
6969
ROWID = DBAPITypeObject()
7070

71-
__version__ = "4.1.2"
71+
__version__ = "4.1.3"
7272
USER_AGENT_NAME = "PyDatabricksSqlConnector"
7373

7474
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)