File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ # 3.5.0 (2024-10-18)
4+
5+ - Create a non pyarrow flow to handle small results for the column set (databricks/databricks-sql-python #440 by @jprakash-db )
6+ - Fix: On non-retryable error, ensure PySQL includes useful information in error (databricks/databricks-sql-python #447 by @shivam2680 )
7+
38# 3.4.0 (2024-08-27)
49
510- Unpin pandas to support v2.2.2 (databricks/databricks-sql-python #416 by @kfollesdal )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 3.4 .0"
3+ version = " 3.5 .0"
44description = " Databricks SQL Connector for Python"
55authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def __repr__(self):
6868DATE = DBAPITypeObject ("date" )
6969ROWID = DBAPITypeObject ()
7070
71- __version__ = "3.4 .0"
71+ __version__ = "3.5 .0"
7272USER_AGENT_NAME = "PyDatabricksSqlConnector"
7373
7474# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments