> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud changelog - 2022

> ClickHouse Cloud changelog for 2022

<h2 id="december-20-2022">
  December 20, 2022
</h2>

This release introduces seamless logins for administrators to SQL console, improved read performance for cold reads, and an improved Metabase connector for ClickHouse Cloud.

<h3 id="console-changes-27">
  Console changes
</h3>

* Enabled seamless access to SQL console for admin users
* Changed default role for new invitees to "Administrator"
* Added onboarding survey

<h3 id="reliability-and-performance-3">
  Reliability and performance
</h3>

* Added retry logic for longer running insert queries to recover in the event of network failures
* Improved read performance of cold reads

<h3 id="integrations-changes-26">
  Integrations changes
</h3>

* The [Metabase plugin](/integrations/connectors/data-visualization/metabase-and-clickhouse) got a long-awaited v0.9.1 major update. Now it is compatible with the latest Metabase version and has been thoroughly tested against ClickHouse Cloud.

<h2 id="december-6-2022---general-availability">
  December 6, 2022 - General availability
</h2>

ClickHouse Cloud is now production-ready with SOC2 Type II compliance, uptime SLAs for production workloads, and public status page. This release includes major new capabilities like AWS Marketplace integration, SQL console - a data exploration workbench for ClickHouse users, and ClickHouse Academy - self-paced learning in ClickHouse Cloud. Learn more in this [blog](https://clickhouse.com/blog/clickhouse-cloud-generally-available).

<h3 id="production-ready">
  Production-ready
</h3>

* SOC2 Type II compliance (details in [blog](https://clickhouse.com/blog/clickhouse-cloud-is-now-soc-2-type-ii-compliant) and [Trust Center](https://trust.clickhouse.com/))
* Public [Status Page](https://status.clickhouse.com/) for ClickHouse Cloud
* Uptime SLA available for production use cases
* Availability on [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-jettukeanwrfc)

<h3 id="major-new-capabilities">
  Major new capabilities
</h3>

* Introduced SQL console, the data exploration workbench for ClickHouse users
* Launched [ClickHouse Academy](https://learn.clickhouse.com/visitor_class_catalog), self-paced learning in ClickHouse Cloud

<h3 id="pricing-and-metering-changes">
  Pricing and metering changes
</h3>

* Extended trial to 30 days
* Introduced fixed-capacity, low-monthly-spend Development Services, well-suited for starter projects and development/staging environments
* Introduced new reduced pricing on Production Services, as we continue to improve how ClickHouse Cloud operates and scales
* Improved granularity and fidelity when metering compute

<h3 id="integrations-changes-27">
  Integrations changes
</h3>

* Enabled support for ClickHouse Postgres / MySQL integration engines
* Added support for SQL user-defined functions (UDFs)
* Advanced Kafka Connect sink to Beta status
* Improved Integrations UI by introducing rich meta-data about versions, update status, and more

<h3 id="console-changes-28">
  Console changes
</h3>

* Multi-factor authentication support in the cloud console
* Improved cloud console navigation for mobile devices

<h3 id="documentation-changes">
  Documentation changes
</h3>

* Introduced a dedicated [documentation](/products/cloud/getting-started/intro) section for ClickHouse Cloud

<h3 id="bug-fixes-5">
  Bug fixes
</h3>

* Addressed known issue where restore from backup did not always work due to dependency resolution

<h2 id="november-29-2022">
  November 29, 2022
</h2>

This release brings SOC2 Type II compliance, updates the ClickHouse version to 22.11, and improves a number of ClickHouse clients and integrations.

<h3 id="general-changes-4">
  General changes
</h3>

* Reached SOC2 Type II compliance (details in [blog](https://clickhouse.com/blog/clickhouse-cloud-is-now-soc-2-type-ii-compliant) and [Trust Center](https://trust.clickhouse.com))

<h3 id="console-changes-29">
  Console changes
</h3>

* Added an "Idle" status indicator to show that a service has been automatically paused

<h3 id="clickhouse-2211-version-upgrade">
  ClickHouse 22.11 version upgrade
</h3>

* Added support for Hudi and DeltaLake table engines and table functions
* Improved recursive directory traversal for S3
* Added support for composite time interval syntax
* Improved insert reliability with retries on insert
* See the [detailed 22.11 changelog](#clickhouse-2211-version-upgrade) for the complete list of changes

<h3 id="integrations-1">
  Integrations
</h3>

* Python client: v3.11 support, improved insert performance
* Go client: fix DateTime and Int64 support
* JS client: support for mutual SSL authentication
* dbt-clickhouse: support for DBT v1.3

<h3 id="bug-fixes-6">
  Bug fixes
</h3>

* Fixed a bug that showed an outdated ClickHouse version after an upgrade
* Changing grants for the "default" account no longer interrupts sessions
* Newly created non-admin accounts no longer have system table access by default

<h3 id="known-issues-in-this-release">
  Known issues in this release
</h3>

* Restore from backup may not work due to dependency resolution

<h2 id="november-17-2022">
  November 17, 2022
</h2>

This release enables dictionaries from local ClickHouse table and HTTP sources, introduces support for the Mumbai region, and improves the cloud console user experience.

<h3 id="general-changes-5">
  General changes
</h3>

* Added support for [dictionaries](/reference/statements/create/dictionary) from local ClickHouse table and HTTP sources
* Introduced support for the Mumbai [region](/products/cloud/reference/supported-regions)

<h3 id="console-changes-30">
  Console changes
</h3>

* Improved billing invoice formatting
* Streamlined user interface for payment method capture
* Added more granular activity logging for backups
* Improved error handling during file upload

<h3 id="bug-fixes-7">
  Bug fixes
</h3>

* Fixed a bug that could lead to failing backups if there were single large files in some parts
* Fixed a bug where restores from backup did not succeed if access list changes were applied at the same time

<h3 id="known-issues">
  Known issues
</h3>

* Restore from backup may not work due to dependency resolution

<h2 id="november-3-2022">
  November 3, 2022
</h2>

This release removes read & write units from pricing (see the [pricing page](https://clickhouse.com/pricing) for details), updates the ClickHouse version to 22.10, adds support for higher vertical scaling for self-service customers, and improves reliability through better defaults.

<h3 id="general-changes-6">
  General changes
</h3>

* Removed read/write units from the pricing model

<h3 id="configuration-changes-2">
  Configuration changes
</h3>

* The settings `allow_suspicious_low_cardinality_types`, `allow_suspicious_fixed_string_types` and `allow_suspicious_codecs` (default is false) cannot be changed by users anymore for stability reasons.

<h3 id="console-changes-31">
  Console changes
</h3>

* Increased the self-service maximum for vertical scaling to 720GB memory for paying customers
* Improved the restore from backup workflow to set IP Access List rules and password
* Introduced waitlists for GCP and Azure in the service creation dialog
* Improved error handling during file upload
* Improved workflows for billing administration

<h3 id="clickhouse-2210-version-upgrade">
  ClickHouse 22.10 version upgrade
</h3>

* Improved merges on top of object stores by relaxing the "too many parts" threshold in the presence of many large parts (at least 10 GiB). This enables up to petabytes of data in a single partition of a single table.
* Improved control over merging with the `min_age_to_force_merge_seconds` setting, to merge after a certain time threshold.
* Added MySQL-compatible syntax to reset settings `SET setting_name = DEFAULT`.
* Added functions for Morton curve encoding, Java integer hashing, and random number generation.
* See the [detailed 22.10 changelog](#clickhouse-2210-version-upgrade) for the complete list of changes.

<h2 id="october-25-2022">
  October 25, 2022
</h2>

This release significantly lowers compute consumption for small workloads, lowers compute pricing (see [pricing](https://clickhouse.com/pricing) page for details), improves stability through better defaults, and enhances the Billing and Usage views in the ClickHouse Cloud console.

<h3 id="general-changes-7">
  General changes
</h3>

* Reduced minimum service memory allocation to 24G
* Reduced service idle timeout from 30 minutes to 5 minutes

<h3 id="configuration-changes-3">
  Configuration changes
</h3>

* Reduced max\_parts\_in\_total from 100k to 10k. The default value of the `max_parts_in_total` setting for MergeTree tables has been lowered from 100,000 to 10,000. The reason for this change is that we observed that a large number of data parts is likely to cause a slow startup time of services in the cloud. A large number of parts usually indicates a choice of too granular partition key, which is typically done accidentally and should be avoided. The change of default will allow the detection of these cases earlier.

<h3 id="console-changes-32">
  Console changes
</h3>

* Enhanced credit usage details in the Billing view for trial users
* Improved tooltips and help text, and added a link to the pricing page in the Usage view
* Improved workflow when switching options for IP filtering
* Added resend email confirmation button to the cloud console

<h2 id="october-4-2022---beta">
  October 4, 2022 - Beta
</h2>

ClickHouse Cloud began its public Beta on October 4th, 2022. Learn more in this [blog](https://clickhouse.com/blog/clickhouse-cloud-public-beta).

The ClickHouse Cloud version is based on ClickHouse core v22.10. For a list of compatible features, refer to the [Cloud Compatibility](/products/cloud/guides/cloud-compatibility) guide.
