From fd93655c83f4265c91140e60fdeb60ae5240f8a8 Mon Sep 17 00:00:00 2001 From: Jothi Prakash Date: Mon, 23 Dec 2024 09:41:28 +0530 Subject: [PATCH] Minor fix --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8609e2c0..d426b97e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Release History -# 3.6.1 (2024-12-23) +# 3.7.0 (2024-12-23) - Fix: Incorrect number of rows fetched in inline results when fetching results with FETCH_NEXT orientation (databricks/databricks-sql-python#479 by @jprakash-db) - Updated the doc to specify native parameters are not supported in PUT operation (databricks/databricks-sql-python#477 by @jprakash-db) - Relax `pyarrow` and `numpy` pin (databricks/databricks-sql-python#452 by @arredond) -- Updated the HTTP retry logic to be similar to the other Databricks drivers (databricks/databricks-sql-python#467 by @jprakash-db) - Feature: Support for async execute has been added (databricks/databricks-sql-python#463 by @jprakash-db) +- Updated the HTTP retry logic to be similar to the other Databricks drivers (databricks/databricks-sql-python#467 by @jprakash-db) # 3.6.0 (2024-10-25)