title | toc | summary |
---|---|---|
What's New in v2.0.7 |
true |
Additions and changes in CockroachDB version v2.0.7 since version v2.0.6 |
Get future release notes emailed to you:
<script>
hbspt.forms.create({
css: '',
cssClass: 'install-form',
portalId: '1753393',
formId: '39686297-81d2-45e7-a73f-55a596a8d5ff',
formInstanceId: 1,
target: '.install-form-1'
});
</script>
{% include copy-clipboard.html %}
$ docker pull cockroachdb/cockroach:v2.0.7
- Fixed a security vulnerability in which data could be leaked from a cluster, or tampered with in a cluster, in secure mode. #30823
- Fixed a bug where queries could get stuck for seconds or minutes, usually following node restarts. #31350
- CockroachDB no longer crashes due to a
SIGTRAP
error soon after startup on macOS Mojave. #31522 - Fixed bug causing transactions to unnecessarily hit a "too large" error. #31827
- Fixed a bug causing transactions to appear partially committed. Occasionally, CockroachDB claimed to have failed to commit a transaction when some (or all) of its writes were actually persisted. #32223
- Fixed a bug where entry application on Raft followers could fall behind entry application on the leader, causing stalls during splits. #32601
- CockroachDB now properly rejects queries that use an invalid function (e.g., an aggregation) in the
SET
clause of anUPDATE
statement. #32507
- CockroachDB can now be built from source on macOS 10.14 (Mojave). #31310
This release includes 11 merged PRs by 6 authors.