Skip to content

Releases: gchq/stroom

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.

v7.4.1

05 Jun 12:25
Compare
Choose a tag to compare

v7.4.1

  • Issue #4307 : Fix stuck search.

v7.4.0

05 Jun 11:52
Compare
Choose a tag to compare

v7.4.0

  • 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.5-beta.1

04 Jun 16:10
Compare
Choose a tag to compare
v7.5-beta.1 Pre-release
Pre-release

v7.5-beta.1

  • Issue #3989 : Improve pause behaviour in dashboards and general presentation of busy state throughout UI.

  • Issue #2111 : Add index assistance to find content feature.

v7.4-beta.16

28 May 21:59
Compare
Choose a tag to compare
v7.4-beta.16 Pre-release
Pre-release

v7.4-beta.16

  • Issue #4298 : Improve duplicate management.

  • Issue #4299 : Fix exception when creating a user using the manageUsers CLI command.

v7.4-beta.15

27 May 10:21
Compare
Choose a tag to compare
v7.4-beta.15 Pre-release
Pre-release

v7.4-beta.15

  • Issue #4263 : Fix HTTPAppender compression error and add additional compression algorithums.

v7.4-beta.14

24 May 16:22
Compare
Choose a tag to compare
v7.4-beta.14 Pre-release
Pre-release

v7.4-beta.14

  • Issue #4078 : Support BZIP2 compression and make compression level configurable for FileAppender and RollingFileAppender.

  • Issue #4257 : Stop new dashboards showing params input by default.

  • Issue #4275 : Fix NPE.

  • Issue #4262 : Change the content auto import feature to allow setting the user/group that will own the content on import. Previously content was imported as the 'admin' user, but this user may not exist in all environments. Setting of the user/group is done with the following config properties stroom.contentPackImport.importAsSubjectId (the unique identifier for the user/group) and stroom.contentPackImport.importAsType (USER or GROUP).

  • Issue #4279 : Improve index shard writer cache error handling.

  • Issue #4280 : Separate LMDB data directories.

  • Issue #4263 : Fix HTTPAppender compression error and add additional compression algorithms.

  • Issue #4286 : Fix Stroom key bindings incorrectly triggering in the Ace editor find text input field.

  • Issue #4287 : Add create document key sequences to explorer context menu.

  • Change the styling of the key binds in the menus.

  • Add Add Current Item to Favourites to Main Navigation menu and Add to Favourites to the top level tab context menu. Both menu items add the currently open document to the user's favourites list. Operation is idempotent.

  • Issue #4289 : Make analytic duplicate checking optional and allow duplicates to be viewed/deleted from store.

  • Issue #4281 : Add debug for recent items issue.

  • Issue #4292 : Reset table selection on dashboard query.

v7.4-beta.9

15 May 10:39
Compare
Choose a tag to compare
v7.4-beta.9 Pre-release
Pre-release

v7.4-beta.9

  • Issue #4264 : Stop workers requesting 0 tasks from the master node.

v7.4-beta.13

15 May 20:34
Compare
Choose a tag to compare
v7.4-beta.13 Pre-release
Pre-release

v7.4-beta.13

  • Issue #4256 : Change field types from Long to Date or Duration for various data sources. See GitHub issue for full details.

  • Issue #4266 : Add types Direct Buffers Used and Mapped Buffers Used to the Memory internal statistic. These report the bytes used by off-heap direct/mapped byte buffers. Direct buffers are used heavily in search and reference data.

  • Issue #4270 : Fix key binds like ct triggering when in a query term value edit field.

  • Issue #4272 : Fix function and structure editor snippets not working in Query and column expression editors.