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. |
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>
<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>
- Removed error messages from SQL execution statistics included in diagnostic reporting. #21827
- When external storage is not accessible,
RESTORE
jobs no longer loop indefinitely during failure or cancellation. #21573
- 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
- Added best practices for optimizing SQL performance in CockroachDB. #2243
- Added more detailed clock synchronization guidance per cloud provider. #2295
- Added a tutorial on using our Kubernetes-orchestrated AWS CloudFormation template for easy deployment and testing of CockroachDB. #2356
- Improved the styling of code samples and page tocs. #2323 #2371
This release includes 8 merged PRs by 8 authors.