docs: add changelog entry

This commit is contained in:
Kjell Winblad 2023-06-09 16:17:13 +02:00
parent 61488ec407
commit c6eb1af82c
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
The ClickHouse bridge had a problem that could cause messages to be dropped when the ClickHouse server is closed while sending messages even when the request_ttl is set to infinity. This has been fixed by treating errors due to a closed connection as recoverable errors.