-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3925 from cockroachdb/v2.1.0-rc.2-release-notes
Add release notes for v2.1.0-rc.2
- Loading branch information
Showing
3 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: What's New in v2.1.0-rc.2 | ||
toc: false | ||
summary: Additions and changes in CockroachDB version v2.1.0-rc.2 since version v2.1.0-rc.1 | ||
--- | ||
|
||
## October 25, 2018 | ||
|
||
Get future release notes emailed to you: | ||
|
||
<div class="hubspot-install-form install-form-1 clearfix"> | ||
<script> | ||
hbspt.forms.create({ | ||
css: '', | ||
cssClass: 'install-form', | ||
portalId: '1753393', | ||
formId: '39686297-81d2-45e7-a73f-55a596a8d5ff', | ||
formInstanceId: 1, | ||
target: '.install-form-1' | ||
}); | ||
</script> | ||
</div> | ||
|
||
### Downloads | ||
|
||
<div id="os-tabs" class="clearfix"> | ||
<a href="https://binaries.cockroachdb.com/cockroach-v2.1.0-rc.2.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a> | ||
<a href="https://binaries.cockroachdb.com/cockroach-v2.1.0-rc.2.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a> | ||
<a href="https://binaries.cockroachdb.com/cockroach-v2.1.0-rc.2.windows-6.2-amd64.zip"><button id="windows" data-eventcategory="windows-binary-release-notes">Windows</button></a> | ||
<a href="https://binaries.cockroachdb.com/cockroach-v2.1.0-rc.2.src.tgz"><button id="source" data-eventcategory="source-release-notes">Source</button></a> | ||
</div> | ||
|
||
### Bug Fixes | ||
|
||
- Fixed a panic when setting some `kv.bulk_io_write` [cluster settings](../v2.1/cluster-settings.html) to a value < 1. [#31603][#31603] | ||
- Fixed a bug where entry application on Raft followers could fall behind entry application on the leader, causing stalls during splits. [#31619][#31619] | ||
- Fixed a panic caused by an incorrect assumption in the SQL optimizer code that `ROWS FROM` clauses contain only functions. [#31769][#31769] | ||
- Fixed a bug causing committed read-only transactions to be counted as aborted in metrics. [#31608][#31608] | ||
- Fixed a bug where [`CHANGEFEED`s](../v2.1/create-changefeed.html) may not correctly retry temporary errors when communicating with a sink. [#31559][#31559] | ||
|
||
### Contributors | ||
|
||
This release includes 18 merged PRs by 9 authors. | ||
|
||
[#31559]: https://github.com/cockroachdb/cockroach/pull/31559 | ||
[#31603]: https://github.com/cockroachdb/cockroach/pull/31603 | ||
[#31608]: https://github.com/cockroachdb/cockroach/pull/31608 | ||
[#31619]: https://github.com/cockroachdb/cockroach/pull/31619 | ||
[#31769]: https://github.com/cockroachdb/cockroach/pull/31769 |