Skip to content

Releases: gchq/stroom

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.

v7.5-beta.13

19 Sep 09:58
Compare
Choose a tag to compare
v7.5-beta.13 Pre-release
Pre-release

v7.5-beta.13

  • Issue #4436 : Change the way API Keys are verified. Stroom now finds all valid api keys matching the api key prefix and compares the hash of the api key against the hash from each of the matching records. Support has also been added for using different hash algorithms.

  • Issue #4448 : Fix query refresh tooltip when not refreshing.

  • Issue #4457 : Fix ctrl+enter shortcut for query start.

  • Issue #4441 : Improve sorted column matching.

  • Issue #4449 : Reload Scheduled Query Analytics between executions.

  • Issue #4420 : Make app title dynamic.

  • Issue #4453 : Dictionaries will ignore imports if a user has no permission to read them.

  • Issue #4404 : Change the Query editor completions to be context aware, e.g. it only lists Datasources after a from .

  • Issue #4450 : Fix editor completion in Query editor so that it doesn't limit completions to 100. Added the property stroom.ui.maxEditorCompletionEntries to control the maximum number of completions items that are shown. In the event that the property is exceeded, Stroom will pre-filter the completions based on the user's input.

  • Add Visualisations to the Query help and editor completions. Visualisation completion inserts a snippet containing all the data fields in the Visualisation, e.g. TextValue(field = Field, gridSeries = Grid Series).

v7.5-proxy-beta.2

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

v7.5-proxy-beta.2

  • Issue #4436 : Change the way API Keys are verified. Stroom now finds all valid api keys matching the api key prefix and compares the hash of the api key against the hash from each of the matching records. Support has also been added for using different hash algorithms.

v7.0.36

06 Sep 12:19
Compare
Choose a tag to compare

v7.0.36

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