File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ # 3.6.0 (2024-10-25)
4
+
5
+ - Support encryption headers in the cloud fetch request (https://github.com/databricks/databricks-sql-python/pull/460 by @jackyhu-db )
6
+
3
7
# 3.5.0 (2024-10-18)
4
8
5
9
- Create a non pyarrow flow to handle small results for the column set (databricks/databricks-sql-python #440 by @jprakash-db )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 3.5 .0"
3
+ version = " 3.6 .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.5 .0"
71
+ __version__ = "3.6 .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