You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Release History
2
2
3
+
# 3.7.0 (2024-12-23)
4
+
5
+
- Fix: Incorrect number of rows fetched in inline results when fetching results with FETCH_NEXT orientation (databricks/databricks-sql-python#479 by @jprakash-db)
6
+
- Updated the doc to specify native parameters are not supported in PUT operation (databricks/databricks-sql-python#477 by @jprakash-db)
7
+
- Relax `pyarrow` and `numpy` pin (databricks/databricks-sql-python#452 by @arredond)
8
+
- Feature: Support for async execute has been added (databricks/databricks-sql-python#463 by @jprakash-db)
9
+
- Updated the HTTP retry logic to be similar to the other Databricks drivers (databricks/databricks-sql-python#467 by @jprakash-db)
10
+
3
11
# 3.6.0 (2024-10-25)
4
12
5
13
- Support encryption headers in the cloud fetch request (https://github.com/databricks/databricks-sql-python/pull/460 by @jackyhu-db)
0 commit comments