Skip to content

v7.0.10

Choose a tag to compare

@github-actions github-actions released this 24 Nov 12:02
· 8487 commits to master since this release
  • Issue #3066 : Make all responses set the HTTP header Strict-Transport-Security to force all HTTP traffic on the domain onto HTTPS. Also add property stroom.security.webContent.strictTransportSecurity to configure the header value.

  • Issue #3074 : Fix data retention summary and purge job when condition includes a pipeline. Fix data viewer screen to allow filtering by pipeline. Fix filtering using the in folder condition. Add <, <=, >, >=, between conditions to ID fields, e.g. stream ID. WARNING: the expression field Pipeline has had the following conditions removed; in, in dictionary, =, contains and the field Pipeline Name has been added with the following conditions; in, in dictionary, =. This may impact processor filters or retention rules that use the Pipeline field. See the SQL at #3074 to find any processor filters using this field with a now un-supported condition. Change the Reference Data searchable data source to support in, in dictionary and wild carding.

  • Fix bug in quick filter when user enters two identical tokens into a quick filter, e.g. bob bob.

  • Issue #3111 : Trim leading/trailing white space from term values in the expression tree builder. Users can keep leading/trailing white space if they double quote the value, e.g. " some text ". If the value needs to include a double quote then it can be escaped with a \ like this I said \"hello\".

  • Improve description for useJvmSslConfig property on HttpAppender.