Version 4.5.4¶
Released on 2021-07-13.
Note
If upgrading a cluster, you must be running CrateDB 4.0.2 or higher before you upgrade to 4.5.4.
We recommend that you upgrade to the latest 4.4 release before moving to 4.5.4.
A rolling upgrade from 4.4.0+ to 4.5.4 is supported.
Before upgrading, you should back up your data.
Table of Contents
See the Version 4.5.0 release notes for a full list of changes in the 4.5 series.
Fixes¶
Fixed a regression that caused the
job_idcolumn within thesys.operations_logtable to return theidvalues instead of thejob_idvalues.Fixed an issue that could result in a
IOException: can not write type ...error when combining values of typeTIMETZ,NUMERIC,GEO_POINTorINTERVALwith values of typeUNDEFINED.Fixed an issue that caused
INSERT FROM VALUEstatements to insert records, despite failing validation and returning an error to the client.Fixed an issue that caused the
NOW()andCURRENT_USERfunctions to get normalized to a literal value when used as part of a generated column orDEFAULTexpression in aCREATE TABLEstatement.Fixed a HBA SSL configuration parsing issue. The
onvalue for thesslconfiguration option was not recognized and got interpreted as ‘true’.