Skip to content

Commit

Permalink
Merge pull request cockroachdb#4662 from cockroachdb/v19.1.0-rc.3-rel…
Browse files Browse the repository at this point in the history
…ease-notes

Add release notes for v19.1.0-rc.3
  • Loading branch information
Jesse Seldess authored Apr 15, 2019
2 parents 6e5fad7 + 61f20a5 commit 22b7646
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ release_info:
start_time: 2019-03-11 15:10:52.34274101 +0000 UTC
v19.1:
name: v19.1.0
version: v19.1.0-rc.2
version: v19.1.0-rc.3
docker_image: cockroachdb/cockroach-unstable
build_time: 2019/04/08 14:48:26 (go1.11.6)
start_time: 2018-04-08 15:10:52.34274101 +0000 UTC
build_time: 2019/04/15 14:48:26 (go1.11.6)
start_time: 2018-04-15 15:10:52.34274101 +0000 UTC

training:
aws_access_key: AKIAIXNAWDKXMDDNHRCA
Expand Down
2 changes: 2 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
version: v1.0
- title: Testing Releases
releases:
- date: Apr 15, 2019
version: v19.1.0-rc.3
- date: Apr 8, 2019
version: v19.1.0-rc.2
- date: Apr 2, 2019
Expand Down
63 changes: 63 additions & 0 deletions releases/v19.1.0-rc.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: What's New in v19.1.0-rc.3
toc: true
summary: Additions and changes in CockroachDB version v19.1.0-rc.3 since version v19.1.0-rc.2
---

## April 14, 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.3.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.3.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.3.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.3.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.3
~~~

### Bug fixes

- Fixed a potential crash when constructing certain types of aggregations with post projections. [#36514][#36514]
- CockroachDB now correctly validates [computed columns](../v19.1/computed-columns.html) during [`ALTER TABLE ... ADD COLUMN`](../v19.1/add-column.html). [#36575][#36575]
- Fixed a bug when parsing dates with large years. [#36555][#36555]
- Fixed a bug when decoding single column family `JSONB` columns. [#36626][#36626]
- Fixed a potential crash in a mixed-version cluster with some nodes running `v19.1-beta-x` and others running `19.1-rc.x`. [#36719][#36719]
- Made [`CHANGEFEED`s](../v19.1/create-changefeed.html) more resilient to a class of bugs that manifest as stalls. [#36768][#36768]

### Performance improvements

- CockroachDB now applies back-pressure to bulk operations before other traffic. [#36738][#36738]

### Contributors

This release includes 19 merged PRs by 12 authors.

[#36514]: https://github.com/cockroachdb/cockroach/pull/36514
[#36555]: https://github.com/cockroachdb/cockroach/pull/36555
[#36575]: https://github.com/cockroachdb/cockroach/pull/36575
[#36626]: https://github.com/cockroachdb/cockroach/pull/36626
[#36719]: https://github.com/cockroachdb/cockroach/pull/36719
[#36738]: https://github.com/cockroachdb/cockroach/pull/36738
[#36768]: https://github.com/cockroachdb/cockroach/pull/36768

0 comments on commit 22b7646

Please sign in to comment.