Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _config_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ release_info:
build_time: 2018/12/10 14:48:26 (go1.10)
start_time: 2018-12-10 15:10:52.34274101 +0000 UTC
v2.1:
name: v2.1.6
version: v2.1.6
name: v2.1.7
version: v2.1.7
docker_image: cockroachdb/cockroach
build_time: 2019/03/11 14:48:26 (go1.10.3)
start_time: 2019-03-11 15:10:52.34274101 +0000 UTC
build_time: 2019/05/14 14:48:26 (go1.10.3)
start_time: 2019-05-14 15:10:52.34274101 +0000 UTC
v19.1:
name: v19.1.0
version: v19.1.0
Expand Down
2 changes: 2 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- date: Apr 30, 2019
version: v19.1.0
latest: true
- date: May 14, 2019
version: v2.1.7
- date: Mar 11, 2019
version: v2.1.6
- date: Feb 19, 2019
Expand Down
4 changes: 2 additions & 2 deletions _includes/sidebar-releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
]
},
{
"title": "v2.1.6",
"title": "v2.1.7",
"urls": [
"/releases/v2.1.6.html"
"/releases/v2.1.7.html"
]
},
{
Expand Down
71 changes: 71 additions & 0 deletions releases/v2.1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
title: What's New in v2.1.7
toc: true
summary: Additions and changes in CockroachDB version v2.1.7 since version v2.1.6
---

## May 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-v2.1.7.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.7.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
<a href="https://binaries.cockroachdb.com/cockroach-v2.1.7.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.7.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:v2.1.7
~~~

### Bug fixes

- Fixed a bug in [`RESTORE`](../v2.1/restore.html) where some unusual range boundaries in [interleaved tables](../v2.1/interleave-in-parent.html) caused an error. [#36006][#36006]
- CockroachDB now properly applies column width and nullability constraints on the result of conflict resolution in [`UPSERT`](../v2.1/upsert.html) and [`INSERT ON CONFLICT`](../v2.1/insert.html). [#35373][#35373]
- Subtracting `0` from a [`JSONB`](../v2.1/jsonb.html) array now correctly removes its first element. [#35619][#35619]
- Fixed an on-disk inconsistency that could result from a crash during a range merge. [#35752][#35752]
- While a cluster is unavailable (e.g., during a network partition), memory and goroutines used for authenticating connections no longer leak when the client closes said connections. [#36231][#36231]
- Single column family [`JSONB`](../v2.1/jsonb.html) columns are now decoded correctly. [#36628][#36628]
- Fixed a rare inconsistency that could occur on overloaded clusters. [#36960][#36960]
- Fixed a possible panic while recovering from a WAL on which a sync operation failed. [#37214][#37214]
- Reduced the risk of data unavailability during AZ/region failure. [#37336][#37336]

### Build changes

- CockroachDB will provisionally refuse to build with go 1.12, as this is known to produce incorrect code inside CockroachDB. [#35639][#35639]
- Release Docker images are now built on Debian 9.8. [#35737][#35737]

### Contributors

This release includes 15 merged PRs by 12 authors.

[#35373]: https://github.com/cockroachdb/cockroach/pull/35373
[#35619]: https://github.com/cockroachdb/cockroach/pull/35619
[#35639]: https://github.com/cockroachdb/cockroach/pull/35639
[#35737]: https://github.com/cockroachdb/cockroach/pull/35737
[#35752]: https://github.com/cockroachdb/cockroach/pull/35752
[#36006]: https://github.com/cockroachdb/cockroach/pull/36006
[#36231]: https://github.com/cockroachdb/cockroach/pull/36231
[#36628]: https://github.com/cockroachdb/cockroach/pull/36628
[#36960]: https://github.com/cockroachdb/cockroach/pull/36960
[#37214]: https://github.com/cockroachdb/cockroach/pull/37214
[#37336]: https://github.com/cockroachdb/cockroach/pull/37336