v.23.2New Feature

New HTTP Parameter for Client Protocol Version in Native Format

The new http parameter client_protocol_version allows setting a client protocol version for HTTP responses using the Native format. #40397. #46360 (Geoff Genz).
The new HTTP parameter client_protocol_version enables setting the client protocol version for HTTP responses that use the Native format in ClickHouse.

Why it matters

This feature allows users to specify the protocol version for HTTP responses to ensure compatibility or leverage specific protocol features when communicating with ClickHouse via HTTP using the Native format.

How to use it

To use this feature, add the client_protocol_version parameter to your HTTP request to ClickHouse. This will set the desired client protocol version for the Native format response, for example: http://clickhouse-server/?client_protocol_version=xxx.