Skip to content

Commit ca60aa1

Browse files
Merge pull request #507 from ClickHouse/release/v0.8.18
update changelog for v0.8.18 release
2 parents 5ab4a4a + 4c79400 commit ca60aa1

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
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()
144
The 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
3121
instead of being passed as ClickHouse server settings. This is in conjunction with some refactoring in Client construction.
3222
The 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

0 commit comments

Comments
 (0)