Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 4.84 KB

v1.1.0-rc.1.md

File metadata and controls

62 lines (49 loc) · 4.84 KB
title toc summary
What's New in v1.1.0-rc.1
false
Additions and changes in CockroachDB version v1.1.0-rc.1

Oct 5, 2017

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

Build Changes

  • Docker images now contain root CA certificates, permitting the use of BACKUP and RESTORE on cloud storage. #18959
  • Docker images are now built without caching to ensure they contain the latest packages at the time of release. #18999

Command-Line Interface Changes

  • Timestamps in logs now use UTC regardless of the system time zone. #18764
  • Added an explanatory message when --background is used and the node is waiting to join an existing cluster or for cockroach init to be run. #18840

Bug Fixes

  • SERIALIZABLE transactions should no longer return "transaction deadline exceeded". #18852
  • Transaction deadlines are now updated properly when a transaction restarts. #18943
  • Fixed a panic when an error was generated in COMMIT or ROLLBACK. #18937
  • Fixed a panic in queries with JOIN using the distributed SQL engine. #18975
  • Reverted a change in beta-20170928 to asynchronously refresh table leases when near expiration. #18862
  • Casting TIMESTAMP WITH TIME ZONE to TIMESTAMP respects the session time zone. #18764
  • Range debug pages now work when a replica is awaiting garbage collection. #18941
  • Temporary directory cleanup now works correctly on overlayfs. #19000

Doc Updates