Version 4.1.7¶
Released on 2020-06-24.
Note
If you are upgrading a cluster, you must be running CrateDB 4.0.2 or higher before you upgrade to 4.1.7.
We recommend that you upgrade to the latest 4.0 release before moving to 4.1.7.
A rolling upgrade to 4.1.7 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
ORDER BY
expressions referencing table functions used in theSELECT
list to fail. - Fixed an issue that prevented an optimization for
SELECT DISTINCT <single_text_column> FROM <table>
from working if used within aINSERT INTO
statement. - Re-enabled the IAM role authentication for s3 repositories
- Changed the required privileges to execute
RESET
statements to include theAL
privilege. Users withAL
could change settings usingSET GLOBAL
already. - Fixed an issue that caused a
NullPointerException
if the ANALYZE statement was executed on tables with primitive array type columns that containNULL
values. - Fixed an issue that caused the
OFFSET
clause to be ignored inSELECT DISTINCT
queries.