Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 3.71 KB

v1.1.5.md

File metadata and controls

68 lines (52 loc) · 3.71 KB
title toc summary
What's New in v1.1.5
true
Additions and changes in CockroachDB version v1.1.5 since version v1.1.4.

Feb 5, 2018

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>

Downloads

<div id="os-tabs" class="clearfix">
    <a href="https://binaries.cockroachdb.com/cockroach-v1.1.5.darwin-10.9-amd64.tgz"><button id="mac" data-eventcategory="mac-binary-release-notes">Mac</button></a>
    <a href="https://binaries.cockroachdb.com/cockroach-v1.1.5.linux-amd64.tgz"><button id="linux" data-eventcategory="linux-binary-release-notes">Linux</button></a>
    <a href="https://binaries.cockroachdb.com/cockroach-v1.1.5.windows-6.2-amd64.zip"><button id="windows" data-eventcategory="windows-binary-release-notes">Windows</button></a>
    <a href="https://binaries.cockroachdb.com/cockroach-v1.1.5.src.tgz"><button id="source" data-eventcategory="source-release-notes">Source</button></a>
</div>

General Changes

Enterprise Edition Changes

  • When external storage is not accessible, RESTORE jobs no longer loop indefinitely during failure or cancellation. #21573

Bug Fixes

  • Errors from DDL statements sent by a client as part of a transaction, but in a different query string than the final commit, are no longer silently swallowed. #21865
  • DROP INDEX with an unqualified index name (without a specific table name) no longer fails if there are views in the database. #21857
  • Fixed tuple equality to evaluate correctly in the presence of NULL elements. #21237
  • Fixed an issue with the wire-formatting of BYTES arrays. #21796
  • Fixed a stack overflow in the code for shutting down a server when out of disk space. #21804
  • Fixed incorrect logic in lease rebalancing that prevented leases from being transferred. #21442

Doc Updates

Contributors

This release includes 8 merged PRs by 8 authors.