Version 2.0.3¶
Released on 2017/06/30.
Warning
CrateDB 2.x versions prior 2.0.4 (including this version) contain a critical bug which leads to deletion of blob data upon node shutdown. It is recommended to not install those versions.
Table of contents
Changelog¶
Fixes¶
Fixed support for range queries on the
_idand_uidcolumns. These queries were not working since version 2.0.0 (Issue: #5845).Fixed an issue when
RENAMEis used on a partitioned table, which would result in data loss if a new table was created with the old name, and then afterwards was dropped (Issue: #5823).