Skip to content

Releases: gchq/stroom

v7.4.6

08 Jul 08:44
Compare
Choose a tag to compare

v7.4.6

  • Issue #4348 : Fix error with IN DICTIONARY term in rule when the dictionary is empty/blank.

v7.4.5

03 Jul 12:27
Compare
Choose a tag to compare

v7.4.5

  • Issue #4305 : Don't show warnings on the Server Tasks screen for disabled nodes. Append (Disabled) to the node name for disabled nodes in case a disabled node is still running tasks. Changed the position of the warning icon to the right of the wrap icon so it is the right-most icon.

  • Make the expand/collapse all icons on Server Tasks and Data Retention Impact Summary consistent with those on the Explorer tree.

  • Add properties httpHeadersStreamMetaDataAllowList and httpHeadersStreamMetaDataDenyList to HttpAppender to allow fine grained control of what stream meta keys are sent to the HTTP destination as HTTP headers and .meta entries.

  • Change /datafeed receipt to always set ReceivedTime to now(). If it was already set (e.g. by proxy) then that value is added to ReceivedTimeHistory along with the latest ReceivedTime. This can be used to see the latency between proxy receipt and stroom receipt. This is similar to how ReceivedPath works.

  • Make long descriptions on the Edit Property (pipeline element property) screen wrap onto multiple lines.

  • Issue #4317 : Fix explicit Feed header being ignored when compression is true on HttpAppender.

  • Issue #4331 : Fix java.lang.IllegalStateException errors when using HTTPAppender.

  • Issue #4330 : Fix NPE in HTTPAppender when the destination errors.

  • Improve description text for HttpAppender properties. Also add validation of some property values.

  • Add property useContentEncodingHeader to HttpAppender to allow the user to choose between using the stroom bespoke Compression and HTTP standard Content-Encoding headers.

  • When using zip compression with HttpAppender, make the .meta file also respect the various HTTP header pipeline element properties.

v7.5-beta.4

28 Jun 15:41
Compare
Choose a tag to compare
v7.5-beta.4 Pre-release
Pre-release

v7.5-beta.4

  • Issue #4339 : Allow user selection of analytic duplicate columns.

v7.5-beta.3

27 Jun 15:08
Compare
Choose a tag to compare
v7.5-beta.3 Pre-release
Pre-release

v7.5-beta.3

  • Issue #2126 : Add experimental state store.

  • Issue #4305 : Don't show warnings on the Server Tasks screen for disabled nodes. Append (Disabled) to the node name for disabled nodes in case a disabled node is still running tasks. Changed the position of the warning icon to the right of the wrap icon so it is the right-most icon.

  • Make the expand/collapse all icons on Server Tasks and Data Retention Impact Summary consistent with those on the Explorer tree.

  • Issue #4334 : Popup explorer text on mouse hover.

v7.2.24

18 Jun 11:03
Compare
Choose a tag to compare

v7.2.24

  • Fix verification of the signer key in the JWS headers when authentication is handled by an AWS load balancer. If you use AWS load balancers for authentication you must add the partial ARN(s) of your load balancer(s) to the property stroom.security.authentication.openId.expectedSignerPrefixes.

v7.3-beta.22

18 Jun 11:09
Compare
Choose a tag to compare
v7.3-beta.22 Pre-release
Pre-release

v7.3-beta.22

  • Fix verification of the signer key in the JWS headers when authentication is handled by an AWS load balancer. If you use AWS load balancers for authentication you must add the partial ARN(s) of your load balancer(s) to the property stroom.security.authentication.openId.expectedSignerPrefixes.

v7.4.4

17 Jun 17:28
Compare
Choose a tag to compare

v7.4.4

  • Fix verification of the signer key in the JWS headers when authentication is handled by an AWS load balancer. If you use AWS load balancers for authentication you must add the partial ARN(s) of your load balancer(s) to the property stroom.security.authentication.openId.expectedSignerPrefixes.

  • Issue #4313 : Add debug for authentication exceptions.

  • Issue #4322 : Fix Feed Doc Cache entry invalidation when a new feed is created.

v7.4.3

17 Jun 16:23
Compare
Choose a tag to compare

v7.4.3

  • Add debug logging to HttpAppender.

v7.5-beta.2

17 Jun 17:34
Compare
Choose a tag to compare
v7.5-beta.2 Pre-release
Pre-release

v7.5-beta.2

  • Issue #4278 : Make document deletion also delete the permission records for that document. Also run migration V07_04_00_005__Orphaned_Doc_Perms which will delete all document permissions (in table doc_permission) for docs that are not a folder, not the System doc, are not a valid doc (i.e. in the doc table) and are not a pipeline filter. Deleted document permission records will first be copied to a backup table doc_permission_backup_V07_04_00_005.

  • Change document Copy and Move to check that the user has Owner permission (or admin) on the document being copied/moved if the permissions mode is None, Destination or Combined. This is because those modes will change the permissions which is something only an Owner/admin can do.

  • Fix verification of the signer key in the JWS headers when authentication is handled by an AWS load balancer. If you use AWS load balancers for authentication you must add the partial ARN(s) of your load balancer(s) to the property stroom.security.authentication.openId.expectedSignerPrefixes.

  • Issue #4313 : Add debug for authentication exceptions.

  • Issue #4322 : Fix Feed Doc Cache entry invalidation when a new feed is created.

  • Add debug logging to HttpAppender.

  • Issue #4306 : Fix inability to update config props that have previously been set to a non-default and then back to a default value.

  • Issue #2897 : Add more debug logging to the reference lookup code.

  • Issue #4307 : Fix stuck search.

  • Issue #4303 : Change DSParser to catch and handle StackOverflowError as an ERROR and with a better message.

  • Issue #4281 : Fix recent items dialog throwing an error when there are favourites in the explorer tree.

v7.4.2

14 Jun 18:42
Compare
Choose a tag to compare

v7.4.2

  • Issue #4306 : Fix inability to update config props that have previously been set to a non-default and then back to a default value.

  • Issue #2897 : Add more debug logging to the reference lookup code.