From 24e2aeddbc515ea124e6ac3ad23862f9bf725659 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Tue, 24 Jun 2025 10:38:17 +0000 Subject: [PATCH 1/2] Release version 4.0.5: Reverted cursor close handling changes to fix user errors. Updated version numbers in pyproject.toml and __init__.py. --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- src/databricks/sql/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a20cce4eb..45bdedd47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +# 4.0.5 (2025-06-24) +- Fix: Reverted change in cursor close handling which led to errors impacting users + # 4.0.4 (2025-06-16) - Update thrift client library after cleaning up unused fields and structs (databricks/databricks-sql-python#553 by @vikrantpuppala) diff --git a/pyproject.toml b/pyproject.toml index 19edb7211..54fd263a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databricks-sql-connector" -version = "4.0.4" +version = "4.0.5" description = "Databricks SQL Connector for Python" authors = ["Databricks "] license = "Apache-2.0" diff --git a/src/databricks/sql/__init__.py b/src/databricks/sql/__init__.py index c930d746c..d3af2f5c8 100644 --- a/src/databricks/sql/__init__.py +++ b/src/databricks/sql/__init__.py @@ -68,7 +68,7 @@ def __repr__(self): DATE = DBAPITypeObject("date") ROWID = DBAPITypeObject() -__version__ = "4.0.4" +__version__ = "4.0.5" USER_AGENT_NAME = "PyDatabricksSqlConnector" # These two functions are pyhive legacy From c06ea39e4ff704a287f7515746a0da2ca1687e80 Mon Sep 17 00:00:00 2001 From: Madhav Sainanee Date: Tue, 24 Jun 2025 10:46:35 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md to include reference to issue databricks/databricks-sql-python#613 for cursor close handling fix. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bdedd47..0bd22e3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History # 4.0.5 (2025-06-24) -- Fix: Reverted change in cursor close handling which led to errors impacting users +- Fix: Reverted change in cursor close handling which led to errors impacting users (databricks/databricks-sql-python#613 by @madhav-db) # 4.0.4 (2025-06-16) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy