v2.6.43
NEW FEATURES
- add
S3_REQUEST_CONTENT_MD5option for S3-compatible storage backends that requireContent-MD5header on uploads (e.g. Huawei S3), fix 1324, fix 1329
IMPROVEMENTS
- add ClickHouse 26.1, 26.2 to test matrix
- refactor integration tests: split monolithic test file and reorganize configs for better maintainability
BUG FIXES
- fix GCS upload performance regression by letting SDK manage transport instead of custom HTTP client
- fix restore
--partitionsoption error related to Embedded backup - fix 1328,
restore --data --partitionsnow correctly usesDROP PARTITION ID '<id>'for partition IDs andDROP PARTITION (<tuple>)for tuple-format partitions instead of always usingDROP PARTITION, also fix the same issue for Embedded backup/restore