Skip to content

Releases: gchq/stroom

v7.5-beta.20

07 Oct 20:46
Compare
Choose a tag to compare
v7.5-beta.20 Pre-release
Pre-release

v7.5-beta.20

  • Issue #4513 : Add primary key to doc_permission_backup_V07_05_00_005 table for MySQL Cluster support.

  • Issue #4514 : Fix HTTP 307 with calling /api/authproxy/v1/noauth/fetchClientCredsToken.

v7.5-beta.19

07 Oct 11:32
Compare
Choose a tag to compare
v7.5-beta.19 Pre-release
Pre-release

v7.5-beta.19

  • Issue #4475 : Change mask() function to period() and add using to apply a function to window.

  • Issue #4341 : Allow download from query table.

  • Issue #4507 : Fix index shard permission issue.

  • Issue #4510 : Fix right click in editor pane.

  • Issue #4511 : Fix StreamId, EventId selection in query tables.

v7.5-beta.18

03 Oct 10:22
Compare
Choose a tag to compare
v7.5-beta.18 Pre-release
Pre-release

v7.5-beta.18

  • Issue #4485 : Improve dialog move/resize behaviour.

  • Issue #4492 : Make Lucene behave like SQL for OR(NOT()) queries.

  • Issue #4494 : Allow functions in StroomQL select, e.g. count().

  • Issue #4202 : Fix default destination not being selected when you do Save As.

  • Issue #4475 : Add mask() function and deprecate countPrevious().

  • Issue #4491 : Fix tab closure when deleting items in the explorer tree.

  • Issue #4502 : Fix inability to step an un-processed stream.

  • Issue #4503 : Make the enabled state of the delete/restore buttons on the stream browser depend on the user's permissions. Now they will only be enabled if the user has the require permission (i.e. DELETE/UPDATE) on at least one of the selected items.

v7.4.18

30 Sep 17:29
Compare
Choose a tag to compare

v7.4.18

  • Issue #4478 : Fix boolean expression precedence in StroomQL.

v7.4.17

30 Sep 09:34
Compare
Choose a tag to compare

v7.4.17

  • Change the key names in the example rule detection to remove -. Not sensible to encourage keys with a - in them as that prevents doing values.key-1. Also add a warning if there are multiple detection values with the same name/key (only the first will be used in each case).

  • Issue #4476 : Fix streaming analytic issue where it failed to match after seeing records with missing query fields.

v7.5-beta.17

30 Sep 18:24
Compare
Choose a tag to compare
v7.5-beta.17 Pre-release
Pre-release

v7.5-beta.17

  • Issue #4486 : Fix the format-date XSLT function for date strings with the day of week in, e.g. stroom:format-date('Wed Aug 14 2024', 'E MMM dd yyyy').

  • Issue #4458 : Fix explorer node tags not being copied. Also fix copy/move not selecting the parent folder of the source as the default destination folder.

  • Issue #4478 : Fix boolean expression precedence in StroomQL.

v7.5-beta.16

30 Sep 11:05
Compare
Choose a tag to compare
v7.5-beta.16 Pre-release
Pre-release

v7.5-beta.16

  • Issue #4454 : Show the source dictionary name for each word in the Dashboard List Input selection box. Add sorting and de-duplication of words.

  • Issue #4455 : Add Goto Document links to the Imports sub-tab of the Dictionary screen. Also add new Effective Words tab to list all the words in the dictionary that include those from its imports (and their imports).

  • Issue #4468 : Improve handling of key sequences and detection of key events from ACE editor.

  • Issue #4472 : Change the User Preferences dialog to cope with redundant stroom/editor theme names.

  • Issue #4479 : Add ability to assume role for S3.

  • Issue #4202 : Fix problems with Dashboard Extraction Pipeline picker incorrectly changing the selected pipeline.

  • Change the DocRef picker so that it shows a warning icon if the selected DocRef no longer exists or the user doesn't have permission to view it.

  • Change the Extraction Pipeline picker on the Index Settings screen to pre-filter on tag:extraction. This is configured using the property stroom.ui.query.indexPipelineSelectorIncludedTags.

  • Change the key names in the example rule detection to remove -. Not sensible to encourage keys with a - in them as that prevents doing values.key-1. Also add a warning if there are multiple detection values with the same name/key (only the first will be used in each case).

  • Issue #4476 : Fix streaming analytic issue where it failed to match after seeing records with missing query fields.

  • Issue #4412 : Fix / key not working in quick filter text input fields.

  • Issue #4463 : Fix NPE with analytic rule email templating.

v7.5-beta.15

24 Sep 09:26
Compare
Choose a tag to compare
v7.5-beta.15 Pre-release
Pre-release

v7.5-beta.15

  • Issue #4146 : Fix audit events for deleting/restoring streams.

  • Change the alert dialog message styling to have a max-height of 600px so long messages get a scrollbar.

  • Issue #4468 : Fix selection box keyboard selection behavior when no quick filter is visible.

  • Issue #4471 : Fix NPE with stepping filter.

v7.5-beta.14

20 Sep 19:49
Compare
Choose a tag to compare
v7.5-beta.14 Pre-release
Pre-release

v7.5-beta.14

  • Issue #4451 : Add S3 pipeline appender.

  • Issue #4401 : Improve content search.

  • Issue #4417 : Show stepping progress and allow termination.

v7.4.16

19 Sep 14:28
Compare
Choose a tag to compare

v7.4.16

  • Issue #4412 : Fix / key not working in quick filter text input fields.

  • Issue #4463 : Fix NPE with analytic rule email templating.

  • Issue #4437 : Fix proxy not handling input files larger than 4 GiB.

  • Issue #4069 : Reduce proxy memory usage.

  • Change the hard-coded test credentials to match those in v7.2 so that a test stack with 7.0 proxy and 7.2 stroom can communicate with each other. This change has no bearing on production deployments.

  • Issue #3838 : Change ref data meta store to log a warning rather than error when meta entries are not present. This is consistent with behaviour in v7.2.