Version 4.2.3¶
Released on 2020-08-18.
Note
If you are upgrading a cluster, you must be running CrateDB 4.0.2 or higher before you upgrade to 4.2.3.
We recommend that you upgrade to the latest 4.1 release before moving to 4.2.3.
A rolling upgrade from 4.1.7+ to 4.2.3 is supported.
Before upgrading, you should back up your data.
Table of Contents
See the Version 4.2.0 release notes for a full list of changes in the 4.2 series.
Fixes¶
Fixed a regression introduced in 4.2.0 which caused fulltext search queries of the
phasematch type to ignore thefuzzinessoption.Fixed a regression introduced in 4.2.0 that caused
sumandavgglobal aggregates to return incorrect results when used on columns ofrealordouble precisiondata types.Fixed an issue that caused primary key lookups to return an empty result instead of the row identified by the primary key values, if the primary key consists of multiple columns and if one of them is of type
BOOLEAN.