Skip to content

1.5.0.20251127

Latest

Choose a tag to compare

@slabko slabko released this 27 Nov 17:55
· 11 commits to master since this release

Important

Please make sure to update your ClickHouse version to 24.11 or newer to get the most out this version.

What's Changed

  • The build includes the changes from 1.4.4.20251018 BETA, specifically an updated network stack that should reduce the Incomplete Input Stream errors (#419).
  • As a result of updating the network stack, the certificate validation error (#443) has also been fixed.
  • The driver now supports loading longs strings in parts using SQLGetData.
  • The new version of the driver now supports compression (#103). This option is currently disabled by default, but we plan to enable it after gathering enough feedback from our users. Because compression is not enabled by default, and the Power BI adapter does not allow changing driver configuration parameters, compression will not initially be enabled for Power BI. This will change once compression becomes enabled by default.

Special thanks to @ilejn for providing the initial implementation for the compression support.

Full Changelog: 1.4.3.20250807...v1.5.0.20251127