File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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
+
3
8
# 3.4.0 (2024-08-27)
4
9
5
10
- Unpin pandas to support v2.2.2 (databricks/databricks-sql-python #416 by @kfollesdal )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 3.4 .0"
3
+ version = " 3.5 .0"
4
4
description = " Databricks SQL Connector for Python"
5
5
authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments