v7.1-beta.16
Pre-release-
Issue #3031 : Add connectors to poll from AWS SQS.
-
Issue #3066 : Make all responses set the HTTP header
Strict-Transport-Securityto force all HTTP traffic on the domain onto HTTPS. Also add propertystroom.security.webContent.strictTransportSecurityto configure the header value. -
Issue #3074 : Fix data retention summary and purge job when condition includes a pipeline. Fix data viewer screen to allow filtering by pipeline. Fix filtering using the
in foldercondition. Add<,<=,>,>=,betweenconditions to ID fields, e.g. stream ID. WARNING: the expression fieldPipelinehas had the following conditions removed;in,in dictionary,=,containsand the fieldPipeline Namehas been added with the following conditions;in,in dictionary,=. This may impact processor filters or retention rules that use thePipelinefield. See the SQL at #3074 to find any processor filters using this field with a now un-supported condition. Change the Reference Data searchable data source to supportin,in dictionaryand wild carding. -
Fix bug in quick filter when user enters two identical tokens into a quick filter, e.g.
bob bob. -
Issue #3111 : Trim leading/trailing white space from term values in the expression tree builder. Users can keep leading/trailing white space if they double quote the value, e.g.
" some text ". If the value needs to include a double quote then it can be escaped with a\like thisI said \"hello\". -
Improve description for
useJvmSslConfigproperty onHttpAppender. -
Issue #3091 : Add feature to optionally maintain import names and paths.
-
Issue #3101 : Add sensible defaults to processor filter import.
-
Issue #2491 : Add feature to allow a specific folder to be used as an import root folder destination.
-
Issue #3038 : Fix number 2 for intermittent websocket alert.
-
Issue #3097 : Fix Kryo output buffer size = -1 when writing to streams.
-
Issue #3073 : Add string truncation and value length protection for search result fields.
-
Issue #3038 : Fix intermittent websocket alert.
-
Issue #3087 : Stop URI generation adding port 443 unnecessarily.
-
Issue #3090 : Fix import of documents from 5.5 that contain data.
-
Issue #3084 : Add the config property
stroom.data.meta.rawMetaTypesto allow custom stream types (as defined instroom.data.meta.metaTypes) to be categorised as raw types. Also addData Encodingto the Info tab on the Data screen to show the Data Encoding value set on the feed's settings. -
Issue #3069 : Fix import of a Feed's Stream Type when the export was made in Stroom v5. Add validation to fail the import if the stream type in the export is not in
stroom.data.meta.metaTypes. Fix word wrapping on the import error messages tooltip. -
Remove duplicate guice binds.
-
Issue #3078 : Uplift apache commons-text to v1.10.0 to address vulnerability CVE-2922-42889.
-
Fix typo in description for property
stroom.ui.applicationInstanceKeepAliveIntervalMs. -
Issue #3038 : Improve error handling of web socket code to prevent alerts for expected error conditions.
-
Issue #3056 : Make
View As Hexeditor option available in the Source view (but not when stepping). Change hex dump to use uppercase hex values. -
Issue #3063 : Fix the conversion of bytes to values like
1.9Kto not always round down. -
Add trace logging to volume selectors.
-
Issue #3014 : Add
Index Shardssearchable datasource so you can search shards on a dashboard. -
Issue #3016 : Evict items from XSLT pool cache when an XSLT doc is changed. Also evict XSLTs that import/include the one that has changed.
-
Improve warning message for ref streams with the same effective date.
-
Issue #3027 : Replace processor_task index on status with one on status and create_time_ms.
-
Issue #3032 : Improve performance of Orphan Meta Finder job. Also add new
fs_orphaned_meta_trackertable to track progress. -
Remove
Eviction Weightfrom the cache stats table as it is meaningless when we do not set custom cache item weights. -
Issue #3034 : Change FS/Index volumes free/used to be based on limit if set. Implement volume selector for index volumes. Add a local volume map to cache index volumes/groups. Fix validation when creating/editing index volumes. Add creation/validation of index volume path to the index volume edit screen. Add validation of FS volumes. Make volumes with relative paths be relative to stroom.home. Change index volume list sort order to Node|Path and make Node the first column.
-
Issue #3043 : Fix SQL error when creating a batch search.
-
Change cluster lock mechanism to keep trying to get the lock rather than timing out after 30s. Now times out after 30mins.
-
Issue #3048 : Prevent copying of feeds in the explorer tree. Feeds already cannot be renamed so there is no value in allowing copy if the new copy cannot be renamed.
-
Issue #3052 : Change
Reference Data - Effective Stream Cacheto use a defaultexpireAfterWriteof10mrather thanexpireAfterAccess. -
Issue #3051 : Fix
refData/(purgeByAge|purgeByStream|clearBufferPool)API calls so they process all nodes concurrently. -
Issue #2992 : Change the cache clear button to clear the cache and rebuild it from current config values.
-
Add
Property Pathcolumn to the Caches screen. -
Issue #3055 : Change
Document Permission Cacheto be expireAfterWrite 30s. Add change handlers to invalidate entries inPipeline Structure Cachewhen any pipeline in the inheritance chain is changed. Remove unused cacheIndex Shard Searcher Cacheand associated jobIndex Searcher Cache Refresh. Add change handlers onUserentity toUser App Permissions Cache&User Cache. -
Issue #3057 : Change InvalidXmlCharFilterReader to filter out restricted control characters.