Skip to content

v7.11-beta.9

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Nov 18:46
· 1047 commits to master since this release

v7.11-beta.9

  • Issue #5192 : Support Elasticsearch kNN search on dense_vector fields.

  • Issue #5124 : Change cluster lock tryLock to 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.autoCreateAdminAccountOnBoot to control auto-creation of the default administrator account admin when stroom is running with an identity provider type of INTERNAL_IDP or TEST_CREDENTIALS. Enabling this property will create the admin account and stroom user. It will create the group Administrators, grant the app permission Administrator to it and add the admin user to the group. The auto-creation of the admin account/user was erroneously removed in a previous version of stroom.

  • Change default for .receive.enabledAuthenticationTypes to [CERTIFICATE,TOKEN] and add .receive.authenticationRequired to the default docker config yml files for both stroom and proxy.