Skip to content

Releases: gchq/stroom

v7.4.13

08 Aug 20:55
Compare
Choose a tag to compare

v7.4.13

  • Issue #4403 : Fix to make elastic indexes searchable with StroomQL.

  • Issue #2897 : Fix issue of the effective stream intern pool returning incorrect sets of streams.

v7.4.12

02 Aug 10:15
Compare
Choose a tag to compare

v7.4.12

  • Issue #4397 : Fix search API to not require node name.

v7.4.11

01 Aug 16:27
Compare
Choose a tag to compare

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

25 Jul 11:34
Compare
Choose a tag to compare

v7.4.10

  • Issue #3960 : Migrate to Elasticsearch Java API Client.

  • Issue #4385 : Fix error when trying to change permissions on a folder with no current owner.

  • Issue #4384 : Stop logging to ERROR when stroomQL contains a malformed function.

  • Issue #4389 : Fix the Query table re-drawing too frequently.

v7.5-beta.8

23 Jul 14:11
Compare
Choose a tag to compare
v7.5-beta.8 Pre-release
Pre-release

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

17 Jul 19:15
Compare
Choose a tag to compare

v7.4.9

  • Issue #4357 : Fix result paging for analytic duplicate check stores.

v7.5-beta.7

17 Jul 21:29
Compare
Choose a tag to compare
v7.5-beta.7 Pre-release
Pre-release

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

16 Jul 06:53
Compare
Choose a tag to compare
v7.5-beta.6 Pre-release
Pre-release

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

11 Jul 19:10
Compare
Choose a tag to compare
v7.5-beta.5 Pre-release
Pre-release

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 and httpHeadersStreamMetaDataDenyList to HttpAppender 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 set ReceivedTime to now(). If it was already set (e.g. by proxy) then that value is added to ReceivedTimeHistory along with the latest ReceivedTime. This can be used to see the latency between proxy receipt and stroom receipt. This is similar to how ReceivedPath works.

  • Make long descriptions on the Edit Property (pipeline element property) screen wrap onto multiple lines.

  • Issue #4317 : Fix explicit Feed header being ignored when compression is true on HttpAppender.

  • 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 bespoke Compression and HTTP standard Content-Encoding headers.

  • When using zip compression with HttpAppender, make the .meta file also respect the various HTTP header pipeline element properties.

v7.4.7

10 Jul 17:18
Compare
Choose a tag to compare

v7.4.7

  • Fix lag on Jobs screen when changing the selected job in the top pane.