Skip to content

Releases: gchq/stroom

v7.11.10

23 Apr 20:45

Choose a tag to compare

v7.11.10

  • Feature : Change the annotation caching to invalidate on a field basis rather than the whole annotation.

  • Bug : Fix annotation dash/query columns not updating when status/label/collection names are deleted/modified.

  • Bug : Fix annotation decorations in dash/query columns showing deleted annotation entries.

  • Bug : Fix annotation Comment and History columns not updating when entries are added/updated/deleted.

v7.11.9

20 Apr 15:05

Choose a tag to compare

v7.11.9

  • Bug #5508 : Improve annotation decoration performance.

  • Bug : Fix Annotation -> Events screen not refreshing the linked events list when an event link is added/removed.

v7.12-beta.2

16 Apr 09:19

Choose a tag to compare

v7.12-beta.2 Pre-release
Pre-release

v7.12-beta.2

  • Bug : Add missing directories (data_feed_identities, git_repo, lmdb_library, planb, reference_staging_data) as volumes in the docker image.

  • Bug #5503 : Fix search rerank LLM processing and add debug logging.

  • Dependency : Uplift docker images to eclipse-temurin:25.0.2_10-jdk-alpine-3.23. Change Java docker build to use 25.0.2. Change ERD build to use a fixed docker image.

  • Bug #5484 : Fix stream browser Retention column and Info pane showing wrong retention period/rule.

  • Feature #5490 : Add rerank capability to dense vector search.

  • Feature #5492 : Change Git Repo folder colour as red looked like an error.

  • Bug #5486 : Fix SQL to physically delete annotations.

  • Bug #5488 : Fix forwardFileDestinations[n].atomicMoveEnabled property not being used.

  • Feature #5480 : Group some annotation history items and make them expandable.

  • Bug #5485 : Fix Plan B snapshot race condition bug.

  • Bug #5495 : Fix query column order bug.

  • Bug #5495 : Add option to reset query table customisation.

  • Feature #5161 : Make dashboard tab menu available from settings icon.

v7.13-beta.2

15 Apr 09:50

Choose a tag to compare

v7.13-beta.2 Pre-release
Pre-release

v7.13-beta.2

  • Build : Fix CI build failure due to missing Docker container prefix.

v7.11.8

13 Apr 16:52

Choose a tag to compare

v7.11.8

  • Bug #5503 : Fix search rerank LLM processing and add debug logging.

v7.11.7

10 Apr 17:47

Choose a tag to compare

v7.11.7

  • Dependency : Uplift docker images to eclipse-temurin:25.0.2_10-jdk-alpine-3.23. Change Java docker build to use 25.0.2. Change ERD build to use a fixed docker image.

  • Bug #5484 : Fix stream browser Retention column and Info pane showing wrong retention period/rule.

  • Feature #5490 : Add rerank capability to dense vector search.

  • Feature #5492 : Change Git Repo folder colour as red looked like an error.

  • Bug #5486 : Fix SQL to physically delete annotations.

  • Bug #5488 : Fix forwardFileDestinations[n].atomicMoveEnabled property not being used.

  • Feature #5480 : Group some annotation history items and make them expandable.

  • Bug #5485 : Fix Plan B snapshot race condition bug.

  • Bug #5495 : Fix query column order bug.

  • Bug #5495 : Add option to reset query table customisation.

  • Feature #5161 : Make dashboard tab menu available from settings icon.

v7.11.6

24 Mar 13:11

Choose a tag to compare

v7.11.6

  • Bug #5471 : Fix bug in INFO logging output (the count of remaining shards) when flushing/deleting index shards.

v7.12-beta.1

24 Mar 21:13

Choose a tag to compare

v7.12-beta.1 Pre-release
Pre-release

v7.12-beta.1

  • Feature #5427 : Change the Data Feed Key authentication mechanism to support authentication by X509 certificate DN. Add a new allowed type of CERTIFICATE_IDENTITY to .receive.enabledAuthenticationTypes. Rename property .receive.dataFeedKeysDir to .receive.dataFeedIdentitiesDir and change the structure of the files in it, all files will have to be replaced. Rename property .receive.dataFeedKeyOwnerMetaKey to .receive.dataFeedOwnerMetaKey. Change the default value of .receive.dataFeedIdentitiesDir from data_feed_keys to data_feed_identities.

  • Feature #5442 : Add more configuration options to stroom.autoContentCreation to improve the explorer structure and permissions of the generated content. Add properties additionalGroupParentGroupName, destinationExplorerSubPathTemplate and groupParentGroupName. All have sensible defaults.

  • Feature #5473 : Add JSON_LINES to the base list of data formats in the .data.meta.dataFormats property.

v7.11.5

23 Mar 17:48

Choose a tag to compare

v7.11.5

  • Bug #5466 : Fix asynchronous code that was causing thread deadlocks on machines with a low number of cores (e.g. <= 2). This bug was caused by a change to the JVM.

v7.11.4

13 Mar 20:08

Choose a tag to compare

v7.11.4

  • Feature #5455 : Add DictionaryAppender to pipelines as an optional pipeline destination.

  • Bug #5449 : Change the asynchronous behaviour in the data feed keys directory watcher.