v2.3.0
IMPROVEMENTS
- add FIPS compatible builds and examples, fix 656, fix 674
- improve support for
use_embedded_backup_restore: true
, applied ugly workaround in test to avoid ClickHouse/ClickHouse#43971, and applied restore workaround to resolve ClickHouse/ClickHouse#42709 - migrate to
clickhouse-go/v2
, fix 540, close 562 - add documentation for
AWS_ARN_ROLE
andAWS_WEB_IDENTITY_TOKEN_FILE
, fix 563
BUG FIXES
- hotfix wrong empty files when disk_mapping contains not exists during create, affected 2.2.7 version, look details 676
- add
FTP_ADDRESS
andSFTP_PORT
in Default config Readme.md section fix 668 - when use
--tables=db.materialized_view
pattern, then create/restore backup also for.inner.materialized_view
or.inner_id.uuid
, fix 613