Skip to content

Releases: gchq/stroom

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.

v7.11.3

12 Mar 21:24

Choose a tag to compare

v7.11.3

  • Bug #5449 : Fix concurrency and exception handling Data Feed Key dir watcher (AbstractDirChangeMonitor).

v7.11.2

11 Mar 17:21

Choose a tag to compare

v7.11.2

  • Bug #5445 : Revert cache in PipelineDataCacheImpl to be keyed by PipelineDoc.

  • Bug #5444 : Initialise pipelineStructurePresenter when opening in stepping mode.

v7.11.1

10 Mar 18:36

Choose a tag to compare

v7.11.1

  • Bug #5434 : Fix dense vector token limit to be 1024 for Lucene indexing.

  • Bug #5413 : Fix column value selection.

  • Bug #5275 : Add option to XMLWriter to prevent char 0 disabling output escaping.

v7.11.0

04 Mar 14:50

Choose a tag to compare

v7.11.0

  • Bug : Change proxy event store to close its appenders on app shutdown.

  • Bug : Fix missing docker managed volues for proxy zip_file_ingest and zip_file_ingest_failed directories.

  • Bug : Fix NPE in downstreamHostConfig ctor if there is no hostname, which is a possibility.

  • Bug : Fix incorrect path for /datafeed in the ProxyWelcomeServlet response.

  • Bug : Move the /queues proxy endpoint from the app port to the admin port.

  • Bug #5424 : Change the receiptCheckMode RECEIVE_ALL to no longer check for the existence of the feed. Add the receiptCheckMode FEED_EXISTENCE to perform a feed existence check.

  • Bug : Fix subPathTemplate.enabled defaulting to false if subPathTemplate has been set in the yaml, but enabled has not.

  • Bug : Fix bug in proxy which will throw an error if subPathTemplate contains repeated vars, e.g. ${year}/${year}-${month}.

v7.11-beta.25

13 Feb 11:00

Choose a tag to compare

v7.11-beta.25 Pre-release
Pre-release

v7.11-beta.25

  • Bug #5392 : Fix PlanB segfault.