May 05, 2021
Get future release notes emailed to you:
Downloads
Warning:
The CockroachDB executable for Windows is experimental and not suitable for production deployments. Windows 8 or higher is required.
Docker image
$ docker pull cockroachdb/cockroach-unstable:v21.1.0-rc.2
Enterprise edition changes
- Changefeeds now reliably fail when
IMPORT INTO
is run against a targeted table, as change data capture is not supported for this action. #64372
Bug fixes
- Fixed a correctness bug, which caused partitioned index scans to omit rows where the value of the first index column was
NULL
. This bug was present since v19.2.0. #64046 IMPORT
andRESTORE
jobs that were in progress during a cluster backup will now be canceled when that cluster backup is restored. This fixes a bug where these restored jobs may have assumed to make progress that was not captured in the backup. #64352- Fixed a race condition where read-only requests during replica removal (for example, during range merges or rebalancing) could be evaluated on the removed replica, returning an empty result. #64370
- Fixed a bug where encryption-at-rest metadata was not synced and could become corrupted during a hard reset. #64473
Contributors
This release includes 5 merged PRs by 6 authors.