The latest ClickHouse release, 22.11, is now available with several new features, including Composite time intervals, support for Glob patterns, functions for Spark compatibility, retries on INSERT, Data Lake support via Apache Hudi and Delta Lake for SELECT queries, and numerous performance improvements. The addition of retries on INSERT allows inserts to survive reconnections to the keeper and potential restarts, while the support for Glob patterns enables users to target specific subsets of data using s3 functions, reducing the amount of data that needs to be read to answer a query. This feature is particularly valuable when reading from local storage or S3 buckets to perform ad-hoc analysis or selectively insert data into ClickHouse instances. The release also includes substantive changes in the python client and updates to both the go and js clients.