-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20140d1
commit 14c0878
Showing
3 changed files
with
63 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,58 @@ | ||
--- | ||
title: What's New in v19.1.0-rc.4 | ||
toc: true | ||
summary: Additions and changes in CockroachDB version v19.1.0-rc.4 since version v19.1.0-rc.3 | ||
--- | ||
|
||
## April 25, 2019 | ||
|
||
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-v19.1.0-rc.4.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a> | ||
<a href="https://binaries.cockroachdb.com/cockroach-v19.1.0-rc.4.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a> | ||
<a href="https://binaries.cockroachdb.com/cockroach-v19.1.0-rc.4.windows-6.2-amd64.zip"><button id="windows" data-eventcategory="windows-binary-release-notes">Windows</button></a> | ||
<a href="https://binaries.cockroachdb.com/cockroach-v19.1.0-rc.4.src.tgz"><button id="source" data-eventcategory="source-release-notes">Source</button></a> | ||
</div> | ||
|
||
### Docker image | ||
|
||
{% include copy-clipboard.html %} | ||
~~~shell | ||
$ docker pull cockroachdb/cockroach-unstable:v19.1.0-rc.4 | ||
~~~ | ||
|
||
### Bug fixes | ||
|
||
- Fixed a crash caused by running `COMMENT ON` with verbose logging turned on. [#36825][#36825] | ||
- Fixed a panic that can happen while RangeFeeds are active. [#36870][#36870] | ||
- The default value of the `kv.bulk_io_write.max_rate` [cluster setting](../v19.1/cluster-settings.html) is now 1 TB/s, to help prevent incorrect rate limiting behavior due to rounding. [#36912][#36912] | ||
- Fixed a rare inconsistency that could occur on badly overloaded clusters. [#36959][#36959] | ||
- Fixed a bug in write batch decoding that could cause "invalid batch" errors while using `cockroach debug` commands to analyze data. [#36965][#36965] | ||
- Fixed an issue that could cause low-traffic clusters to get stuck after a network outage [#37064][#37064] | ||
|
||
### Contributors | ||
|
||
This release includes 11 merged PRs by 9 authors. | ||
|
||
[#36825]: https://github.com/cockroachdb/cockroach/pull/36825 | ||
[#36870]: https://github.com/cockroachdb/cockroach/pull/36870 | ||
[#36912]: https://github.com/cockroachdb/cockroach/pull/36912 | ||
[#36959]: https://github.com/cockroachdb/cockroach/pull/36959 | ||
[#36965]: https://github.com/cockroachdb/cockroach/pull/36965 | ||
[#37064]: https://github.com/cockroachdb/cockroach/pull/37064 |