Releases: gchq/stroom
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.
v7.5-beta.5
v7.5-beta.5
-
Fix lag on Jobs screen when changing the selected job in the top pane.
-
Issue #4348 : Fix error with
IN DICTIONARY
term in rule when the dictionary is empty/blank. -
Issue #4305 : Don't show warnings on the Server Tasks screen for disabled nodes. Append
(Disabled)
to the node name for disabled nodes in case a disabled node is still running tasks. Changed the position of the warning icon to the right of the wrap icon so it is the right-most icon. -
Make the expand/collapse all icons on Server Tasks and Data Retention Impact Summary consistent with those on the Explorer tree.
-
Add properties
httpHeadersStreamMetaDataAllowList
andhttpHeadersStreamMetaDataDenyList
toHttpAppender
to allow fine grained control of what stream meta keys are sent to the HTTP destination as HTTP headers and.meta
entries. -
Change
/datafeed
receipt to always setReceivedTime
tonow()
. If it was already set (e.g. by proxy) then that value is added toReceivedTimeHistory
along with the latestReceivedTime
. This can be used to see the latency between proxy receipt and stroom receipt. This is similar to howReceivedPath
works. -
Make long descriptions on the Edit Property (pipeline element property) screen wrap onto multiple lines.
-
Issue #4317 : Fix explicit
Feed
header being ignored whencompression
istrue
onHttpAppender
. -
Issue #4331 : Fix
java.lang.IllegalStateException
errors when using HTTPAppender. -
Issue #4330 : Fix NPE in HTTPAppender when the destination errors.
-
Improve description text for HttpAppender properties. Also add validation of some property values.
-
Add property
useContentEncodingHeader
to HttpAppender to allow the user to choose between using the stroom bespokeCompression
and HTTP standardContent-Encoding
headers. -
When using zip compression with HttpAppender, make the .meta file also respect the various HTTP header pipeline element properties.
v7.4.7
v7.4.7
- Fix lag on Jobs screen when changing the selected job in the top pane.