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
+15-1
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,24 @@
1
1
# Release History
2
2
3
-
# 4.0.0 (TBD)
3
+
# 4.0.0 (2025-01-19)
4
4
5
5
- Split the connector into two separate packages: `databricks-sql-connector` and `databricks-sqlalchemy`. The `databricks-sql-connector` package contains the core functionality of the connector, while the `databricks-sqlalchemy` package contains the SQLAlchemy dialect for the connector.
6
6
- Pyarrow dependency is now optional in `databricks-sql-connector`. Users needing arrow are supposed to explicitly install pyarrow
7
7
8
+
# 3.7.3 (2025-03-28)
9
+
10
+
- Fix: Unable to poll small results in execute_async function (databricks/databricks-sql-python#515 by @jprakash-db)
11
+
- Updated log messages to show the status code and error messages of requests (databricks/databricks-sql-python#511 by @jprakash-db)
12
+
- Fix: Incorrect metadata was fetched in case of queries with the same alias (databricks/databricks-sql-python#505 by @jprakash-db)
13
+
14
+
# 3.7.2 (2025-01-31)
15
+
16
+
- Updated the retry_dela_max and retry_timeout (databricks/databricks-sql-python#497 by @jprakash-db)
17
+
18
+
# 3.7.1 (2025-01-07)
19
+
20
+
- Relaxed the number of Http retry attempts (databricks/databricks-sql-python#486 by @jprakash-db)
21
+
8
22
# 3.7.0 (2024-12-23)
9
23
10
24
- Fix: Incorrect number of rows fetched in inline results when fetching results with FETCH_NEXT orientation (databricks/databricks-sql-python#479 by @jprakash-db)
0 commit comments