Skip to content

Commit a5b1ab0

Browse files
Prepare release 3.2.0 (#396)
* Prepare release 3.2.0 Signed-off-by: Levko Kravets <[email protected]> * Update changelog Signed-off-by: Levko Kravets <[email protected]> --------- Signed-off-by: Levko Kravets <[email protected]>
1 parent 7ff6093 commit a5b1ab0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Release History
22

3-
# (Unreleased)
3+
# 3.2.0 (2024-06-06)
44

5-
- Fix: our logger would raise an uncaught exception under certain oauth error conditions
5+
- Update proxy authentication (databricks/databricks-sql-python#354 by @amir-haroun)
6+
- Relax `pyarrow` pin (databricks/databricks-sql-python#389 by @dhirschfeld)
7+
- Fix error logging in OAuth manager (databricks/databricks-sql-python#269 by @susodapop)
8+
- SQLAlchemy: enable delta.feature.allowColumnDefaults for all tables (databricks/databricks-sql-python#343 by @dhirschfeld)
9+
- Update `thrift` dependency (databricks/databricks-sql-python#397 by @m1n0)
610

711
# 3.1.2 (2024-04-18)
812

pyproject.toml

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

src/databricks/sql/__init__.py

+1-1
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__ = "3.1.2"
71+
__version__ = "3.2.0"
7272
USER_AGENT_NAME = "PyDatabricksSqlConnector"
7373

7474
# These two functions are pyhive legacy

0 commit comments

Comments
 (0)