v7.11-beta.9
Pre-releasev7.11-beta.9
-
Issue #5192 : Support Elasticsearch kNN search on dense_vector fields.
-
Issue #5124 : Change cluster lock
tryLockto use the database record locks rather than the inter-node lock handler. -
Issue #5254 : Fix document NPE.
-
Issue #5250 : Add a new property
stroom.security.identity.autoCreateAdminAccountOnBootto control auto-creation of the default administrator accountadminwhen stroom is running with an identity provider type ofINTERNAL_IDPorTEST_CREDENTIALS. Enabling this property will create theadminaccount and stroom user. It will create the groupAdministrators, grant the app permissionAdministratorto it and add theadminuser to the group. The auto-creation of the admin account/user was erroneously removed in a previous version of stroom. -
Change default for
.receive.enabledAuthenticationTypesto[CERTIFICATE,TOKEN]and add.receive.authenticationRequiredto the default docker config yml files for both stroom and proxy.