From 261911d6f12138ed41c19739963dff514190954a Mon Sep 17 00:00:00 2001 From: Jothi Prakash Date: Sat, 18 Jan 2025 12:08:57 +0530 Subject: [PATCH] bumped up the version --- CHANGELOG.md | 2 +- src/databricks/sql/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eab95d1..9d64f4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -# 4.0.0 (TBD) +# 4.0.0 (2025-01-19) - Split the connector into two separate packages: `databricks-sql-connector` and `databricks-sqlalchemy`. The `databricks-sql-connector` package contains the core functionality of the connector, while the `databricks-sqlalchemy` package contains the SQLAlchemy dialect for the connector. - Pyarrow dependency is now optional in `databricks-sql-connector`. Users needing arrow are supposed to explicitly install pyarrow diff --git a/src/databricks/sql/__init__.py b/src/databricks/sql/__init__.py index eff1e812..fd61ee6c 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__ = "3.7.0" +__version__ = "4.0.0" USER_AGENT_NAME = "PyDatabricksSqlConnector" # These two functions are pyhive legacy