Releases: gchq/stroom
v7.5-beta.19
v7.5-beta.19
v7.5-beta.18
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 deprecatecountPrevious()
. -
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
v7.4.17
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 doingvalues.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
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
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 propertystroom.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 doingvalues.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
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
v7.4.16
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
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)
.