Skip to content

v7.0.25

Choose a tag to compare

@github-actions github-actions released this 17 Mar 17:35
· 8187 commits to master since this release
  • Issue #3270 : Change the auto logging of audit events to ignore any initiated by the processing user account as this is not human initiated.

  • Issue #3278 : Fix warning about the data retention rule summary query cancellation action not been correctly configured for auto logging.

  • Remove thread sleep accidentally added for testing purposes in data retention summary query execution.

  • Issue #3292 : Change the reference data load to not load entries with null values. If overrideExistingValues is set and an entry with a null value overrides an existing one with a non-null value, the existing one will be removed.

  • Issue #3299 : Fix schema non-compliant events when importing config. Also fix error handling when user tries to import with no file selected. Improved the audit events for file upload.

  • Remove audit logging for MetaResourceImpl.getTypes which just lists the stream types and is not an explicit user action.

  • Issue #3305 : Change the formatting of index/data volume limit to show 3 significant figures.

  • Issue #3280 : Make orphan file/meta finder jobs drop out if stroom is shutdown. Change orphan meta finder job to user more efficient SQL. Improve logging output from both finders to include start time, duration and any error/interruption. Fix missing feed names in orphan file finder log.