File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed
Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 11# ClickHouse Connect ChangeLog
22
3- ## UNRELEASED
4-
5- ## Improvements
6- - Added a standalone test file (` tests/unit_tests/test_driver/test_cursor.py ` ) for testing cursor behavior
7-
8- ## Bug Fixes
9- - Reset cursor location after performing an execute.
10- - Fix behavior of ` fetchall ` to only return rows from the current cursor location.
11- - Fixes logic of ` fetchmany ` to respect size parameter.
12-
133### WARNING -- Breaking change for AsyncClient close()
144The AsyncClient close() method is now async and should be called as an async function.
155
@@ -31,6 +21,21 @@ release (0.9.0), unrecognized arguments/keywords for these methods of creating a
3121instead of being passed as ClickHouse server settings. This is in conjunction with some refactoring in Client construction.
3222The supported method of passing ClickHouse server settings is to prefix such arguments/query parameters with` ch_ ` .
3323
24+ ## 0.8.18, 2025-06-24
25+
26+ ### Improvements
27+ - Added a standalone test file (` tests/unit_tests/test_driver/test_cursor.py ` ) for testing cursor behavior
28+
29+ ### Bug Fixes
30+ - Fix SQLAlchemy execution error by using text() function by @lakako in https://github.com/ClickHouse/clickhouse-connect/pull/491
31+ - Test fixes for main by @genzgd in https://github.com/ClickHouse/clickhouse-connect/pull/497
32+ - Ensure types are returned even if there are no rows by @orian in https://github.com/ClickHouse/clickhouse-connect/pull/500
33+ - Added a standalone test file (` tests/unit_tests/test_driver/test_cursor.py ` ) for testing cursor behavior
34+ - Fix some issues with cursor behavior by @joe-clickhouse in https://github.com/ClickHouse/clickhouse-connect/pull/506
35+ - Reset cursor location after performing an execute.
36+ - Fix behavior of ` fetchall ` to only return rows from the current cursor location.
37+ - Fixes logic of ` fetchmany ` to respect size parameter.
38+
3439## 0.8.17, 2025-04-10
3540
3641### Improvements
You can’t perform that action at this time.
0 commit comments