Version 4.1.5¶
Released on 2020-04-24.
Note
If you are upgrading a cluster, you must be running CrateDB 4.0.2 or higher before you upgrade to 4.1.5.
We recommend that you upgrade to the latest 4.0 release before moving to 4.1.5.
A rolling upgrade to 4.1.5 from 4.0.2+ is supported.
Before upgrading, you should back up your data.
Table of Contents
See the Version 4.1.0 release notes for a full list of changes in the 4.1 series.
Fixes¶
Fixed an issue that caused
COPY FROMfrom aHTTPSURL to fail withNo X509TrustManager implementation availableif CrateDB is configured to useSSL.Fixed an issue that would lead to incorrect result when selecting the
cluster licenseobject column fromsys.cluster: fields of the object would contain null values even though the license was set.Fixed an issue that caused
OFFSETas part of aUNIONto be applied incorrectly.Fixed an issue that could lead to incorrect ordering if using
ORDER BYon a column of typeIPor on a scalar function.Fixed an issue that caused a
NullPointerExceptionif usingCOPY TOwith aWHEREclause with filters on primary key columns.