Version 4.3.2
Note
If you are upgrading a cluster, you must be running CrateDB 4.0.2 or higher before you upgrade to 4.3.2.
We recommend that you upgrade to the latest 4.2 release before moving to 4.3.2.
A rolling upgrade from 4.2.6+ to 4.3.2 is supported.
Fixed an issue that could cause browsers to prompt for a client certificate if is enabled on the server side, even if no cert authentication method is configured.
Fixed an issue that resulted in records in
pg_catalog.pg_proc
which wouldn’t be joined withpg_catalog.pg_type
. Clients likenpgsql
use this information and without it, the users received an error like if using array types.Fixed an issue that could lead to stuck
INSERT INTO .. RETURNING
queries.Fixed validation of
GROUP BY
expressions if an alias is used. The validation was by passed and resulted in an execution exception instead of an user friendly validation exception.Fixed an issue that caused and
IS NOT NULL
on columns of typeOBJECT
with the column policyIGNORED
to match incorrect records.