v7.10.8
-
Add a proxy zip file ingest mechanism to proxy. Add property branch
proxyConfig.dirScannerto the config. -
Issue #5175 : Fix zip handling.
-
Fix config validation not being run on config branches that are items in a list, e.g.
forwardHttpDestinations. -
Remove
NotNullvalidation condition onforwardHttpDestinations[n].apiKeyas proxy may use OAuth tokens to authenticate with the downstream destination. -
Issue #5175 : Add warning messages to stroom and proxy
/datafeedto warn if a zip is received that contains paths that would unzip outside of a target directory. Only a warning as the paths in a zip sent to/datafeedare not used by stroom/proxy. -
Uplift all the content packs that are included in the docker and zip distributions.
-
Issue #5191 : Fix UI NPE.
-
Issue #5189 : Change how the proxy directory queues are initialised. Now on initialisation, the min/max ids take into account incomplete paths, so if the largest path is
1/900then the max id will be taken to be900999. When proxy is getting the next item off the queue it will delete any incomplete paths it finds en-route to the next valid item. -
Issue #5126 : Fix Plan B condense.
-
Issue #5200 : Fix problem of duplicate check store failing to open due to its directory being deleted.
-
Issue #5201 : Clear out the duplicate check store if the column names are changed. Add a confirm dialog to the Analytic Rule doc save action, to get the user to confirm that all dup check data will be deleted when there is a change to the derived/explicit dup check columns.
-
Issue #5198 : Increase the maximum limit for
top()to 10,000. -
Issue #5117 : Send Plan B data to all enabled target nodes regardless of active status.