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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,13 @@ instead of being passed as ClickHouse server settings. This is in conjunction wi
22
22
The supported method of passing ClickHouse server settings is to prefix such arguments/query parameters with`ch_`.
23
23
24
24
## UNRELEASED
25
+
### Bug Fixes
26
+
### Improvements
27
+
28
+
## 0.10.0, 2025-11-14
25
29
26
30
### Bug Fixes
27
-
- Fixed DST fallback bug in DateTime and DateTime64 types caused by passing potentially ambiguous times to pd.DateTimeIndex constructor.
31
+
- Fixed DST fallback bug in DateTime and DateTime64 types caused by passing potentially ambiguous times to pd.DateTimeIndex constructor. Closes [#585](https://github.com/ClickHouse/clickhouse-connect/issues/585)
28
32
- Fixed issue with JSON key dot escaping. Closes [#571](https://github.com/ClickHouse/clickhouse-connect/issues/571)
0 commit comments