February 16, 2021
- For a comprehensive summary of features in v20.1, see the v20.1 GA release notes.
- To upgrade to v20.1, see Upgrade to CockroachDB v20.1.
Warning:
Cockroach Labs has discovered a bug relating to incremental backups, for CockroachDB v20.1.0 - v20.1.13. If a backup coincides with an in-progress index creation (backfill), RESTORE
, or IMPORT
, it is possible that a subsequent incremental backup will not include all of the indexed, restored or imported data.
Users are advised to upgrade to v20.1.15 or later, which includes resolutions.
For more information, including other affected versions, see Technical Advisory 63162.
Get future release notes emailed to you:
Downloads
Docker image
$ docker pull cockroachdb/cockroach:v20.1.12
Bug fixes
- Fixed a bug in URL handling of HTTP external storage paths on Windows. #59268
- Fixed a bug where CockroachDB could encounter an internal error when executing queries with
BYTES
orSTRING
types via the vectorized engine. #59257 - Fixed a bug where CockroachDB could crash when executing an
ALTER INDEX ... SPLIT/UNSPLIT AT
statement when more values are provided than are explicitly specified in the index. #59272
Contributors
This release includes 3 merged PRs by 3 authors. We would like to thank the following contributors from the CockroachDB community:
- Cheng Jing (first-time contributor)