Releases: gchq/stroom
v7.4.15
v7.4.14
v7.4.13
v7.4.12
v7.4.11
v7.4.11
-
Issue #4394 : Fix a bug that was causing stepping filters to ignore the top level null prefixed namespace (e.g.
xmlns="event-logging:3"
. This meant all elements in the xpath had to be fully qualified. -
Issue #4395 : Fix ClassCastException when using a stepping xpath filter that returns something other than a list of nodes, e.g. a double, long, boolean, etc.. This means you can now do something like
/Events/Event/Meta/sm:source/sm:recordNo > 2
equals
true
, or/Events/Event/Meta/sm:source/sm:recordNo mod 2
equals
0
.
v7.4.10
v7.5-beta.8
v7.5-beta.8
-
Change API endpoint
/Authentication/v1/noauth/reset
from GET to POST and from a path parameter to a POST body. -
Fix various issues relating to unauthenticated servlets. Add new servlet paths e.g.
/stroom/XXX
becomes/XXX
and/stroom/XXX
. The latter will be removed in some future release. Notable new servlet paths are/dashboard
,/status
,/swagger-ui
,/echo
,/debug
,/datafeed
,/sessionList
. -
Change
sessionList
servlet to require manage users permission.
v7.4.9
v7.5-beta.7
v7.5-beta.7
-
Issue #4360 : Fix quick time settings popup.
-
Issue #4357 : Fix result paging for analytic duplicate check stores.
-
Issue #4347 : Filter queryable fields for dashboard query expressions.
-
Issue #4350 : Add analytic execution history retention job.
-
Issue #4351 : Improve query event logging.
-
Issue #4357 : Fix result paging for analytic duplicate check stores.
-
Issue #4358 : Fix streaming analytic field matches.
v7.5-beta.6
v7.5-beta.6
-
Improve styling of Jobs screen so disabled jobs/nodes are greyed out.
-
Add Next Scheduled column to the detail pane of the Job screen.
-
Add Build Version and Up Date columns to the Nodes screen. Also change the styling of the Ping column so an enabled node with no ping stands out while a disabled node does not. Also change the row styling for disabled nodes.
-
Add a Run now icon to the jobs screen to execute a job on a node immediately.
-
Change the FS Volume and Index Volume tables to low-light CLOSED/INACTIVE volumes. Add tooltips to the path and last updated columns. Change the Use% column to a percentage bar. Add red/green colouring to the Full column values.
-
Issue #4327 : Add a Jobs pane to the Nodes screen to view jobs by node. Add linking between job nodes on the Nodes screen and the Jobs screen.