File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- # (Unreleased )
3
+ # 3.2.0 (2024-06-06 )
4
4
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 )
6
10
7
11
# 3.1.2 (2024-04-18)
8
12
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 3.1.2 "
3
+ version = " 3.2.0 "
4
4
description = " Databricks SQL Connector for Python"
5
5
authors = [
" Databricks <[email protected] >" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def __repr__(self):
68
68
DATE = DBAPITypeObject ("date" )
69
69
ROWID = DBAPITypeObject ()
70
70
71
- __version__ = "3.1.2 "
71
+ __version__ = "3.2.0 "
72
72
USER_AGENT_NAME = "PyDatabricksSqlConnector"
73
73
74
74
# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments