Feb 5, 2018
Get future release notes emailed to you:
Downloads
General Changes
- Removed error messages from SQL execution statistics included in diagnostic reporting. #21827
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
- 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
Contributors
This release includes 8 merged PRs by 8 authors.