v7.4.5
v7.4.5
-
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
httpHeadersStreamMetaDataAllowListandhttpHeadersStreamMetaDataDenyListtoHttpAppenderto allow fine grained control of what stream meta keys are sent to the HTTP destination as HTTP headers and.metaentries. -
Change
/datafeedreceipt to always setReceivedTimetonow(). If it was already set (e.g. by proxy) then that value is added toReceivedTimeHistoryalong with the latestReceivedTime. This can be used to see the latency between proxy receipt and stroom receipt. This is similar to howReceivedPathworks. -
Make long descriptions on the Edit Property (pipeline element property) screen wrap onto multiple lines.
-
Issue #4317 : Fix explicit
Feedheader being ignored whencompressionistrueonHttpAppender. -
Issue #4331 : Fix
java.lang.IllegalStateExceptionerrors 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
useContentEncodingHeaderto HttpAppender to allow the user to choose between using the stroom bespokeCompressionand HTTP standardContent-Encodingheaders. -
When using zip compression with HttpAppender, make the .meta file also respect the various HTTP header pipeline element properties.