Skip to content

Tags: p-kimberley/stroom

Tags

v6.1.28

Toggle v6.1.28's commit message
v6.1.28

* Issue **gchq#1954** : Change code that sets ReceivedPath to try getting a value from DOCKER_HOST_(HOSTNAME|IP) env vars first.

v7.0-beta.70

Toggle v7.0-beta.70's commit message
v7.0-beta.70

* Issue **gchq#1947** : Fixed NPE thrown when trying to unassign processing tasks by setting the assigned node to null.

* Issue **gchq#1940** : Old searches are now terminated by the processing user.

* Issue **gchq#1932** : Physical stream delete will no longer fail if a file or directory it wants to delete cannot be found, i.e. has been deleted by another external process.

* Fix log output counts for reference data.

* Add REST endpoint for purging reference data.

* Issue **gchq#1938** : Fix missing ref loading errors/warnings, improve warning messages.

v7.0-beta.69

Toggle v7.0-beta.69's commit message
v7.0-beta.69

* Improve handling of duplicates in reference data loads.

* Improve error messages for reference loading failures.

* Issue **gchq#1936** : Fix reference data loaded not loading string values > 1000btyes.

* Improve PooledByteBufferOutputStream.

* Issue **gchq#1807** : Remove need for Manage Nodes permission in order to list nodes (needed to manage volumes).

* Issue **gchq#1806** : Remove need for Manage Nodes permission in order to list nodes (needed to manage tasks).

* Issue **gchq#1925** : Fixed logging error that was happening on search.

* Issue **gchq#1921** : Fixed problem with the dashboard text pane not migrating properly to the new special stream id and event id fields.

* Issue **gchq#1910** : Fixed issue preventing display of table data where a table had duplicate column names.

* Issue **gchq#1919** : Fixed issue that was preventing dashboard tabs from being closed.

* Removed rxjava.

* Issue **gchq#1919** : Dashboards now prevent tabs being closed from the close button if some nested tabs on the same pane are hidden.

* Issue **gchq#1915** : Multiple statistic searches on a dashboard are now executed in parallel.

* Issue **gchq#1915** : Fixed task context user identity for statistics searches.

* Issue **gchq#1915** : Fixed task context for statistics searches.

* Merged external expression and query libraries into the source code and added Kryo serialisation to search results.

* Issue **gchq#1910** : Duplicate fields in dashboard tables are now avoided by adding a numeric suffix to the field name when adding a duplicate.

* Issue **gchq#1918** : Text presenter was losing track of stream and event id fields when settings were changed.

* Issue **gchq#1906** : Added info about queue sizes to extraction task.

* Issue **gchq#1906** : Made changes to allow early termination of searches if we have enough data.

* Issue **gchq#1906** : Fixed node task nesting.

* Issue **gchq#1906** : The maximum size of the stream event map is now configurable with the `stroom.search.extraction.maxStreamEventMapSize` property.

* Issue **gchq#1906** : Improved the way search extractions events are grouped so we can extract more events per stream and therefore improve performance.

* Issue **gchq#1907** : Fixed NPE.

v6.1.27

Toggle v6.1.27's commit message
v6.1.27

* Issue **gchq#1925** : Fixed logging error that was happening on search.

v6.1.26

Toggle v6.1.26's commit message
v6.1.26

* Issue **gchq#1921** : Fixed problem with the dashboard text pane not migrating properly to the new special stream id and event id fields.

* Issue **gchq#1910** : Fixed issue preventing display of table data where a table had duplicate column names.

* Issue **gchq#1919** : Fixed issue that was preventing dashboard tabs from being closed.

v6.1.25

Toggle v6.1.25's commit message
v6.1.25

* Removed rxjava.

v6.1.24

Toggle v6.1.24's commit message
v6.1.24

* Issue **gchq#1919** : Dashboards now prevent tabs being closed from the close button if some nested tabs on the same pane are hidden.

* Issue **gchq#1915** : Multiple statistic searches on a dashboard are now executed in parallel.

* Issue **gchq#1915** : Fixed task context user identity for statistics searches.

v6.1.23

Toggle v6.1.23's commit message
v6.1.23

* Issue **gchq#1915** : Fixed task context for statistics searches.

v6.1.22

Toggle v6.1.22's commit message
v6.1.22

* Issue **gchq#1910** : Duplicate fields in dashboard tables are now avoided by adding a numeric suffix to the field name when adding a duplicate.

* Issue **gchq#1918** : Text presenter was losing track of stream and event id fields when settings were changed.

v7.0-beta.68

Toggle v7.0-beta.68's commit message
v7.0-beta.68

* Issue **gchq#1733** : Support xsl:output options for XML output from pipeline (XMLWriter)

* Issue **gchq#1893** : Change delimited string volume properties to lists of strings

* Issue **gchq#1848** : Fix NPE when importing certain processor filters.

* Issue **gchq#1894** : Improvements to search performance and fix for hanging searches.