Skip to content

Commit 894cb5b

Browse files
committed
Prepare release 3.5.0
Signed-off-by: Jacky Hu <[email protected]>
1 parent 97c815e commit 894cb5b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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)

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.4.0"
3+
version = "3.5.0"
44
description = "Databricks SQL Connector for Python"
55
authors = ["Databricks <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)