New features
- If introspected ClickHouse version is lower than 23.8, the driver will not use startsWithUTF8/endsWithUTF8 and fall back to their non-UTF8 counterparts instead. There is a drawback in this compatibility mode: potentially incorrect filtering results when working with non-latin strings. If your use case includes filtering by columns with such strings and you experience these issues, consider upgrading your ClickHouse server to 23.8+. (#224)