Skip to content

Latest commit

 

History

History
84 lines (66 loc) · 5.01 KB

v19.1.3.md

File metadata and controls

84 lines (66 loc) · 5.01 KB
title toc summary
What's New in v19.1.3
true
Additions and changes in CockroachDB version v19.1.3 since version v19.1.2

July 15, 2019

This page lists additions and changes in v19.1.3 since v19.1.2.

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

Docker image

{% include copy-clipboard.html %}

$ docker pull cockroachdb/cockroach:v19.1.3

Bug fixes

  • Fixed help text that erroneously labeled Encryption at Rest as experimental. #38237
  • Fixed an incorrect type mismatch error when empty ARRAY values are used as DEFAULT values (and potentially in other contexts). #38300
  • Fixed a panic that could occur when decoding decimals as query parameters. #38330
  • NULLs are now correctly handled by MIN, SUM, and AVG when used as window functions. #38356
  • Fixed an issue that prevented restoring some backups if they included tables that were partitioned by columns of a certain types while also interleaved by child tables. #38494
  • Fixed possible deadlock when storage engine write fails. #38478
  • Fixed potential reappearance of deleted timeseries data, which could trip the consistency checker. #38478
  • Removed dependency on sync_file_range on Linux platforms on which it returns ENOSYS, such as WSL (Windows Subsystem for Linux). #38478
  • Nodes that have been down now recover quicker when they rejoin, assuming they weren't down for much more than the value of the server.time_until_store_dead cluster setting (which defaults to 5 minutes). #38642
  • Checking the "skip should queue" checkbox in the Manual Enqueue Range advanced debuggging page now works for the GC Queue. #38296
  • The YCSB workload no longer ignores the --db option. #38238
  • Fixed the auto-retry counter in stats and now logs it in the statement/audit logs. #38035

Security improvements

  • Only check CommonName on first certificate in file. #38165

Doc updates

Contributors

This release includes 17 merged PRs by 14 authors.