> ## Documentation Index
> Fetch the complete documentation index at: https://cockroachlabs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CockroachDB Cloud Releases

export const InternalLink = ({version, path = "", children, ...props}) => {
  let detectedVersion = version || "stable";
  if (typeof window !== 'undefined' && !version) {
    const match = window.location.pathname.match(/\/docs\/([^/]+)/);
    if (match) {
      detectedVersion = match[1];
    }
  }
  const normalizedPath = path.startsWith("/") ? path.slice(1) : path;
  return <a href={`/docs/${detectedVersion}/${normalizedPath}`} {...props}>
      {children}
    </a>;
};

<InternalLink version="cockroachcloud" path="index">CockroachDB Cloud</InternalLink> supports major versions of CockroachDB according to the schedule in the <InternalLink version="cockroachcloud" path="upgrade-policy">CockroachDB Cloud Upgrade Policy</InternalLink>. On that page, select a supported version to view its feature highlights. Updates that are specific to CockroachDB Cloud are exclusively listed on this page.

CockroachDB Cloud supports the latest major version of CockroachDB and the version immediately preceding it. For more information, see the <InternalLink version="cockroachcloud" path="upgrade-policy">CockroachDB Cloud Upgrade Policy</InternalLink>.

Get future release notes emailed to you:

<MarketoEmailForm />

## May 2026 highlights

| Feature                                                                                                                                                                                                                                                                      | Availability | Basic | Standard | Advanced |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------: | :---: | :------: | :------: |
| **Navigation Redesign for Cloud Console**<br />Improved the Cloud Console navigation interface with improved sidebar navigation, global search by cluster ID and name, cluster detail headers, and other usability improvements.                                             |      GA      |   ✔   |     ✔    |     ✔    |
| **Enhanced Cluster Settings Panel**<br />Improved cluster settings panel with additional fields including cluster name, ID, and version information, plus better width handling for clusters with many labels.                                                               |      GA      |   ✔   |     ✔    |     ✔    |
| **SSH Gateway for Cluster Access**<br />Added SSH gateway functionality allowing secure shell access to clusters with OAuth integration and session management capabilities.                                                                                                 |    Preview   |   ✗   |     ✗    |     ✔    |
| **Multi-Factor Authentication (MFA) Support**<br />Added comprehensive MFA support including enrollment status viewing, verification APIs, and organization-level MFA enforcement capabilities.                                                                              |    Preview   |   ✗   |     ✔    |     ✔    |
| **Egress support for Azure Private Link Service**<br />Added support for <InternalLink version="cockroachcloud" path="egress-private-endpoints">egress private endpoints</InternalLink> with Azure Private Link Service.                                                     |      GA      |   ✗   |     ✗    |     ✔    |
| **OAuth Apps Management for MCP**<br />Introduced OAuth applications page for managing <InternalLink version="cockroachcloud" path="connect-to-the-cockroachdb-cloud-mcp-server">Machine Control Protocol (MCP)</InternalLink> redirect URIs and application configurations. |    Preview   |   ✗   |     ✗    |     ✔    |

## April 2026 highlights

| Feature                                                                                                                                                                                                                                                                                                                                                                                    | Availability | Basic | Standard | Advanced |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------: | :---: | :------: | :------: |
| **CockroachDB Cloud CLI**<br />The <InternalLink version="cockroachcloud" path="ccloud-get-started">CockroachDB Cloud CLI</InternalLink> has been redesigned with updated commands for managing clusters, users, and cloud resources from the terminal.                                                                                                                                    |      GA      |   ✔   |     ✔    |     ✔    |
| **Bring Your Own Cloud (BYOC)**<br />You can deploy <InternalLink version="cockroachcloud" path="byoc-overview">CockroachDB Cloud clusters within your own AWS, Azure, or GCP account</InternalLink>. This gives you access to your existing cloud savings and control over networking, security, and data residency while retaining the managed database operations of CockroachDB Cloud. |    Preview   |   ✗   |     ✗    |     ✔    |
| **Model Context Protocol (MCP) server**<br />The <InternalLink version="cockroachcloud" path="connect-to-the-cockroachdb-cloud-mcp-server">CockroachDB Cloud MCP server</InternalLink> allows your AI agents and LLM-powered applications to connect to CockroachDB using the Model Context Protocol (MCP).                                                                                |      GA      |   ✔   |     ✔    |     ✔    |
| **Fault tolerance demo**<br />Run a built-in <InternalLink version="stable" path="demo-cockroachdb-resilience#run-a-guided-demo-in-cockroachdb-cloud">fault tolerance demo</InternalLink> in the CockroachDB Cloud Console that allows you to monitor query execution during a simulated failure and recovery.                                                                             |    Preview   |   ✔   |     ✔    |     ✔    |
| **Cross-cluster restore for Standard tier**<br />Standard tier clusters now support <InternalLink version="cockroachcloud" path="take-and-restore-self-managed-backups">cross-cluster restore</InternalLink>, allowing you to restore backups from one cluster to another for disaster recovery and testing scenarios.                                                                     |      GA      |   ✗   |     ✔    |     ✔    |
| **Larger instance sizes for Advanced clusters**<br />Advanced clusters now support instance sizes larger than 32 vCPUs per node, enabling higher-performance workloads and greater vertical scaling options.                                                                                                                                                                               |      GA      |   ✗   |     ✗    |     ✔    |
| **Cluster Overview page redesign**<br />The Cloud Console <InternalLink version="cockroachcloud" path="overview-page">Cluster Overview page</InternalLink> has been redesigned with an improved layout and user experience for monitoring cluster health and metrics.                                                                                                                      |      GA      |   ✔   |     ✔    |     ✔    |

## Older updates

<Expandable title="older changes">
  ### Aug 5, 2025

  Console users with the <InternalLink version="cockroachcloud" path="authorization#billing-coordinator">Billing Coordinator role</InternalLink> can now <InternalLink version="cockroachcloud" path="billing-management#export-invoices">export invoices</InternalLink> in a PDF format, rendering billing information into a traditional invoice format for ease of distribution.

  ### Aug 4, 2025

  CockroachDB v25.3 is now generally available (GA) for CockroachDB Cloud Advanced clusters. CockroachDB v25.3 is an <InternalLink version="releases" path="index#release-schedule">Innovation release</InternalLink>.

  For release notes, refer to <InternalLink version="releases" path="v25.3">What's New in v25.3</InternalLink>.

  To get started with v25.3, refer to <InternalLink version="cockroachcloud" path="create-an-advanced-cluster">Create a CockroachDB Advanced cluster</InternalLink> or <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade a Cluster in CockroachDB Cloud</InternalLink>.

  ### July 31, 2025

  #### Customer-Managed Encryption Keys (CMEK) for CockroachDB Advanced for Azure

  This release introduces Customer-Managed Encryption Keys (CMEK) for CockroachDB Cloud Advanced clusters on Microsoft Azure. This feature provides enhanced data security and supports PCI DSS compliance.

  CMEK enables customers to control the encryption keys used to protect their data at rest within CockroachDB Cloud on Azure. Keys are managed via the customer's Azure Key Vault.

  Key benefits:

  * **Enhanced Data Security**: Customers control key lifecycle (creation, rotation, revocation), improving data protection.
  * **PCI DSS Compliance**: Addresses PCI DSS Requirement 3 for protecting stored cardholder data.
  * **Operational Control**: Provides greater control and visibility over data encryption strategy.
  * **Data Revocation Capability**: Enables immediate data access revocation by disabling the encryption key in Azure Key Vault.

  This functionality is critical for organizations handling sensitive data and seeking PCI DSS compliance on the Azure Advanced Tier of CockroachDB Cloud.

  For more information, refer to <InternalLink version="cockroachcloud" path="cmek">Customer-Managed Encryption Keys (CMEK) Overview</InternalLink> and <InternalLink version="cockroachcloud" path="managing-cmek">Manage CMEK for CockroachDB Advanced</InternalLink>.

  ### May 12, 2025

  CockroachDB v25.2 is now generally available (GA) for CockroachDB Cloud Advanced clusters. CockroachDB v25.2 is a <InternalLink version="releases" path="index#release-schedule">Regular release</InternalLink>.

  For release notes, refer to <InternalLink version="releases" path="v25.2">What's New in v25.2</InternalLink>.

  To get started with v25.2, refer to <InternalLink version="cockroachcloud" path="create-an-advanced-cluster">Create a CockroachDB Advanced cluster</InternalLink> or <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade a Cluster in CockroachDB Cloud</InternalLink>.

  ### April 30, 2025

  You can now use the CockroachDB Cloud Console to <InternalLink version="cockroachcloud" path="labels">edit the labels of a cluster or folder</InternalLink>.

  ### April 3, 2025

  You can now <InternalLink version="cockroachcloud" path="change-plan-between-basic-and-standard">change cluster plans between Basic and Standard</InternalLink> from the CockroachDB Cloud Console.

  ### February 18, 2025

  CockroachDB v25.1 is now generally available for select CockroachDB Cloud Advanced clusters. CockroachDB v25.1 is an <InternalLink version="releases" path="release-support-policy#innovation-releases">Innovation release</InternalLink>. Refer to <InternalLink version="cockroachcloud" path="create-an-advanced-cluster">Create a CockroachDB Advanced cluster</InternalLink> or <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade to v25.1</InternalLink>.

  ### January 16, 2025

  #### General updates

  * GCP Private Service Connect and Azure Private Link have been promoted from Preview to <InternalLink version="releases" path="cockroachdb-feature-availability">GA</InternalLink>.

    For information about these features, refer to <InternalLink version="cockroachcloud" path="network-authorization">Network Authorization</InternalLink>.

  ### December 17, 2024

  #### General updates

  * CockroachDB Cloud is now available as a pay-as-you-go offering on the Google Cloud Marketplace. This allows Google Cloud customers to pay for CockroachDB Cloud charges via their Google Cloud accounts, with no up-front commitments. For more detail, refer to:
    * [CockroachDB (pay-as-you-go)](https://console.cloud.google.com/marketplace/product/cockroachlabs/cockroachdb-pay-as-you-go) on the Google Cloud Marketplace.
    * <InternalLink version="cockroachcloud" path="billing-management?filters=gcp#subscribe-through-aws-marketplace">Subscribe through the Google Cloud Marketplace</InternalLink> in the CockroachDB Cloud documentation.

  ### December 3, 2024

  You can now use the CockroachDB Cloud Console to <InternalLink version="cockroachcloud" path="organization-audit-logs-in-cloud-console">view and filter audit logs</InternalLink>, providing greater visibility into user activity across your CockroachDB Cloud organization.

  ### December 1, 2024

  As of December 1, 2024, [updated pricing](https://www.cockroachlabs.com/pricing/new) that was recently [announced](https://www.cockroachlabs.com/blog/improved-cockroachdb-cloud-pricing) for CockroachDB Cloud is now in effect for all customers except those with annual or multi-year contracts that began prior to December 1, 2024. For those customers, the updated pricing, including new usage-based costs, goes into effect upon contract renewal. Prior to renewal, line items for usage of data transfer, backups, and changefeeds are displayed in the [Billing](https://cockroachlabs.cloud/billing) interface and on invoices with a \$0 charge, while showing actual usage metrics to help estimate future costs.

  For further detail, refer to <InternalLink version="cockroachcloud" path="costs">Understand CockroachDB Cloud Costs</InternalLink>.

  ### November 18, 2024

  CockroachDB v24.3 is now generally available for select CockroachDB Cloud clusters. CockroachDB v24.3 is a <InternalLink version="releases" path="release-support-policy#regular-releases">Regular release</InternalLink>. Refer to <InternalLink version="cockroachcloud" path="create-your-cluster">Create a CockroachDB Standard cluster</InternalLink> or <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade to v24.3</InternalLink>.

  ### November 8, 2024

  You can now <InternalLink version="cockroachcloud" path="managing-access">grant roles</InternalLink> to a user after you <InternalLink version="cockroachcloud" path="managing-access#invite-team-members-to-an-organization">invite them</InternalLink> to join your CockroachDB Cloud organization. Previously, a user was required to accept the invitation and create an account before roles could be granted.

  ### November 1, 2024

  Cockroach Labs has announced [updated pricing](https://www.cockroachlabs.com/blog/improved-cockroachdb-cloud-pricing) for CockroachDB Cloud. This new pricing model goes into effect December 1, 2024 for new customers and existing pay-as-you-go customers, and upon renewal for annual or multi-year contract customers.

  A Preview of metering for usage-based billing of data transfer, backups, and changefeeds remains in effect through November 30, 2024. During this Preview, line items with a charge of \$0 will be shown on your monthly invoice for these items. Customers with existing annual or multi-year contracts may continue to preview these line items until charges begin upon contract renewal.

  For more information, refer to <InternalLink version="cockroachcloud" path="costs">CockroachDB Cloud Costs</InternalLink> and the [CockroachDB Pricing](https://www.cockroachlabs.com/pricing) page.

  ### October 29, 2024

  The new official <InternalLink version="cockroachcloud" path="configure-cloud-org-sso#add-a-custom-authentication-method">Cockroach Labs Okta app integration</InternalLink> eases the configuration of OIDC and SAML SSO authentication methods for CockroachDB Cloud organizations. Previously, a custom OIDC or SAML app integration in Okta was required.

  ### October 28, 2024

  #### General updates

  * <InternalLink version="releases" path="v24.3#v24-3-0-beta-2">CockroachDB v24.3.0-beta.2</InternalLink> is available to CockroachDB Advanced clusters as a Pre-Production Preview release for testing and experimentation. An <InternalLink version="cockroachcloud" path="authorization#organization-admin">Organization Admin</InternalLink> can upgrade your CockroachDB Advanced cluster from the CockroachDB Cloud Console. To learn more, refer to <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade a cluster in CockroachDB Cloud</InternalLink> and the <InternalLink version="cockroachcloud" path="upgrade-policy">CockroachDB Cloud Upgrade Policy</InternalLink>.

  ### October 22, 2024

  * The deprecated `is_regex` field has been removed from the <InternalLink version="api" path="/cloud/v1/jwt-issuers/add-a-jwt-issuer">CockroachDB Cloud API for Java Web Tokens (JWTs)</InternalLink>. The API now handles regular expressions seamlessly.

  ### October 1, 2024

  <InternalLink version="cockroachcloud" path="costs">Metering</InternalLink> for usage-based billing of data transfer, managed backup storage, and changefeeds is now in <InternalLink version="releases" path="cockroachdb-feature-availability">Preview</InternalLink> for all CockroachDB Cloud organizations.

  * Usage metrics for data transfer, managed backup storage, and changefeeds are now visible for CockroachDB Standard and Advanced clusters in the CockroachDB Cloud Console. You can view your usage across these metrics on the [Billing page](https://cockroachlabs.cloud/billing/overview) and on invoices.
  * There will be no usage-based charges associated with these metrics during the Preview period, which is in effect through November 30, 2024. During this time, line items with a charge of \$0 will be shown for each metric on your monthly invoice.
  * We will share pricing for these usage-based costs by November 1, 2024.
  * On December 1, 2024, once the Preview has ended, pricing for these metrics goes into effect immediately for new customers and for existing pay-as-you-go customers (e.g. paying monthly by credit card). Customers with annual or multi-year contracts will continue to preview these line items without incurring charges for them (i.e. expending credits) through the end of their current contract term.

  ### September 25, 2024

  <InternalLink version="cockroachcloud" path="index">CockroachDB Cloud</InternalLink> [plans](https://cockroachlabs.com/pricing) have been updated, and existing clusters have been transitioned to the new plans. There is no impact on the functionality or availability of existing clusters.

  * CockroachDB Serverless clusters have been renamed to **CockroachDB Basic**.

  * **CockroachDB Standard** is a new plan in <InternalLink version="releases" path="cockroachdb-feature-availability">Preview</InternalLink>. You can easily <InternalLink version="cockroachcloud" path="provision-a-cluster-with-terraform">switch</InternalLink> a Basic cluster to CockroachDB Standard in place or <InternalLink version="cockroachcloud" path="create-your-cluster">start a new Standard cluster</InternalLink>. New Cloud organizations can benefit from a <InternalLink version="cockroachcloud" path="free-trial">free trial</InternalLink>.

    CockroachDB Standard offers the benefits of a scalable, shared architecture, along with many enterprise-ready features, including:

    * <InternalLink version="cockroachcloud" path="connect-to-your-cluster#establish-private-connectivity">Private Connectivity</InternalLink> to AWS Privatelink, GCP VPC Peering, and GCP Private Service Connect.
    * Customer control of <InternalLink version="cockroachcloud" path="cluster-management#manage-cluster-upgrades">major version upgrades</InternalLink>.
    * Customer-configurable <InternalLink version="cockroachcloud" path="managed-backups">Managed Backups</InternalLink>.
    * <InternalLink version="cockroachcloud" path="export-metrics">Metrics export</InternalLink> to Amazon CloudWatch, Datadog, and Prometheus.
    * <InternalLink version="cockroachcloud" path="export-metrics">Log export</InternalLink> to Amazon CloudWatch and GCP Cloud Logging.

  * CockroachDB Dedicated clusters have been renamed to **CockroachDB Advanced**. Former CockroachDB Dedicated Advanced clusters are now CockroachDB Advanced clusters with <InternalLink version="cockroachcloud" path="create-an-advanced-cluster#step-6-configure-advanced-security-features">advanced security features</InternalLink> enabled.

  For more details, refer to the [CockroachDB Blog](https://cockroachlabs.com/blog/roachfest-24-product-updates) and learn more about [CockroachDB Cloud Costs across plans](https://cockroachlabs.com/pricing).

  In addition, this release includes the following features:

  * A collection of <InternalLink version="cockroachcloud" path="metrics#cockroachdb-cloud-console-metrics-page">Metrics graphs</InternalLink> in the Cloud Console for all plans.
  * Configurable backup frequency and retention for <InternalLink version="cockroachcloud" path="managed-backups">Managed Backups</InternalLink> on CockroachDB Standard and CockroachDB Advanced clusters, so you can meet your Disaster Recovery requirements.
  * Updates to the <InternalLink version="cockroachcloud" path="cloud-api">CockroachDB Cloud API</InternalLink> and <InternalLink version="cockroachcloud" path="provision-a-cluster-with-terraform">Terraform Provider</InternalLink> to support the new plans and features.

  ### August 12, 2024

  #### General updates

  * CockroachDB v24.2 is now generally available for CockroachDB Dedicated. CockroachDB v24.2 is an optional <InternalLink version="cockroachcloud" path="upgrade-policy#innovation-releases">Innovation release</InternalLink>. Refer to <InternalLink version="cockroachcloud" path="create-your-cluster">Create a CockroachDB Dedicated cluster</InternalLink> or <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade to v24.2</InternalLink>.
  * As of v24.2, Cockroach Labs releases a major version of CockroachDB once per quarter, alternating between releases classified as a *Regular release* or an *Innovation release*.
    * <InternalLink version="cockroachcloud" path="upgrade-policy">Regular releases</InternalLink> are required; they must be applied to CockroachDB Dedicated clusters, and they are applied automatically to CockroachDB Serverless clusters. Regular releases are produced twice a year, alternating with Innovation releases. They are supported for one year. Upgrading CockroachDB Dedicated directly from one regular release to the next regular release, skipping the intervening Innovation release, is supported.
    * <InternalLink version="cockroachcloud" path="upgrade-policy#innovation-releases">Innovation releases</InternalLink> are optional and can be skipped for CockroachDB Dedicated but are required for CockroachDB Serverless. Innovation releases are produced twice a year, alternating with Regular releases. An innovation release is supported for 6 months, at which time a CockroachDB Dedicated cluster must be upgraded to the next Regular release. At a a given time, only one Innovation release is typically supported. Upgrading CockroachDB Dedicated directly from one Innovation release to the next innovation release is not supported.

      To opt out of Innovation releases entirely and hide them from your CockroachDB organization, contact
      [Support](https://support.cockroachlabs.com/hc).

  To learn more, refer to <InternalLink version="cockroachcloud" path="upgrade-policy">CockroachDB Cloud Support and Upgrade Policy</InternalLink>.

  ### July 31, 2024

  #### General updates

  * When creating a new CockroachDB Advanced cluster, you can now <InternalLink version="cockroachcloud" path="create-an-advanced-cluster#step-9-select-the-cockroachdb-version">select the cluster's major version</InternalLink>. The default option is the latest stable version. At any given time, you may be able to choose from additional stable releases or experimental <InternalLink version="cockroachcloud" path="upgrade-policy#pre-production-preview-upgrades">Pre-Production Preview</InternalLink> releases. Patch releases within a major version are applied automatically.

  ### July 19, 2024

  #### General updates

  * CockroachDB Cloud is now available as a pay-as-you-go offering on the AWS Marketplace. This allows AWS customers to pay for CockroachDB Cloud charges via their AWS accounts, with no up-front commitments. For more detail, refer to:
    * [CockroachDB (pay-as-you-go)](https://aws.amazon.com/marketplace/pp/prodview-n3xpypxea63du) on AWS Marketplace.
    * <InternalLink version="cockroachcloud" path="billing-management?filters=aws#subscribe-through-aws-marketplace">Subscribe through AWS Marketplace</InternalLink> in the CockroachDB Cloud documentation.

  ### July 18, 2024

  #### Security updates

  * The maximum number of <InternalLink version="cockroachcloud" path="network-authorization#ip-allowlisting">IP allowlist</InternalLink> entries has increased from 7 to 20 for CockroachDB Dedicated on AWS.

  ### June 26, 2024

  #### General updates

  * The `qatarcentral` (Doha) region has been disabled for CockroachDB Dedicated clusters on Azure due to capacity issues. To express interest in this region, contact your account team.

  ### June 17, 2024

  #### Security updates

  * The <InternalLink version="cockroachcloud" path="cloud-org-sso#cloud-organization-sso">IdP-initiated SAML flow</InternalLink> is now enabled by default. When you configure a <InternalLink version="cockroachcloud" path="configure-cloud-org-sso#saml">Cloud Organization SSO SAML connection</InternalLink>, your users can optionally sign in to CockroachDB Cloud directly from your IdP, such as by using a tile in Okta.

  ### June 14, 2024

  #### General updates

  * Deletion protection, which helps to prevent a cluster in CockroachDB Cloud from being deleted by mistake, is generally available for CockroachDB Serverless and CockroachDB Dedicated clusters. A user with permission to delete a cluster can enable deletion protection for the cluster. Refer to the instructions for <InternalLink version="cockroachcloud" path="basic-cluster-management#enable-deletion-protection">CockroachDB Serverless</InternalLink> and <InternalLink version="cockroachcloud" path="cluster-management#enable-deletion-protection">CockroachDB Dedicated</InternalLink>.

  ### June 12, 2024

  #### General updates

  * CockroachDB Dedicated on AWS is now available in new <InternalLink version="cockroachcloud" path="regions?filters=dedicated#aws-regions">regions</InternalLink>:
    * `ap-east-1` (Hong Kong)
    * `ap-southeast-3` (Jakarta)
    * `ca-west-1` (Calgary)
    * `eu-south-1` (Milan)
    * `il-central-1` (Tel Aviv)
    * `me-south-1` (Bahrain)

  #### Security updates

  * <InternalLink version="cockroachcloud" path="connect-to-your-cluster#azure-private-link">Configuring private connectivity using Azure Private Link</InternalLink> is available in <InternalLink version="releases" path="cockroachdb-feature-availability">preview</InternalLink> for CockroachDB Dedicated clusters on Azure. <InternalLink version="cockroachcloud" path="network-authorization#options-for-controlling-network-access">Private connectivity</InternalLink> allows you to establish SQL access to a CockroachDB Dedicated cluster entirely through cloud provider private infrastructure, without exposing the cluster to the public internet, affording enhanced security and performance.

  ### May 20, 2024

  #### General updates

  * CockroachDB v24.1 is now generally available for CockroachDB Dedicated, and is scheduled to be made available for CockroachDB self-hosted on June 3, 2024. For more information, refer to <InternalLink version="cockroachcloud" path="create-your-cluster">Create a CockroachDB Dedicated Cluster</InternalLink> or <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade to CockroachDB v24.1</InternalLink>.
  * CockroachDB Dedicated on AWS is now available in the `me-central-1` (United Arab Emirates) <InternalLink version="cockroachcloud" path="regions#aws-regions">region</InternalLink>.
  * CockroachDB Dedicated on GCP is now available in new <InternalLink version="cockroachcloud" path="regions#gcp-regions">regions</InternalLink>:
    * `europe-southwest1` (Madrid)
    * `europe-west8` (Milan)
    * `europe-west12` (Paris)
    * `me-central1` (Doha)
    * `me-west1` (Tel Aviv)
    * `us-east5` (Columbus)
    * `us-south1` (Dallas)

  #### Security updates

  * <InternalLink version="cockroachcloud" path="connect-to-your-cluster#gcp-private-service-connect">Configuring private connectivity using Google Cloud Private Service Connect</InternalLink> is available in <InternalLink version="releases" path="cockroachdb-feature-availability">preview</InternalLink> for CockroachDB Dedicated clusters on GCP. <InternalLink version="cockroachcloud" path="network-authorization#options-for-controlling-network-access">Private connectivity</InternalLink> allows you to establish SQL access to a CockroachDB Dedicated cluster entirely through cloud provider private infrastructure, without exposing the cluster to the public internet, affording enhanced security and performance.

  ### May 12, 2024

  #### Security updates

  * <InternalLink version="cockroachcloud" path="folders">Folders</InternalLink> are now available in <InternalLink version="releases" path="cockroachdb-feature-availability">preview</InternalLink>.
  * The initial <InternalLink version="cockroachcloud" path="authorization#organization-admin">Organization Admin</InternalLink> is now automatically assigned the <InternalLink version="cockroachcloud" path="authorization#folder-admin">Folder Admin</InternalLink> role.
  * A <InternalLink version="cockroachcloud" path="authorization#folder-admin">Folder Admin</InternalLink> can now view all users and service accounts.

  ### April 18, 2024

  #### General updates

  * CockroachDB Dedicated clusters on Azure can now be created in the following <InternalLink version="cockroachcloud" path="regions">regions</InternalLink>:

  | Geographic Area | Region Name        | Location     |
  | --------------- | ------------------ | ------------ |
  | Africa          | `southafricanorth` | Johannesburg |
  | Asia Pacific    | `japaneast`        | Tokyo        |
  |                 | `koreacentral`     | Seoul        |
  | Middle East     | `qatarcentral`     | Doha         |
  |                 | `uaenorth`         | Dubai        |
  |                 | `southcentralus`   | Texas        |
  |                 | `westus3`          | Washington   |
  | Western Europe  | `francecentral`    | Paris        |
  |                 | `norwayeast`       | Oslo         |
  |                 | `polandcentral`    | Warsaw       |
  |                 | `swedencentral`    | Gävle        |
  |                 | `switzerlandnorth` | Zürich       |

  ### April 17, 2024

  #### General updates

  * <InternalLink version="releases" path="v24.1#v24-1-0-beta-1">CockroachDB v24.1.0-beta.1</InternalLink> is available to CockroachDB Dedicated clusters as a Pre-Production Preview release for testing and experimentation. An <InternalLink version="cockroachcloud" path="authorization#organization-admin">Organization Admin</InternalLink> can upgrade your CockroachDB Dedicated cluster from the CockroachDB Cloud Console. To learn more, refer to <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade to v24.1 Pre-Production Preview</InternalLink> and the <InternalLink version="cockroachcloud" path="upgrade-policy">CockroachDB Cloud Upgrade Policy</InternalLink>.

  ### April 9, 2024

  #### Security updates

  * The `paths` field of an <InternalLink version="cockroachcloud" path="egress-perimeter-controls">Egress Perimeter Control</InternalLink> egress rule is now deprecated and will be removed in the future. The CockroachDB Cloud API ignores this field and applies an egress rule to all egress requests to the specified network destination.

  ### March 20, 2024

  #### Security updates

  * All CockroachDB Cloud organizations have been migrated to use <InternalLink version="cockroachcloud" path="authorization#organization-user-roles">fine-grained roles</InternalLink>. The following deprecated legacy roles have been removed:
    * Org Administrator (Legacy)
    * Org Developer (Legacy)

  ### March 19, 2024

  #### General updates

  * You can now use the CockroachDB Cloud Console to <InternalLink version="cockroachcloud" path="advanced-cluster-management#add-or-remove-regions-from-a-cluster">add or remove regions</InternalLink> for an existing CockroachDB Dedicated cluster on Azure.

  ### March 8, 2024

  #### General updates

  * You can now add or remove regions from an existing CockroachDB Dedicated cluster on Azure, rather than only during cluster creation.

  ### February 6, 2024

  #### General updates

  * Folder names can now include apostrophes. For details about folder naming, refer to <InternalLink version="cockroachcloud" path="folders#folder-naming">Folder Naming</InternalLink>.

  ### February 5, 2024

  #### Console changes

  * CockroachDB Dedicated clusters now have a <InternalLink version="cockroachcloud" path="metrics-essential">**Metrics** page</InternalLink> in the Console with charts to **Monitor SQL Activity** and **Identify SQL Problems**. On the **Metrics** page, a **Custom** tab takes you to the <InternalLink version="cockroachcloud" path="custom-metrics-chart-page">**Custom Metrics Chart** page</InternalLink> (available in <InternalLink version="releases" path="cockroachdb-feature-availability">preview</InternalLink>) where you can create custom charts showing the time series data for an available metric or combination of metrics.

  ### January 29, 2024

  #### General updates

  * CockroachDB Dedicated clusters now <InternalLink version="cockroachcloud" path="export-metrics">export metrics</InternalLink> to third-party monitoring tool <InternalLink version="cockroachcloud" path="export-metrics?filters=prometheus-metrics-export">Prometheus</InternalLink>. This feature is available in <InternalLink version="releases" path="cockroachdb-feature-availability">preview</InternalLink>.

  ### January 25, 2024

  #### General updates

  * The single-page CockroachDB Cloud <InternalLink version="cockroachcloud" path="create-a-basic-cluster">Create cluster</InternalLink> and <InternalLink version="cockroachcloud" path="basic-cluster-management">Edit cluster</InternalLink> have been updated to use multi-step wizards.

  ### January 17, 2024

  #### General updates

  * CockroachDB v23.2 is now generally available for CockroachDB Dedicated, and is scheduled to be made available for CockroachDB self-hosted on February 5, 2024. For more information, refer to <InternalLink version="cockroachcloud" path="create-your-cluster">Create a CockroachDB Dedicated Cluster</InternalLink> or <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade to CockroachDB v23.2</InternalLink>.

  ### December 21, 2023

  #### General updates

  * <InternalLink version="releases" path="v23.2#v23-2-0-rc-1">CockroachDB v23.2.0-rc.1</InternalLink> is available to CockroachDB Dedicated clusters as a Pre-Production Preview release for testing and experimentation. An <InternalLink version="cockroachcloud" path="authorization#organization-admin">Organization Admin</InternalLink> can upgrade your CockroachDB Dedicated cluster from the CockroachDB Cloud Console. For clusters previously upgraded to the v23.2.0-beta.3 Pre-Production Preview release, v23.2.0-rc.1 will be applied automatically as a patch upgrade unless you choose to manually upgrade. To learn more, refer to <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade to v23.2 Pre-Production Preview</InternalLink> and the <InternalLink version="cockroachcloud" path="upgrade-policy">CockroachDB Cloud Upgrade Policy</InternalLink>.

  ### December 19, 2023

  #### General updates

  * <InternalLink version="releases" path="v23.2#v23-2-0-beta-3">CockroachDB v23.2.0-beta.3</InternalLink> is available to CockroachDB Dedicated clusters as a Pre-Production Preview release for testing and experimentation. An <InternalLink version="cockroachcloud" path="authorization#organization-admin">Organization Admin</InternalLink> can upgrade your CockroachDB Dedicated cluster from the CockroachDB Cloud Console. To learn more, refer to <InternalLink version="cockroachcloud" path="upgrade-cockroach-version">Upgrade to v23.2 Pre-Production Preview</InternalLink> and the <InternalLink version="cockroachcloud" path="upgrade-policy">CockroachDB Cloud Upgrade Policy</InternalLink>.

  ### December 14, 2023

  #### Security updates

  * Organizations enrolled in [CockroachDB Cloud Folders (Limited Access)](https://cockroachlabs.com/docs/cockroachcloud/folders) can now use the CockroachDB Cloud Console to create and manage access to folders and clusters, in addition to the <InternalLink version="cockroachcloud" path="cloud-api">CockroachDB Cloud API</InternalLink> and the [Terraform provider](https://registry.terraform.io/providers/cockroachdb/cockroach) v1.1.0 or above. To learn more, refer to <InternalLink version="cockroachcloud" path="folders">Organize CockroachDB Cloud Clusters Using Folders</InternalLink>.

  ### November 29, 2023

  #### Security updates

  * <InternalLink version="cockroachcloud" path="client-certs-advanced">Authenticating to CockroachDB Dedicated clusters using public key infrastructure (PKI) security certificates</InternalLink> is now <InternalLink version="releases" path="cockroachdb-feature-availability">Generally Available</InternalLink> to all CockroachDB Cloud organizations.
  * <InternalLink version="cockroachcloud" path="configure-scim-provisioning">SCIM Provisioning</InternalLink>, which centralizes provisioning and management of CockroachDB Cloud organization members in an identity provider (IdP) such as Okta using [System for Cross-Domain Identity Management SCIM](https://www.rfc-editor.org/rfc/rfc7644), is now <InternalLink version="releases" path="cockroachdb-feature-availability">Generally Available</InternalLink> to all CockroachDB Cloud organizations.

  ### November 08, 2023

  #### General changes

  * For CockroachDB Dedicated clusters, the ability to add and remove regions through the CockroachDB Cloud Console has now been restored.

  ### October 17, 2023

  #### General changes

  * New CockroachDB Dedicated clusters on Azure can be created in the Pune (`centralindia`) <InternalLink version="cockroachcloud" path="regions?filters=dedicated#azure-regions">cloud region</InternalLink>.

  ### October 4, 2023

  #### General changes

  * New CockroachDB Dedicated clusters on Azure can be created in the Singapore (`southeastasia`) <InternalLink version="cockroachcloud" path="regions?filters=dedicated#azure-regions">cloud region</InternalLink>.

  ### October 2, 2023

  #### General changes

  * <InternalLink version="cockroachcloud" path="cockroachdb-advanced-on-azure">CockroachDB Advanced on Azure</InternalLink> is <InternalLink version="releases" path="cockroachdb-feature-availability#feature-availability-phases">generally available</InternalLink>.

  #### Console changes

  * CockroachDB Serverless clusters now have a <InternalLink version="cockroachcloud" path="custom-metrics-chart-page">**Custom Metrics Chart** page</InternalLink> available in <InternalLink version="releases" path="cockroachdb-feature-availability">preview</InternalLink>. From the <InternalLink version="cockroachcloud" path="metrics-essential">**Metrics** page</InternalLink> in the Console, navigate to the **Custom** tab to create custom charts showing the time series data for an available metric or combination of metrics.

  ### September 29, 2023

  #### General changes

  * Multi-region CockroachDB Serverless clusters are now <InternalLink version="releases" path="cockroachdb-feature-availability">generally available</InternalLink>, and [cross-region network charges](https://www.cockroachlabs.com/pricing) are now accounted for in RU consumption.

  ### September 27, 2023

  #### General changes

  * The Cloud Console's <InternalLink version="cockroachcloud" path="sql-shell">SQL Shell</InternalLink> is now available in <InternalLink version="releases" path="cockroachdb-feature-availability">preview</InternalLink> to all CockroachDB Cloud users with the <InternalLink version="cockroachcloud" path="managing-access">Cluster Admin role</InternalLink>.

  ### September 22, 2023

  #### General changes

  * CockroachDB Dedicated clusters on Azure can now be modified, <InternalLink version="cockroachcloud" path="cluster-management">horizontally or vertically scaled</InternalLink>, <InternalLink version="cockroachcloud" path="upgrade-policy">upgraded</InternalLink>, have their <InternalLink version="cockroachcloud" path="advanced-cluster-management#increase-storage-for-a-cluster">storage increased</InternalLink>, and have <InternalLink version="cockroachcloud" path="advanced-cluster-management#set-a-maintenance-window">maintenance windows</InternalLink> set. To learn more, refer to <InternalLink version="cockroachcloud" path="cockroachdb-advanced-on-azure">CockroachDB Dedicated on Azure</InternalLink>.

  ### September 11, 2023

  #### General changes

  * The Cloud Console's <InternalLink version="cockroachcloud" path="sql-shell">SQL Shell</InternalLink> is now available in <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>. This feature enables you to run queries on your cluster directly from the Cloud Console. To enroll your organization, contact your Cockroach Labs account team.

  ### September 8, 2023

  #### General changes

  * <InternalLink version="cockroachcloud" path="managed-backups?filters=dedicated">Managed backups</InternalLink> are now available for <InternalLink version="cockroachcloud" path="cockroachdb-advanced-on-azure">CockroachDB Dedicated clusters on Azure (Limited Access)</InternalLink>.
  * You can now create new <InternalLink version="stable" path="multiregion-overview">multi-region</InternalLink> CockroachDB Dedicated clusters on Azure.
  * New CockroachDB Dedicated clusters on Azure can be created in additional <InternalLink version="cockroachcloud" path="regions?filters=dedicated#azure-regions">cloud regions</InternalLink>:
    * `australiaeast`
    * `canadacentral`
    * `centralus`
    * `eastasia`
    * `eastus`
    * `germanywestcentral`
    * `northeurope`
    * `uksouth`
    * `westus2`

  ### September 6, 2023

  #### General changes

  * CockroachDB Dedicated <InternalLink version="cockroachcloud" path="advanced-cluster-management#set-a-maintenance-window">maintenance windows</InternalLink> now include all kinds of cluster maintenance operations in addition to patch upgrades.

  ### September 1, 2023

  #### General changes

  * Configuring [private endpoint trusted owners](https://cockroachlabs.com/docs/cockroachcloud/aws-privatelink) for CockroachDB Dedicated clusters on AWS is available in <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>. To enroll your organization, contact your Cockroach Labs account team.

  ### August 22, 2023

  #### General changes

  * In the Cloud Console, you can now <InternalLink version="cockroachcloud" path="folders">add regions and change the primary region</InternalLink> for multi-region CockroachDB Serverless clusters. You cannot currently edit the region configuration for a single-region cluster once it has been created, and you cannot remove a region once it has been added.

  ### August 16, 2023

  #### General changes

  * <InternalLink version="cockroachcloud" path="folders">Organizing clusters using folders</InternalLink> is available in <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>. To enroll your organization, contact your Cockroach Labs account team.

  ### August 9, 2023

  #### Console changes

  * The **Updating** cluster status in the Console has been replaced with the **Available (Maintenance in Progress)** status to clarify that clusters are available for reading and writing data during maintenance upgrades.

  ### August 1, 2023

  #### General changes

  * Serverless pricing changes that went into effect for newly-created organizations beginning on [May 1, 2023](#may-1-2023) are now in effect for all organizations. Review the <InternalLink version="cockroachcloud" path="plan-your-cluster-basic#pricing">new pricing</InternalLink>, and review your current <InternalLink version="cockroachcloud" path="basic-cluster-management#edit-cluster-capacity">resource limits</InternalLink> to prevent disruptions to your service.

  ### July 31, 2023

  #### Console changes

  * The primary navigation to the **Clusters**, **Billing**, **Alerts**, and **Organization** pages in the CockroachDB Cloud Console is now displayed at the top of the page instead of on the left.

  ### July 24, 2023

  #### Security updates

  * <InternalLink version="cockroachcloud" path="aws-privatelink?filters=serverless">Configuring private connectivity using AWS PrivateLink</InternalLink> is available in <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink> for multi-region CockroachDB Serverless clusters on AWS. To enroll your organization, contact your Cockroach Labs account team.

  #### Console changes

  * `ccloud` <InternalLink version="cockroachcloud" path="ccloud-get-started#install-ccloud">v0.5.11</InternalLink> is now available. This update includes a new <InternalLink version="cockroachcloud" path="ccloud-reference#skip-the-ip-allowlist-check-when-connecting-to-your-cluster">`--skip-ip-check` flag</InternalLink> that allows users to skip the client-side IP allowlist check when connecting to a cluster using the `ccloud cluster sql` command.

  ### July 21, 2023

  #### Security updates

  * **Health Insurance Portability and Accountability Act (HIPAA)**: When configured appropriately for <InternalLink version="cockroachcloud" path="pci-dss">PCI DSS Compliance</InternalLink>, CockroachDB Dedicated advanced also meets the requirements of the Health Insurance Portability and Accountability Act of 1996, commonly referred to as *HIPAA*. HIPAA defines standards for the storage and handling of personally-identifiable information (PII) related to patient healthcare and health insurance, which is also known as protected-health information (PHI). To learn more, refer to <InternalLink version="cockroachcloud" path="compliance">Regulatory Compliance in CockroachDB Dedicated</InternalLink>.

  ### July 10, 2023

  #### General changes

  * Previously, a default setting in the Amazon CloudWatch exporter could cause redundant cardinality in <InternalLink version="cockroachcloud" path="export-metrics">metrics exported</InternalLink> from CockroachDB Dedicated clusters, which unnecessarily increased costs. This option is now disabled to reduce AWS costs.

  #### Console changes

  * The **Add database** button on the <InternalLink version="cockroachcloud" path="databases-page">**Databases** page</InternalLink> of the Console is temporarily disabled.
  * CockroachDB Dedicated <InternalLink version="cockroachcloud" path="managed-backups-advanced#restore-data">restore jobs</InternalLink> now have the following more descriptive statuses: `Preparing`, `Running`, `Reverting`, `Finalizing`, `Succeeded`, and `Failed` statuses. Additionally, destination clusters of self-service restores now display a `Restoring` state during the restore.
  * The <InternalLink version="cockroachcloud" path="databases-page">**Databases** page</InternalLink> now includes additional statistics for clusters running <InternalLink version="releases" path="v23.1">v23.1.0</InternalLink> and later.
  * You can now set up an AWS CloudWatch integration and view its status directly from the <InternalLink version="cockroachcloud" path="export-metrics-advanced">**Tools** page</InternalLink> of the CockroachDB Cloud Console.

  #### Security updates

  * CockroachDB Serverless users can now <InternalLink version="cockroachcloud" path="network-authorization#ip-allowlisting">configure an IP allowlist</InternalLink> with up to 50 allowlist rules for their clusters.
  * The following <InternalLink version="cockroachcloud" path="authorization#organization-user-roles">roles</InternalLink> are now available for users of the limited access <InternalLink version="cockroachcloud" path="network-authorization#ip-allowlisting">fine-grained access control authorization model</InternalLink>:
    * Cluster Operator
    * Billing Coordinator
    * Org Administrator

      To enroll your organization in the new authorization model, contact your Cockroach Labs account team.

  ### June 05, 2023

  #### Console changes

  * Organizations that have purchased premium support will now see it included in their <InternalLink version="cockroachcloud" path="billing-management">invoices</InternalLink>.
  * Cross-cluster <InternalLink version="cockroachcloud" path="managed-backups#restore-a-cluster">restores</InternalLink> are now limited to CockroachDB Dedicated clusters with a major version greater than or equal to the major version of the source cluster.
  * The <InternalLink version="cockroachcloud" path="managed-backups-advanced#restore-data">**Restore jobs**</InternalLink> tab of the **Backups page** now shows more information about a restore job, such as the source and destination clusters, the restore type, the backup size, and the job's progress.

  #### Security updates

  * The <InternalLink version="cockroachcloud" path="cloud-org-audit-logs">Organization Audit Logs API</InternalLink>, which provides logs of events that occur in a Cloud organization, is now <InternalLink version="releases" path="cockroachdb-feature-availability#feature-availability-phases">generally available</InternalLink>.
  * `ExternalId` support is now re-enabled in the <InternalLink version="cockroachcloud" path="cmek">Customer-managed Encryption Key (CMEK)</InternalLink> capability on AWS.

  #### Bug fixes

  * The `status` returned by the <InternalLink version="cockroachcloud" path="export-logs#the-logexport-endpoint">`logexport` Cloud API endpoint</InternalLink> is now determined by the state of both the latest log export's job state and the readiness of the underlying logging resources. Before this change, a `GET` request to the `logexport` endpoint could report an outdated log export status that conflicted with the latest log export update job state or with the most recent state of the logging infrastructure.
  * Fixed a bug where concurrent <InternalLink version="cockroachcloud" path="managed-backups#restore-a-cluster">restores</InternalLink> could run on the same destination cluster and cause the destination cluster to become unusable.
  * Fixed a bug where the IOPS price preview shown when <InternalLink version="cockroachcloud" path="create-your-cluster">creating</InternalLink> or <InternalLink version="cockroachcloud" path="cluster-management">editing a cluster</InternalLink> was inaccurate.
  * The **Group** tab is now shown only to users who have this feature enabled. Previously, an error page was shown to users who navigated to the **Group** tab without enabling the feature.

  ### May 31, 2023

  #### Security updates

  * <InternalLink version="cockroachcloud" path="cloud-org-audit-logs">CockroachDB Cloud Organization Audit Logs</InternalLink>, which capture historical logs when many types of events occur, are now generally available for CockroachDB Cloud organizations.

  ### May 15, 2023

  In addition to many of the Feature Highlights in the <InternalLink version="releases" path="v23.1">CockroachDB v23.1.0 Release Notes</InternalLink>, the following features are specifically available to Cloud clusters once they are upgraded:

  #### General changes

  * CockroachDB Serverless [multi-region](https://www.cockroachlabs.com/docs/v23.1/multiregion-overview) is now publicly available in <InternalLink version="releases" path="cockroachdb-feature-availability#feature-availability-phases">preview</InternalLink>. Multi-region benefits like reduced latency and high availability are now achievable in conjunction with the ease-of-operation and automatic scaling advantages of the CockroachDB Serverless deployment model.
    * Regions available: 6 regions in AWS and 6 regions in GCP.
    * A primary region for the cluster is specified upon creation.
    * The cluster’s regional configuration applies to all databases by default, so it is not necessary to run <InternalLink version="stable" path="alter-database#add-region">`ALTER DATABASE... ADD REGION`</InternalLink> to configure regions when adding a database to the cluster.
    * <InternalLink version="stable" path="alter-database">`SURVIVE REGION FAILURE`</InternalLink> is supported to achieve <InternalLink version="stable" path="multiregion-overview#survival-goals">region-level survival goals</InternalLink>.
  * <InternalLink version="cockroachcloud" path="cockroachdb-advanced-on-azure">Creating CockroachDB Advanced clusters on Azure</InternalLink> is now available in <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>. To enroll your organization and begin testing this feature, contact your Cockroach Labs account team.

  #### Console changes

  * CockroachDB Dedicated users can now <InternalLink version="cockroachcloud" path="take-and-restore-self-managed-backups">restore clusters from the Cloud console</InternalLink>.

  ### May 10, 2023

  #### Security updates

  * <InternalLink version="cockroachcloud" path="egress-perimeter-controls">Egress Perimeter Controls</InternalLink>, which allow you to restrict egress from a CockroachDB Dedicated cluster to a list of specified external destinations, are now generally available for CockroachDB Dedicated advanced clusters.

  ### May 1, 2023

  #### General changes

  The following changes were made to CockroachDB Serverless for **new organizations** created on or after April 26, 2023. **Existing organizations will not be affected until August 1, 2023**.

  * The price of <InternalLink version="cockroachcloud" path="plan-your-cluster-basic#request-units">Request Units (RUs)</InternalLink> increased from \$1 per 10M RU to \$2 per 10M RUs.
  * The price of storage decreased from \$1 per 1 GiB storage to \$0.50 per 1 GiB storage.
  * Free resources are allocated on a per-organization basis instead of a per-cluster basis. All non-contract organizations will now receive 50M Request Units per month and 10 GiB of storage for free. Free resources do not apply to customers with annual or multi-year contracts.
  * All resources are available instantly at the beginning of each month (burst and baseline RUs are now deprecated).
  * You can now <InternalLink version="cockroachcloud" path="basic-cluster-management#edit-cluster-capacity">set separate RU and storage limits</InternalLink> for your clusters, or set a spend limit that will be divided between resources automatically.
  * You can now <InternalLink version="cockroachcloud" path="basic-cluster-management#edit-cluster-capacity">set unlimited resources</InternalLink> for a cluster so your workload is never restricted.
  * Organizations on the free plan will have at most one free serverless cluster (instead of the previous limit of five free clusters). **Cockroach Labs will continue to maintain all existing free clusters with the new organization-level free resources**.
  * Organizations can now create 200 serverless clusters instead of the previous maximum of five total clusters.

  For an in-depth explanation of CockroachDB Serverless pricing, refer to [Pricing](https://cockroachlabs.com/pricing). For any questions or concerns, please [contact Support](https://support.cockroachlabs.com/).

  #### Console changes

  * CockroachDB Dedicated users can now <InternalLink version="cockroachcloud" path="managed-backups?filters=advanced">use the Cloud Console for full-cluster restores</InternalLink>.
  * The <InternalLink version="cockroachcloud" path="managing-access">**Access Management** page</InternalLink> in the Cloud Console now shows only relevant content based on the <InternalLink version="cockroachcloud" path="authorization#organization-user-roles">user's role assignments</InternalLink>.

  #### Cloud API changes

  * <InternalLink version="cockroachcloud" path="cloud-api">Cloud API</InternalLink> responses now contain a header called `Cc-Trace-Id` that can be provided to [Support](https://support.cockroachlabs.com/) to help with diagnostics or troubleshooting.
  * The `CreateCluster` and `UpdateCluster` methods now support setting individual monthly limits for a cluster's Request Units and storage usage.
  * If your organization is enrolled in the new fine-grained authorization model described under **Security Updates**, you can assign the <InternalLink version="cockroachcloud" path="authorization#organization-user-roles">new roles</InternalLink> to both users and service accounts using the <InternalLink version="cockroachcloud" path="cloud-api">Cloud API</InternalLink> or <InternalLink version="cockroachcloud" path="provision-a-cluster-with-terraform">Terraform provider</InternalLink> in addition to the Console.

  #### Security updates

  * CockroachDB Cloud is transitioning to a new <InternalLink version="cockroachcloud" path="authorization#overview-of-the-cockroachdb-cloud-authorization-model">authorization model</InternalLink> that offers fine-grained access-control (FGAC), meaning that users can be given access to exactly the actions and resources required to perform their tasks. Changes include <InternalLink version="cockroachcloud" path="authorization#organization-user-roles">cluster-level roles</InternalLink> and consistent access management across users and service accounts. This feature is in <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>, and you can enroll your organization by contacting your account team. For more information, see <InternalLink version="cockroachcloud" path="managing-access">Managing Access (Authorization) in CockroachDB Cloud</InternalLink>.
  * You can now use client certificates to authenticate to CockroachDB Dedicated clusters. First, a <InternalLink version="cockroachcloud" path="authorization#organization-user-roles">Cluster Admin</InternalLink> needs to upload a CA certificate for the cluster using the <InternalLink version="cockroachcloud" path="cloud-api">Cloud API</InternalLink> or <InternalLink version="cockroachcloud" path="provision-a-cluster-with-terraform">Terraform provider</InternalLink>. After that, individual users can be assigned client certificates signed by the uploaded CA certificate, which they can then use to connect to the cluster. This feature is in <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>, and you can enroll your organization by contacting your account team.

  #### Bug fixes

  * The <InternalLink version="cockroachcloud" path="connect-to-your-cluster">**Connect to your cluster**</InternalLink> dialog and <InternalLink version="cockroachcloud" path="databases-page">**Databases** page</InternalLink> in the Console now respond significantly faster for clusters with over 100 databases.
  * Fixed a bug where table and database <InternalLink version="cockroachcloud" path="managed-backups">restores</InternalLink> were disabled for clusters running CockroachDB versions <InternalLink version="releases" path="v22.2">v22.2.6</InternalLink> or below.

  ### April 26, 2023

  #### Security updates

  * <InternalLink version="cockroachcloud" path="configure-scim-provisioning">SCIM Provisioning</InternalLink>, which centralizes provisioning and management of CockroachDB Cloud organization members in an identity provider (IdP) such as Okta using [System for Cross-Domain Identity Management SCIM](https://www.rfc-editor.org/rfc/rfc7644), is available in <InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>. To enroll your organization, contact your account team.

  ### April 10, 2023

  #### General changes

  * Contract customers can now <InternalLink version="cockroachcloud" path="create-your-cluster#step-1-start-the-cluster-creation-process">create CockroachDB Dedicated advanced clusters</InternalLink>, which have all the features of CockroachDB Dedicated standard clusters, plus security features needed for <InternalLink version="cockroachcloud" path="pci-dss">PCI DSS compliance</InternalLink>. To upgrade your organization to a contract, [contact us](https://cockroachlabs.com/contact-sales).
  * CockroachDB Dedicated clusters now <InternalLink version="cockroachcloud" path="export-metrics">export the following metrics</InternalLink> to third-party monitoring tools such as <InternalLink version="cockroachcloud" path="export-metrics?filters=datadog-metrics-export">Datadog</InternalLink> and <InternalLink version="cockroachcloud" path="export-metrics?filters=aws-metrics-export">Amazon CloudWatch</InternalLink>:
    * `storage_l0_sublevels`
    * `storage_l0_num_files`
    * `security_certificate_expiration_ca`
    * `sql_mem_root_current`
    * `sys_host_disk_iopsinprogress`

  #### Cloud API changes

  * You can now upgrade, roll back, or manually finalize a pending upgrade to your cluster using the <InternalLink version="cockroachcloud" path="cloud-api">Cloud API</InternalLink>.
  * The <InternalLink version="cockroachcloud" path="cloud-api">Cloud API endpoints</InternalLink> that were in preview for configuring metric export have been replaced with specific endpoints for each supported third-party tool integration. For example, `EnableMetricExport` is now replaced by `EnableDatadogMetricExport` and `EnableCloudWatchMetricExport`.

  #### Security updates

  * <InternalLink version="cockroachcloud" path="authorization#organization-admin">Organization Admins</InternalLink> of organizations that have <InternalLink version="cockroachcloud" path="cloud-org-sso">enabled Cloud Organization SSO</InternalLink> can now reset the passwords of other users in their organization who authenticate using passwords rather than an SSO authentication method.

  #### Bug fixes

  * Fixed a bug where a `404` error would display when navigating from certain pages to the **Clusters** page.
  * Removed an unnecessary warning that could appear when downloading CA certificates for CockroachDB Serverless clusters.

  ### March 31, 2023

  #### Security updates

  * <InternalLink version="cockroachcloud" path="private-clusters">Private Clusters</InternalLink> are now generally available for CockroachDB Dedicated. A private cluster's nodes have no public IP addresses.
  * <InternalLink version="cockroachcloud" path="cmek">Customer-Managed Encryption Keys (CMEK)</InternalLink> is now generally available for CockroachDB Dedicated private clusters. CMEK allows you to protect data at rest in a CockroachDB Dedicated cluster using a cryptographic key that is entirely within your control, hosted in a supported cloud provider key-management system (KMS).

  ### March 06, 2023

  #### Security updates

  * The <InternalLink version="cockroachcloud" path="migrations-page">**Migrations** page</InternalLink> is now limited to <InternalLink version="cockroachcloud" path="authorization#organization-admin">Organization Admins</InternalLink>.

  ### February 9, 2023

  #### General changes

  * For CockroachDB Dedicated clusters, the ability to add and remove regions through the CockroachDB Cloud Console has been temporarily disabled. If you need to add or remove regions from a cluster, [contact Support](https://support.cockroachlabs.com/).

  ### February 6, 2023

  #### General changes

  * The following features are now available for CockroachDB Serverless clusters running CockroachDB <InternalLink version="releases" path="v22.2">v22.2.0</InternalLink> or later:
    * <InternalLink version="stable" path="cancel-query#considerations">Query cancellation</InternalLink> using the PostgreSQL wire protocol (pgwire).
    * <InternalLink version="stable" path="explain-analyze">`EXPLAIN ANALYZE`</InternalLink> now gives an estimate of the <InternalLink version="cockroachcloud" path="plan-your-cluster-basic#request-units">Request Units (RUs)</InternalLink> a query consumes, for Basic clusters.
    * All CockroachDB Serverless users can now use cloud storage for <InternalLink version="stable" path="import-into">`IMPORT`</InternalLink>, <InternalLink version="stable" path="backup">`BACKUP`</InternalLink>, and <InternalLink version="stable" path="change-data-capture-overview">change data capture (CDC)</InternalLink> without entering billing information.
    * `SHOW RANGES` is now supported on CockroachDB Serverless.
    * The <InternalLink version="stable" path="configure-replication-zones">GC TTL</InternalLink> for deleted values is lowered from 24 hours to 1 hour and 15 minutes.

  #### Console changes

  * CockroachDB Basic clusters' regions are now displayed on the <InternalLink version="cockroachcloud" path="overview-page">**Overview** page</InternalLink> and <InternalLink version="cockroachcloud" path="basic-cluster-management#view-clusters-page">**Clusters** page</InternalLink>.
  * The links in the sidebar navigation of the <InternalLink version="cockroachcloud" path="overview-page">**Cluster Overview**</InternalLink> page have been reorganized into sections under relevant headers.
  * For CockroachDB Dedicated clusters, the **Monitoring** page is now called the <InternalLink version="cockroachcloud" path="tools-page">**Tools** page</InternalLink> and is located in the **Monitoring** section of the sidebar.

  #### Cloud API changes

  * Support for <InternalLink version="cockroachcloud" path="cmek">Customer-Managed Encryption Keys (CMEK)</InternalLink> has been added to the [CockroachDB Cloud Terraform Provider](https://registry.terraform.io/providers/cockroachdb/cockroach/latest). Contact your Cockroach Labs account team to enroll in the CMEK preview.
  * When <InternalLink version="cockroachcloud" path="provision-a-cluster-with-terraform">using Terraform to provision CockroachDB Cloud clusters</InternalLink>, you can now manage [database connections](https://registry.terraform.io/providers/cockroachdb/cockroach/latest/docs/data-sources/connection_string) and [SSL certificates](https://registry.terraform.io/providers/cockroachdb/cockroach/latest/docs/data-sources/cluster_cert) directly in your Terraform workflow.
  * The Cloud API now provides <InternalLink version="api" path="cloud/v1/clusters/get-a-formatted-generic-connection-string-for-a-cluster">formatted connection string information</InternalLink>.

  #### Security updates

  * CockroachDB Dedicated is now <InternalLink version="stable" path="security-reference/security-overview">compliant with the Payment Card Industry Data Security Standard (PCI DSS)</InternalLink>. To learn more about achieving PCI DSS compliance with CockroachDB Dedicated, contact your Cockroach Labs account team.
  * <InternalLink version="cockroachcloud" path="cloud-org-sso#cloud-organization-sso">Cloud Organization Single Sign-On (SSO)</InternalLink> is now available to all CockroachDB Cloud users.
  * For CockroachDB Cloud organizations enrolled in the <InternalLink version="cockroachcloud" path="cmek">Customer-managed Encryption Key (CMEK)</InternalLink> preview, note that the following conditions must now be met before enabling CMEK for a CockroachDB Dedicated cluster:
    * The cluster must be running CockroachDB <InternalLink version="releases" path="v22.2">v22.2.0</InternalLink> or later.
    * The cluster must have been created as a <InternalLink version="cockroachcloud" path="private-clusters">private cluster</InternalLink>. To create a private cluster, your organization must be enrolled in the private cluster preview, which is separate from the CMEK preview. Contact your Cockroach Labs account team to enroll in both previews.
  * For CockroachDB Cloud organizations enrolled in the <InternalLink version="cockroachcloud" path="egress-perimeter-controls">Egress Perimeter Controls</InternalLink> preview, note that CockroachDB Dedicated clusters must have been created as <InternalLink version="cockroachcloud" path="private-clusters">private clusters</InternalLink> in order to enable Egress Perimeter Controls. To create a private cluster, your organization must be enrolled in the private cluster preview, which is separate from the Egress Perimeter Controls preview. Contact your Cockroach Labs account team to enroll in both previews.

  #### Bug fixes

  * Fixed a bug where users granted the Developer role in a CockroachDB Cloud organization incorrectly had certain permissions for any cluster in the organization. Refer to <InternalLink version="advisories" path="c20230118">this technical advisory</InternalLink> for more information.

  ### February 2, 2023

  #### General changes

  * CockroachDB Serverless users can now access <InternalLink version="stable" path="use-cloud-storage">cloud storage</InternalLink> without entering billing information.

  ### January 9, 2023

  #### Console changes

  * CockroachDB Dedicated clusters running CockroachDB <InternalLink version="releases" path="v22.1">v22.1.8</InternalLink> or later now have a separate tab for incomplete backup jobs on the <InternalLink version="cockroachcloud" path="managed-backups">**Backups** page</InternalLink>.

  #### Cloud API changes

  * The <InternalLink version="cockroachcloud" path="cloud-api">create cluster</InternalLink> request now exposes the `restrict-egress-traffic` boolean field to allow dedicated clusters to be created with a <InternalLink version="cockroachcloud" path="egress-perimeter-controls#use-a-deny-by-default-egress-traffic-policy">deny-by-default egress traffic policy</InternalLink>. This field and the broader egress perimeter controls capability can be used only with <InternalLink version="cockroachcloud" path="private-clusters">private dedicated clusters</InternalLink>, which require the `network-visibility` field to be set to `NETWORK_VISIBILITY_PRIVATE`.

  #### Bug fixes

  * Fixed a bug for CockroachDB Dedicated clusters where the <InternalLink version="cockroachcloud" path="export-metrics-advanced">**Datadog setup**</InternalLink> dialog was not rendering properly.

  ### December 5, 2022

  #### Console changes

  * CockroachDB Serverless clusters now have a <InternalLink version="stable" path="ui-custom-chart-debug-page">**Metrics** page</InternalLink> in the Console with charts to **Monitor SQL Activity** and **Identify SQL Problems**.
  * The `p99.9` and `p99.99` latencies are now shown in the `SQL Connection Latency` and `SQL Statement Latency` charts on the <InternalLink version="stable" path="ui-custom-chart-debug-page">**Metrics** page</InternalLink> for CockroachDB Serverless clusters.
  * The **Last used** column on the <InternalLink version="cockroachcloud" path="databases-page">**Table Details** page</InternalLink> now uses the UTC timezone.
  * The CockroachDB Serverless <InternalLink version="cockroachcloud" path="basic-cluster-management#estimate-usage-cost">**Cost estimator**</InternalLink> has been temporarily disabled while a bug is being fixed.

  #### Cloud API changes

  * A preview of <InternalLink version="cockroachcloud" path="export-logs">log export</InternalLink> for CockroachDB Dedicated users is now available. To enroll your organization in the preview, contact your Cockroach Labs account team.

  #### Bug fixes

  * Trial coupon limits for CockroachDB Dedicated clusters' storage and compute are now enforced in the <InternalLink version="cockroachcloud" path="cluster-management">**Edit cluster**</InternalLink> dialog.
  * Fixed a bug where <InternalLink version="cockroachcloud" path="managed-backups">backups</InternalLink> shown for a particular day included backups for midnight on the following day.
  * Fixed a bug on the <InternalLink version="cockroachcloud" path="databases-page">**Databases page**</InternalLink> where the number of index recommendations displayed for a database was inconsistent with the actual number of index recommendations for the database.
  * Fixed a bug that could break the <InternalLink version="cockroachcloud" path="databases-page">**Databases page**</InternalLink> when fetching index usage statistics for databases.

  ### November 7, 2022

  #### General changes

  * The following new regions are now available for all CockroachDB Dedicated clusters:

  | GCP                                 | AWS                               |
  | ----------------------------------- | --------------------------------- |
  | Frankfurt, Germany (`europe-west3`) | Osaka, Japan (`ap-northeast-3`)   |
  |                                     | Montréal, Québec (`ca-central-1`) |
  |                                     | Stockholm, Sweden (`eu-north-1`)  |

  #### Console changes

  * Added an icon next to a cluster's name on the <InternalLink version="cockroachcloud" path="billing-management">**Billing overview**</InternalLink> page to indicate when a cluster has been deleted.
  * The <InternalLink version="cockroachcloud" path="databases-page">**Database page**</InternalLink> in the CockroachDB Cloud Console now shows the last time table statistics were updated.

  #### Cloud API changes

  * The <InternalLink version="api" path="cloud">Cloud API</InternalLink> documentation now indicates which endpoints are in preview.

  #### Bug fixes

  * The **Sessions** link on the <InternalLink version="cockroachcloud" path="overview-page">**Overview**</InternalLink> page now redirects to the correct tab on the <InternalLink version="cockroachcloud" path="sessions-page">**SQL Activity**</InternalLink> page.
  * Fixed a bug where stale data caused **Connect** modal errors immediately after creating a CockroachDB Serverless cluster.
  * Fixed a bug where backup metadata payloads were limited to 4MiB instead of the desired 32MiB.
  * Fixed a bug where the node-aggregated low disk alert was not firing.

  ### October 3, 2022

  #### Bug fixes

  * The CockroachDB Cloud Console now utilizes the same <InternalLink version="stable" path="cluster-settings">cluster setting</InternalLink> as the DB Console, `sql.index_recommendation.drop_unused_duration`, as a threshold value for dropping unused indexes.
  * Fixed a bug where <InternalLink version="cockroachcloud" path="network-authorization">AWS PrivateLink</InternalLink> endpoints could fail to create but display an error message that said they were still creating.

  ### September 24, 2022

  #### Console changes

  * You can now create a database directly from the <InternalLink version="cockroachcloud" path="databases-page">**Databases** page</InternalLink> of the CockroachDB Cloud Console.

  ### September 16, 2022

  #### Console changes

  * A tool to <InternalLink version="cockroachcloud" path="basic-cluster-management">estimate your monthly cost</InternalLink> based on your workload is now available for CockroachDB Serverless clusters.

  ### September 8, 2022

  #### Console changes

  * Previously, when trying to remove a region from a three-region cluster, only the second and third regions were removable. Two regions must be removed at once because a two-region cluster is not a valid configuration, but users can now select any two regions to remove.
  * The character limit for cluster names was raised from 20 to 40 characters.

  #### Cloud API changes

  * Added the ability to create, edit, and delete a database through the <InternalLink version="cockroachcloud" path="cloud-api">Cloud API</InternalLink>.

  #### Bug fixes

  * In the CockroachDB Serverless connection dialog, the inline password input has been given a placeholder value to prevent it from interacting in unexpected ways with password managers.

  ### August 8, 2022

  #### Console changes

  * CockroachDB Dedicated users can now choose any of the available hardware options when <InternalLink version="cockroachcloud" path="create-your-cluster">configuring a cluster</InternalLink>. Previously, there were restrictions based on which storage and compute combinations were recommended for best performance.
  * In the <InternalLink version="cockroachcloud" path="connect-to-your-cluster">**Connect to your cluster**</InternalLink> dialog, your previous SQL user, database, and connection method selections are now cached to make it easier to re-connect to your cluster.

  #### Bug fixes

  * Fixed a bug where the **SQL Activity** tab for clusters running different CockroachDB versions did not always load version-appropriate UI components.
  * Fixed a bug where the **Statements** table on a transaction's <InternalLink version="cockroachcloud" path="transactions-page">**Transaction Details** page</InternalLink> sometimes showed an incorrect number of statements.

  ### July 28, 2022

  #### General changes

  * All of your organization's <InternalLink version="cockroachcloud" path="billing-management#view-invoices">invoices</InternalLink> are now available on the **Billing** page.

  ### July 27, 2022

  #### General changes

  * You can now <InternalLink version="cockroachcloud" path="cluster-management">add and remove regions</InternalLink> from CockroachDB Dedicated clusters through the CockroachDB Cloud Console. This change makes it easier to support users in new locations or scale down your cluster.

  ### July 6, 2022

  #### Console changes

  * The <InternalLink version="stable" path="connect-to-the-database">**Connect to your cluster**</InternalLink> dialog now includes code snippets for <InternalLink version="stable" path="third-party-database-tools">supported languages and tools</InternalLink>.
  * The <InternalLink version="cockroachcloud" path="connect-to-a-basic-cluster">**Connect to your cluster**</InternalLink> dialog for clusters running CockroachDB <InternalLink version="releases" path="v22.1">v22.1</InternalLink> now loads more quickly.
  * If users log in using an <InternalLink version="cockroachcloud" path="cloud-org-sso">SSO</InternalLink> method other than the one they have used previously, they will now be asked if they want to switch to the new login method.
  * Previously, CockroachDB Dedicated users could only choose storage amounts within the <InternalLink version="cockroachcloud" path="plan-your-cluster">recommendations</InternalLink> for the selected machine size. Now, a warning message will appear if the storage is outside the recommended range, but any storage option can be selected.
  * The date and time selection on the <InternalLink version="cockroachcloud" path="statements-page">**Statements**</InternalLink> and <InternalLink version="cockroachcloud" path="transactions-page">**Transactions**</InternalLink> pages now defaults to UTC and has an improved design.

  #### Bug fixes

  * The <InternalLink version="cockroachcloud" path="statements-page">**Statements** page</InternalLink> no longer crashes when a search term contains `*`.

  ### June 6, 2022

  #### General changes

  * <InternalLink version="cockroachcloud" path="export-metrics-advanced">Datadog integration</InternalLink> is now available on the **Monitoring** page for all CockroachDB Dedicated users.
  * <InternalLink version="cockroachcloud" path="cloud-org-sso">Cloud Organization Single Sign-On (SSO)</InternalLink> for CockroachDB Cloud is now available with Google and Microsoft in addition to GitHub.

  #### Console changes

  * When creating a <InternalLink version="cockroachcloud" path="managing-access#create-a-sql-user">SQL user</InternalLink> or <InternalLink version="cockroachcloud" path="managing-access">changing a SQL user's password</InternalLink>, the generated password is now hidden until the user clicks **Reveal password**.

  #### Cloud API changes

  * Paginated <InternalLink version="cockroachcloud" path="cloud-api">API</InternalLink> endpoints now accept a single `page` parameter for next or previous pages. Pagination response messages now contain only two fields: `next_page` and `previous_page`, whose values can be used for the `page` field in a followup call.

  ### May 5, 2022

  #### Console changes

  * All organizations can now create <InternalLink version="cockroachcloud" path="managing-access#manage-service-accounts">service accounts</InternalLink> and <InternalLink version="cockroachcloud" path="managing-access#api-access">API keys</InternalLink>, and have access to the <InternalLink version="cockroachcloud" path="cloud-api">Cloud API</InternalLink>.
  * The <InternalLink version="cockroachcloud" path="ccloud-get-started">`ccloud` command line tool</InternalLink> for creating, managing, and connecting to CockroachDB Cloud clusters is now in public beta.

  ### May 2, 2022

  #### Console changes

  * Added **Distributed execution** and **Vectorized execution** information to the **Overview** tab of the **Statement Details** page.
  * Added `FULL SCAN` information to the **Explain plan** tab of the **Statement Details** page.
  * Users without accounts can now accept invitations by creating a user using SSO-based authorization such as GitHub.
  * Timeseries charts are now displayed in UTC.

  #### Bug fixes

  * Fixed broken links to the **Statement Details** page from the **Advanced Debug** and **Sessions** pages.
  * Fixed a bug where regenerating a SQL user password would fail with a duplicate user warning.
  * Deleted clusters will no longer be visible after they've been deleted. Previously, a full page refresh was needed to update the **Clusters** page.
  * Fixed a bug that caused charges on the **Cluster overview** page to show an error state for users with the Developer role. Cluster charges are now hidden for Developers and only available to users with the Admin role.
  * Fixed a bug where adding decimals to a CockroachDB Serverless cluster's spend limit would cause an error, but the spend limit could still be set.
  * Fixed a bug where opening or closing the list of nodes on a multi-node CockroachDB Dedicated cluster's **Cluster overview** page would result in a duplicated row of nodes.
  * Fixed a bug for credit card users where the credit card form was occasionally loading as a blank box. Now, the credit card form will always load properly without needing to refresh the page.

  ### April 27, 2022

  #### General changes

  * CockroachDB Dedicated contract customers can now <InternalLink version="cockroachcloud" path="advanced-cluster-management">scale clusters</InternalLink> through the Console.

  #### Console changes

  * Contract customers can now view information about their organization's credit grants on the **Overview** tab of the <InternalLink version="cockroachcloud" path="billing-management">**Billing** page</InternalLink>.

  ### April 20, 2022

  #### Console changes

  * <InternalLink version="cockroachcloud" path="managing-access">SQL user passwords</InternalLink> are now generated and saved automatically to simplify the connection experience.
  * When <InternalLink version="cockroachcloud" path="connect-to-your-cluster">connecting to your cluster</InternalLink>, the CA certificate download is now hidden once you have already downloaded the certificate.

  #### Documentation changes

  * Improved CockroachDB Serverless <InternalLink version="cockroachcloud" path="connect-to-your-cluster">cluster connection</InternalLink> documentation, including a <InternalLink version="stable" path="connect-to-the-database">third-party tool connection guide</InternalLink>, improved <InternalLink version="cockroachcloud" path="quickstart">Quickstart</InternalLink>, and CRUD app examples.

  ### April 4, 2022

  #### Console changes

  * You no longer need to download a CA certificate to <InternalLink version="cockroachcloud" path="connect-to-a-basic-cluster">connect to a CockroachDB Serverless</InternalLink> cluster through the CockroachDB SQL client if your cluster is running <InternalLink version="releases" path="v21.2">v21.2.5</InternalLink> or later.
  * When <InternalLink version="cockroachcloud" path="create-your-cluster">creating a CockroachDB Dedicated cluster</InternalLink>, the approximate monthly cost is now displayed in the **Summary** sidebar along with the hourly cost.

  ### March 7, 2022

  #### Console changes

  * CockroachDB Cloud clusters now have a **Databases** page in the Console, which shows your databases, tables, indexes, and grants.
  * When creating or editing a SQL user, passwords are now generated and saved automatically when users click the **Generate and save password** button. Previously, users had to enter passwords manually and remember to save them.
  * CockroachDB Dedicated users can now <InternalLink version="cockroachcloud" path="managed-backups">restore</InternalLink> databases configured for multiple regions.

  ### February 10, 2022

  #### General changes

  * New CockroachDB Dedicated clusters can now be <InternalLink version="cockroachcloud" path="create-your-cluster">created with custom hardware options</InternalLink>. Previously, there were four hardware options, and compute and storage were linked.
  * CockroachDB Dedicated users can now scale a cluster's <InternalLink version="cockroachcloud" path="advanced-cluster-management">compute</InternalLink> and <InternalLink version="cockroachcloud" path="advanced-cluster-management">storage</InternalLink>. Previously, the only way to scale up a CockroachDB Dedicated cluster was by adding more nodes.

  #### Console changes

  * There is now a **Hardware** column on the **Clusters** page that shows the hardware configuration for CockroachDB Dedicated clusters.

  ### February 7, 2022

  #### General changes

  * Six new regions are available for CockroachDB Serverless clusters:

  | GCP                              | AWS                        |
  | -------------------------------- | -------------------------- |
  | California (`us-west2`)          | Mumbai (`ap-south-1`)      |
  | Sao Paulo (`southamerica-east1`) | Frankfurt (`eu-central-1`) |
  | South Carolina (`us-east1`)      | N. Virginia (`us-east-1`)  |

  #### Console changes

  * The <InternalLink version="cockroachcloud" path="sessions-page#sessions-table">**Terminate Session** and **Terminate Statement**</InternalLink> options are now enabled for CockroachDB Cloud clusters running CockroachDB <InternalLink version="releases" path="v21.2">v21.2.2</InternalLink> or later.
  * Selecting a transaction from the <InternalLink version="cockroachcloud" path="transactions-page">**Transactions** page</InternalLink> now opens a new <InternalLink version="cockroachcloud" path="transactions-page#transaction-details-page">**Transaction Details**</InternalLink> page with an improved design.
  * The order of the tabs on the **SQL Activity** page has been changed to <InternalLink version="cockroachcloud" path="statements-page">**Statements**</InternalLink>, <InternalLink version="cockroachcloud" path="transactions-page">**Transactions**</InternalLink>, and <InternalLink version="cockroachcloud" path="sessions-page">**Sessions**</InternalLink>.

  #### Bug fixes

  * Fixed a number of broken links throughout the CockroachDB Cloud Console.
  * Fixed a bug where CockroachDB Serverless users were seeing occasional dips and spikes in a cluster's <InternalLink version="cockroachcloud" path="overview-page">**Request Units**</InternalLink> usage graph while running a steady workload.

  ### January 10, 2022

  #### General changes

  * New CockroachDB Dedicated clusters will now run <InternalLink version="releases" path="v21.2">v21.2.3</InternalLink>.
  * CockroachDB Serverless clusters will now run CockroachDB <InternalLink version="releases" path="v21.2">v21.2.0-beta.4</InternalLink>.
  * The CockroachDB documentation navigation is now organized by user task instead of by product for CockroachDB Serverless, CockroachDB Dedicated, and CockroachDB self-hosted v21.2. Topics specific to Serverless and Dedicated clusters are within the new top-level user task categories. CockroachDB Cloud release notes are under Reference.

  #### Console changes

  * The <InternalLink version="cockroachcloud" path="billing-management">**Billing**</InternalLink> page is now separated into two tabs, **Overview** and **Payment Details**.

  ### December 6, 2021

  #### General changes

  * New CockroachDB Dedicated clusters will now run <InternalLink version="releases" path="v21.2">v21.2.1</InternalLink>.
  * CockroachDB Serverless clusters will now run CockroachDB <InternalLink version="releases" path="v21.2">v21.2.0-beta.4</InternalLink>.
  * New CockroachDB Cloud clusters will now have [Admission Control](https://www.cockroachlabs.com/docs/v21.2/architecture/admission-control) enabled by default.

  #### Console changes

  * The **Add/remove nodes** button is now disabled for custom clusters. If you are a contract customer and would like to scale your custom cluster, [contact Support](https://support.cockroachlabs.com/).

  #### Bug fixes

  * Fixed a bug where an error was occurring on the <InternalLink version="cockroachcloud" path="network-authorization">VPC Peering and AWS PrivateLink</InternalLink> pages for clusters with a large number of jobs.
  * Fixed a bug where the **Test email alerts** section on the <InternalLink version="cockroachcloud" path="alerts-page">**Alerts** page</InternalLink> was not visible for organizations with only custom clusters.
  * Fixed a bug where users were prompted to upgrade CockroachDB Serverless clusters, which are <InternalLink version="cockroachcloud" path="upgrade-policy">upgraded automatically</InternalLink>.
  * Previously, <InternalLink version="cockroachcloud" path="overview-page">SQL metrics graphs</InternalLink> for inactive CockroachDB Serverless clusters showed discontinuous time series lines or an error message. Continuous graphs will now remain available for scaled-down clusters.

  ### November 8, 2021

  #### General changes

  * [CockroachDB Serverless](https://www.cockroachlabs.com/blog/announcing-cockroachdb-serverless), a fully-managed, auto-scaling deployment of CockroachDB, is now available. To get started with CockroachDB Serverless for free, see the <InternalLink version="cockroachcloud" path="quickstart">Quickstart</InternalLink>.
  * CockroachDB Cloud Free (beta) and CockroachDB Cloud are now CockroachDB Serverless and CockroachDB Dedicated, respectively. Your ability to use your cluster will not be affected.
  * CockroachDB Serverless clusters will now run CockroachDB <InternalLink version="releases" path="v21.2">v21.2.0-beta.4</InternalLink>.
  * New CockroachDB Dedicated clusters will now run CockroachDB <InternalLink version="releases" path="v21.1">v21.1.11</InternalLink>.

  #### Console changes

  * The <InternalLink version="cockroachcloud" path="statements-page">**Statements**</InternalLink>, <InternalLink version="cockroachcloud" path="transactions-page">**Transactions**</InternalLink>, and <InternalLink version="cockroachcloud" path="sessions-page">**Sessions**</InternalLink> pages are now available for CockroachDB Serverless clusters on the **SQL Activity** page.
  * Statements and transaction statistics are now retained longer for all clusters.
  * Legends are now displayed by default for time-series graphs on the <InternalLink version="cockroachcloud" path="overview-page">Cluster Overview</InternalLink> page.
  * The **Transaction retries** metric is no longer part of the **Current activity** panel on the CockroachDB Serverless <InternalLink version="cockroachcloud" path="overview-page">Cluster Overview</InternalLink> page.
  * Deleting an organization with outstanding charges that have not been billed is now prohibited.
  * There is now a more clear error message for users attempting to log into CockroachDB Cloud using GitHub when they have email and password authentication configured.
  * Average RU usage is now shown in the **Request Units** chart for the CockroachDB Serverless <InternalLink version="cockroachcloud" path="overview-page">Cluster Overview</InternalLink> page.
  * The PowerShell command to <InternalLink version="cockroachcloud" path="connect-to-your-cluster?filters=windows#connect-to-your-cluster">download the CockroachDB binary</InternalLink> is now improved for Windows users.
  * When under 1 GiB of storage has been used, storage is now shown in MiB instead of GiB in the **Storage used** graph on the CockroachDB Serverless <InternalLink version="cockroachcloud" path="overview-page">Cluster Overview</InternalLink> page.
  * A more descriptive error message is now displayed when attempting to create or edit a <InternalLink version="cockroachcloud" path="managing-access#manage-sql-users-on-a-cluster">SQL user</InternalLink> with an invalid username.
  * Previously, clicking **cancel** while editing a cluster would take users back to the **Clusters** page. Now, users are taken back to the cluster's **Overview** page.

  #### Bug fixes

  * Fixed a bug where, if a user had reached the maximum number of CockroachDB Serverless clusters and refreshed the **Create your cluster** page, the CockroachDB Serverless plan was auto-selected even though it is disabled.
  * Fixed a bug where clicking **Cancel** while logging in with GitHub would report and internal error.
  * Fixed a bug where organization deletion was temporarily broken.
  * Fixed a bug that was preventing the **Request Units** and **SQL Statements** graphs on the CockroachDB Serverless <InternalLink version="cockroachcloud" path="overview-page">Cluster Overview</InternalLink> page from updating after a certain amount of time.

  ### October 4, 2021

  #### General changes

  * New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v21.1">v21.1.9</InternalLink>.

  #### Bug fixes

  * Fixed an error in the connection string for Windows users <InternalLink version="cockroachcloud" path="connect-to-a-basic-cluster">connecting to CockroachDB Cloud Free (beta)</InternalLink> clusters.

  #### Miscellaneous changes

  * Cluster names are now included in cluster creation email alerts.

  ### September 7, 2021

  #### General changes

  * New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v21.1">v21.1.7</InternalLink>.

  #### Console changes

  * All pages shown to logged out users are now optimized for mobile devices.
  * Improved the error message when an <InternalLink version="cockroachcloud" path="network-authorization">AWS PrivateLink</InternalLink> endpoint request fails.

  #### Bug fixes

  * Fixed tooltip behavior on **Sessions**, **Statements**, and **Transactions** pages.
  * Fixed a bug where clicking on the label of the [Terms of Service](https://www.cockroachlabs.com/cloud-terms-and-conditions) checkbox would select the Terms of Service checkbox when signing up with GitHub.

  ### August 9, 2021

  #### General changes

  * New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v21.1">v21.1.6</InternalLink>.
  * CockroachDB Cloud Free (beta) users can now perform <InternalLink version="cockroachcloud" path="take-and-restore-self-managed-backups">backups</InternalLink> (`IMPORT`, `BACKUP`, `RESTORE` and CDC) with `userfile` storage.

  #### Console changes

  * Improved user experience on the Cluster Overview page for a deleted cluster.
  * Improved error message for cluster upgrade failures.
  * SQL-related restore errors are now shown in the Console, allowing users to take action.

  #### Security changes

  * Password reset tokens will now expire after 24 hours.
  * Email change tokens are now single use and will expire.
  * Email change links are now revoked during certain user events such as password resets.
  * Resetting the password of a SQL user no longer grants that user the admin SQL role.

  ### June 7, 2021

  #### General changes

  * New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v21.1">v21.1.1</InternalLink>.

  #### Console changes

  * All CockroachDB Cloud Dedicated users now have access to the <InternalLink version="cockroachcloud" path="statements-page">**Statements**</InternalLink> and <InternalLink version="cockroachcloud" path="sessions-page">**Sessions**</InternalLink> pages in the Console.
  * All CockroachDB Cloud Dedicated users now have access to the <InternalLink version="cockroachcloud" path="alerts-page">**Alerts**</InternalLink> page in the Console, which allows you to toggle alerts, send test alerts, and manage alert recipients for your Organization.
  * Previously, users were getting stuck during the verification step of creating an <InternalLink version="cockroachcloud" path="network-authorization">AWS PrivateLink</InternalLink> endpoint. Now, users can enter the verification step of the **Add Endpoint Connection** dialog with an incomplete connection endpoint ID preset.
  * Added a **Cloud** column to the **Clusters** page so users can see which cloud provider any cluster is using without having to click through to the **Cluster Overview** page.
  * The maximum number of nodes in a cluster created through the Console was raised to 50 nodes per region and 150 nodes per cluster.

  #### Bug fixes

  * Fixed a bug where clicking the **Logout** button would trigger an error and display a blank page.
  * The page will no longer refresh after switching the authentication method through the **Account** page.
  * Switching organizations will no longer log you out of all sessions.

  ### July 6, 2021

  #### General changes

  * New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v21.1">v21.1.5</InternalLink>.
  * Starting this month, paid CockroachDB Cloud clusters will be billed monthly instead of every two weeks.

  #### Console changes

  * Multi-region clusters can now be created through the Console. To learn more about creating a multi-region cluster, see <InternalLink version="cockroachcloud" path="plan-your-cluster">Planning your cluster</InternalLink>.
  * The **Connect** modal now has updated commands to make <InternalLink version="cockroachcloud" path="connect-to-a-basic-cluster">connecting to your cluster</InternalLink> a smoother experience on Mac, Linux, and Windows.
  * All CockroachDB Cloud users now have access to the <InternalLink version="cockroachcloud" path="transactions-page">**Transactions** page</InternalLink> in the Console.
  * Navigation on the **Clusters** page is now a vertical sidebar instead of horizontal tabs.
  * Added a tooltip to the **Upgrade** option in the **Action** Menu, which gives users more version-specific context.
  * Users can now **Clear SQL Stats** from the <InternalLink version="cockroachcloud" path="statements-page">**Statements** page</InternalLink> for clusters running <InternalLink version="releases" path="v21.1">v21.1.3</InternalLink> or later.

  #### Bug fixes

  * Fixed a bug where clicking on the <InternalLink version="cockroachcloud" path="alerts-page">**Alerts** page</InternalLink> broke the Organization header for users with multiple Organizations.
  * Fixed a bug where nodes were cycling in clusters running <InternalLink version="releases" path="v21.1">v21.1.4</InternalLink>.
  * Fixed several broken links to documentation throughout the Console.
  * Users will no longer see alerts for clusters that are not in a **ready** state.
  * Fixed a bug that was causing users to receive false positive CPU alerts.

  ### May 3, 2021

  #### General changes

  * New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v20.2">v20.2.8</InternalLink>.
  * <InternalLink version="cockroachcloud" path="quickstart">CockroachDB Cloud Free</InternalLink> clusters are now available in four additional regions:
    * GCP: `europe-west1`, `asia-southeast1`
    * AWS: `eu-west-1`, `ap-southeast-1`

  #### Console changes

  * New users can now <InternalLink version="cockroachcloud" path="create-an-account">sign up</InternalLink> for CockroachDB Cloud with Github Authorization. Logging in with GitHub allows users to enforce [GitHub's two-factor authentication (2FA)](https://docs.github.com/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa) on their CockroachDB Cloud account. Current users can <InternalLink version="cockroachcloud" path="create-an-account#change-your-login-method">switch their login method</InternalLink> between email and GitHub.
  * When logging in fails due to user input, the error message now includes <InternalLink version="cockroachcloud" path="create-an-account#change-your-login-method">login method</InternalLink> as a potential reason for failure.
  * Previously, selecting a new cloud provider while <InternalLink version="cockroachcloud" path="create-your-cluster">creating a cluster</InternalLink> would reset the **Region** and **Hardware per node** options to default. Now, equivalent region and hardware options are preselected, and the number of nodes per region is preserved when a new cloud provider is selected.

  #### Bug fixes

  * **Contact Us** links now direct users to the [customer support portal](https://support.cockroachlabs.com/) instead of the user's mail app.

  ### April 5, 2021

  #### General changes

  New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v20.2">v20.2.7</InternalLink>.

  #### Console changes

  * The [login form](https://cockroachlabs.cloud/login) no longer focuses on the email field on page load. This change makes the form more flexible once other authentication methods are available.
  * Extraneous information is no longer displayed in the error for failed <InternalLink version="cockroachcloud" path="network-authorization">GCP peering</InternalLink> attempts.
  * Added a resource panel to the [CockroachDB Cloud Console](https://cockroachlabs.cloud/), which can be accessed by clicking the **?** icon in the top right corner of the Console. Included in the resource panel are links to relevant documentation, Cockroach University, the CockroachDB Slack community, and much more.
  * Created a new [Status Page](https://status.cockroachlabs.cloud/) that displays the current service status and incident communication of the [CockroachDB Cloud Console](https://cockroachlabs.cloud/), AWS services, and GCP services.

  #### Bug fixes

  * The region shown in the [CockroachDB Cloud Console](https://cockroachlabs.cloud/) for free-tier clusters is now correct. Previously, the Console showed the wrong region when creating an AWS free-tier cluster.
  * Fixed a bug where an error occurred when displaying the **Connect** modal for an old GCP cluster that does not have the custom `crdb` network. These clusters do not support VPC peering, but the lack of the `crdb` network was causing the listing of VPC peerings to fail even though no such peerings exist.

  ### March 8, 2021

  #### General changes

  New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v20.2">v20.2.5</InternalLink>.

  #### Console changes

  * Self-service <InternalLink version="cockroachcloud" path="network-authorization">AWS PrivateLink</InternalLink> is now generally available for CockroachDB Cloud clusters running on AWS.
  * On the <InternalLink version="cockroachcloud" path="cluster-management#view-clusters-page">**Clusters** page</InternalLink>, clusters that are running unsupported versions now have a warning in the **Version** column.

  #### Security changes

  * CockroachDB Cloud now does not include the supplied password in error messages that arise from resetting, editing, or creating a password when the password is too short.
  * CockroachDB Cloud now prevents clickjacking attacks by specifying `X-Frame-Options: DENY` when serving `index.html`.

  #### Bug fixes

  * Previously, users who were not a member of any organization would get an error when trying to reset their password. A user would most likely encounter this scenario if they deleted their organization, tried to log in again, and didn't remember their password. Now, an organization will be created for the user if one does not exist. The <InternalLink version="cockroachcloud" path="create-an-account#change-your-organization-name">organization name can be edited</InternalLink> on the **Settings** tab on the organization's landing page.

  ### February 9, 2021

  #### General changes

  New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v20.2">v20.2.4</InternalLink>.

  * CockroachDB Cloud Free is now in beta. CockroachDB Cloud Free (beta) delivers free CockroachDB clusters for you and your organization. It is a managed instance of CockroachDB that removes the friction of initial cluster sizing and auto-scales based on your application traffic. There is an upper limit of usage of up to 1 vCPU and 5GB storage per free cluster.

    You can submit feedback or log any bugs you find through [this survey](https://forms.gle/jWNgmCFtF4y15ePw5).

  * You can now <InternalLink version="cockroachcloud" path="managed-backups">restore databases and tables</InternalLink> from backups of CockroachDB Cloud clusters. This feature is only available to clusters running the paid version of CockroachDB Cloud.

  * [reCAPTCHA](https://www.google.com/recaptcha/about) has been added to the sign up process for new users signing up with an email and password. Some users may need to complete an image challenge.

  * An email will now be sent to <InternalLink version="cockroachcloud" path="authorization#organization-admin">Organization Admins</InternalLink> when a <InternalLink version="cockroachcloud" path="quickstart-trial-cluster">30-day free trial of CockroachDB Cloud</InternalLink> is nearing its end and once it has expired.

  ### January 22, 2021

  #### General changes

  New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v20.2">v20.2.3</InternalLink>.

  #### Bug fixes

  * Fixed a bug where deleting your only organization would prevent your email from being used for a new organization in the future.
  * Fixed a bug where <InternalLink version="cockroachcloud" path="network-authorization">VPC peering</InternalLink> appeared to be available on clusters that it wasn't supported on.

  ### December 11, 2020

  #### General changes

  New clusters will now run CockroachDB <InternalLink version="releases" path="v20.2">v20.2.2</InternalLink>.

  * CockroachDB Cloud is now offering <InternalLink version="cockroachcloud" path="create-your-cluster#step-2-select-the-cloud-provider">larger machine sizes</InternalLink> to be configured directly in the Console. You will now be able to select from four options in the create cluster workflow. The <InternalLink version="cockroachcloud" path="create-your-cluster#step-2-select-the-cloud-provider">pricing has also been updated</InternalLink> for newly created clusters. Existing clusters are not impacted by the pricing changes.

  ### November 19, 2020

  #### General changes

  New CockroachDB Cloud clusters will now run CockroachDB <InternalLink version="releases" path="v20.2">v20.2.0</InternalLink>.

  * <InternalLink version="cockroachcloud" path="quickstart">Create a 30-day free CockroachDB Cloud cluster</InternalLink>.
  * <InternalLink version="cockroachcloud" path="advanced-cluster-management#add-or-remove-nodes-from-a-cluster">Add or remove nodes</InternalLink> through the CockroachDB Cloud Console.
  * <InternalLink version="cockroachcloud" path="network-authorization">Set up VPC peering</InternalLink> for clusters running on GCP.
  * <InternalLink version="cockroachcloud" path="managed-backups">View backups</InternalLink> that Cockroach Labs has taken for your CockroachDB Cloud cluster.

  ### July 6, 2020

  #### General changes

  * You can now update your email address and password in your profile.

  #### Console changes

  You can now <InternalLink version="cockroachcloud" path="advanced-cluster-management#add-or-remove-nodes-from-a-cluster">add or remove nodes</InternalLink> from your cluster through the Console.

  At this time, you cannot use the Console to scale up a single-node cluster or scale down to a single-node cluster. For
  these changes, contact [Support](https://support.cockroachlabs.com/).

  ### June 11, 2020

  #### General changes

  * You can now create a 30-day free CockroachDB Cloud cluster using the code `CRDB30`. The <InternalLink version="cockroachcloud" path="quickstart">Quickstart guide</InternalLink> shows you how to create and connect to your free cluster and run your first query.
  * You can now edit your name in your profile.

  ### May 4, 2020

  #### General changes

  * Updated the layout of the [Sign up](https://cockroachlabs.cloud/signup?referralId=docs_cc_release_notes) page.
  * <InternalLink version="cockroachcloud" path="authorization#organization-admin">CockroachDB Cloud Organization Admins</InternalLink> can now <InternalLink version="stable" path="architecture/glossary#organization">update their Cloud organization's name</InternalLink>.
  * <InternalLink version="cockroachcloud" path="authorization#organization-admin">CockroachDB Cloud Organization Admins</InternalLink> can now <InternalLink version="stable" path="architecture/glossary#organization">delete their Cloud Organization</InternalLink>.

  ### April 6, 2020

  #### General changes

  * Free trials of CockroachDB Cloud are now available. [Contact us](https://www.cockroachlabs.com/contact-sales) to request a trial code.
  * CockroachDB Cloud now supports VPC peering for clusters running on GCP. [Contact us](https://support.cockroachlabs.com/hc/en-us) to set up a VPC peering-enabled CockroachDB Cloud cluster.

  #### Security changes

  CockroachDB Cloud now requires a user to have a CockroachDB Cloud account before accepting an invite to join an Organization.

  * The hardware options displayed while <InternalLink version="cockroachcloud" path="create-your-cluster">creating a cluster</InternalLink> have been renamed as "Option 1" and "Option 2".
  * CockroachDB Cloud users who are not a member of an existing Organization can now create an Organization when they log into the CockroachDB Cloud Console.

  #### Doc changes

  * Documented the <InternalLink version="cockroachcloud" path="upgrade-policy">upgrade policy</InternalLink> for CockroachDB upgrades for CockroachDB Cloud clusters.

  ### March 2, 2020

  #### General changes

  * CockroachDB Cloud pricing is now available on the [pricing page](https://www.cockroachlabs.com/pricing).
  * CockroachDB Cloud clusters running CockroachDB v19.2 have been upgraded to v19.2.4. All new clusters will now be created with CockroachDB v19.2.4.
  * CockroachDB Cloud now offers two options for per-node hardware configuration instead of three options. The hardware configuration <InternalLink version="cockroachcloud" path="create-your-cluster#step-2-select-the-cloud-provider">pricing</InternalLink> has been updated accordingly.
  * Added a **Sign up** link to the [CockroachDB Cloud **Log In** page](https://cockroachlabs.cloud/).
  * While <InternalLink version="cockroachcloud" path="create-your-cluster">creating a new cluster</InternalLink>, you can now type in the number of nodes you want in the cluster instead of having to click the `+` sign repeatedly.
  * The <InternalLink version="cockroachcloud" path="create-your-cluster">**Create cluster**</InternalLink> page now displays the estimated hourly cost instead of the monthly cost.
  * Removed the cluster creation banner displayed at the top of the <InternalLink version="cockroachcloud" path="cluster-management#view-clusters-page">**Clusters page**</InternalLink>.
  * CockroachDB Cloud now alphabetically sorts the nodes on a <InternalLink version="cockroachcloud" path="cluster-management#view-cluster-overview">**Cluster Overview page**</InternalLink>.
  * CockroachDB Cloud no longer displays IOPS per node on the <InternalLink version="cockroachcloud" path="create-your-cluster">**Create cluster**</InternalLink> page.
  * Billing periods are now displayed in the UTC timezone.
  * If you are the only Admin for a CockroachDB Cloud Organization, you can no longer change your role to Developer. Assign another user as Admin and then change your role to Developer.

  #### Security changes

  * CockroachDB Cloud now requires that the password for a SQL user is at least 12 characters in length.
  * CockroachDB Cloud now allows you to download the cluster's CA certificate directly from the shell instead of restricting the download functionality to a web browser.

  #### Bug fixes

  * Fixed a bug where all organizations with billing enabled and without a billing email address were assigned an internal Cockroach Labs email address.
  * CockroachDB Cloud no longer displays an error message if the internal feature flag for billing is disabled for all organizations.
  * Fixed a bug that required users to update their email address on updating their billing address.
  * Names of deleted clusters can now be reused for new clusters.

  #### Doc changes

  * Added language-specific connection string examples to the <InternalLink version="cockroachcloud" path="connect-to-your-cluster">Connect to your cluster</InternalLink> document.
  * Added a tutorial on <InternalLink version="cockroachcloud" path="stream-changefeed-to-snowflake-aws">streaming an enterprise changefeed from CockroachDB Cloud to Snowflake</InternalLink>.
  * Added a tutorial on [developing and deploying a multi-region web application](https://www.cockroachlabs.com/docs/v20.1/multi-region-overview).
</Expandable>
