> ## 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.

# What's New in v2.1

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>;
};

<a id="v1-0-7" />

<a id="v1-1-9" />

<a id="v19-1-11" />

<a id="v19-2-0" />

<a id="v2-0-7" />

<a id="v2-1-0-alpha-20180730" />

<a id="v20-1-0-alpha-20200123" />

<a id="v20-2-0-rc-4" />

<a id="v21-1-0-rc-2" />

<a id="v21-2-0-rc-3" />

<a id="v22-1-0-backward-incompatible-changes" />

<a id="v22-2-0-deprecations" />

This release is no longer supported. For more information, see our <InternalLink version="releases" path="release-support-policy">Release support policy</InternalLink>.

To download the archived documentation for this release, see <InternalLink version="releases" path="archived-documentation">Archived Documentation</InternalLink>.
