Skip to content

v7.1-beta.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 13:44
· 7865 commits to master since this release
  • Issue #2834 : Fix countGroups search table expression.

  • Issue #2961 : Fix sorting on selector and countGroups columns.

  • Issue #2938 : Fix StreamId error when querying annotations data source.

  • Issue #2944 : Truncate error messages for processor_filter_tracker status to fit DB.

  • Issue #2935 : Remove query UUID in query download.

  • Issue #2945 : Fix deadlock updating processor task by updating individually.

  • Issue #2946 : Add property statisticFlushBatchSize.

  • Issue #2946 : Change SQL Statistics flush to use single large prepared statements for more efficient inserts to SQL_STAT_VAL_SRC.

  • Issue #2954 : Stop logging SQL exceptions as errors in JooqUtil.

  • Issue #2948 : Processing tasks will complete normally when data deleted.

  • Issue #2946 : Add statistics properties inMemAggregatorPoolSize, inMemPooledAggregatorSizeThreshold, inMemPooledAggregatorAgeThreshold and inMemFinalAggregatorSizeThreshold.

  • Issue #2931 : Set cluster state update frequency to 1m.

  • Issue #2933 : Change structure of config object for http-call function to allow setting various HTTP client configuration properties, including HTTP protocol version.

  • Issue #2902 : Release queued tasks if no longer master and from dead nodes.

  • Issue #2925 : Remove order by from Attribute Value Data Retention job to try to speed it up. Also improve logging for the job.

  • Issue #2924 : Fix feed name resolution from UUID in stream appenders.

  • Issue #2870 : Fix delete of old processor filters and trackers.

  • Issue #2912 : Prevent users from renaming feeds as this breaks the link with the files stored on the file system.

  • Issue #2903 : Fix pipeline structure inheritance to hide dead inherited links.

  • Issue #2906 : Fix rolling appenders failing due to "no logged in user".

  • Issue #2916 : Change LMDB thread interrupted messages from ERROR to DEBUG.

  • Issue #2914 : Propagate useAsRead to sub tasks.

  • Issue #2877 : Handle missing index when performing shard retention.

  • Issue #2896 : Improve application instance error handling.

  • Issue #2900 : Move stream type to file extension mappings into config (stroom.data.filesystemVolume.metaTypeExtensions) to allow use of legacy file extensions.

  • Issue #2906 : Fix RollingStreamAppender failing to roll on timed basis.

  • Issue #2904 : Fix NPE when setting the feed to null on the StreamAppender.

  • Issue #2901 : Change stream type drop downs on feed setting and stream upload to included all stream types.

  • Change start.sh in stroom docker image to accept multiple arguments to support command utilities.

  • Issue #2872 : Fix permission exception thrown when removing search store from cache.

  • Issue #2889 : Change pipeline entity deletion to also logically delete the processor, processor filters and any unprocessed tasks.

  • Change the shard system info provider to only query the shard if the node has ownership.

  • Issue #2879 : Prevent shards closing during read.

  • Issue #2879 : Prevent interrupts during index shard use.

  • Issue #2888 : Fix error when paging and then filtering on the dependencies screen.

  • Add system info provider for index shards.

  • Issue #2883 : Fix issue of search errors not being shown in the UI.

  • Issue #2879 : Prevent interrupting threads that may be reading search index shards.

  • Issue #2874 : Add debug logging for shard writing/reading.

  • Issue #2881 : Fix broken CLI commands, e.g. reset_password.

  • No changes, failed build.

  • Issue #2855 : Add propety stroom.index.writer.slowIndexWriteWarningThreshold to configure the threshold for warning about slow index shard writes.

  • Issue #2856 : Strip [ and ] from IPv6 addresses in the logged events to ensure schema compliance.

  • Issue #2857 : Add /stroomAdmin/filteredhealthcheck and /proxyAdmin/filteredhealthcheck servlets to allow filtering of the health checks that are run.

  • Issue #2863 : Fix UI hanging when data viewer navigation buttons are clicked repeatedly and very quickly.

  • Issue #2839 : Fix invalid event XML generated when adding user perms to an entity with no perms (i.e. System entity).

  • Issue #2843 : Fix NPE when logging in to a user with no password.

  • Increase column width for Sign in Failures column on Manage Accounts screen so the sort icon is visible.

  • Issue #2840 : Fix various issues with sorting on Manage Accounts screen.

  • Issue #2841 : Fix issues with sorting/filtering on API Keys screen.

  • Increase User Id column width on API Keys screen.

  • Issue #2847 : Fix download of dashboard query and results.

  • Issue #2838 : Change web socket code to avoid errors for expected cases.

  • Issue #2851 : Add configuration property stroom.statistics.sql.slowQueryWarningThreshold to configure slow statistics sql query warning threshold.

  • Issue #2827 : Fix Format feature in editor when comment contains unmatched double quote.

  • Issue #2830 : Change logging of document permission changes to log a single event containing the full before/after state of the doc's perms.

  • Issue #2830 : Ensure the creation of a stroom user record is only logged once.

  • Issue #2830 : When cascading document permissions, only log the change for the top level but mark it with the cascade setting.

  • Issue #2816 : Fix missing navigation controls when viewing a multi part stream where a middle part is binary and the rest are text.

  • Add missing Singlton annotation to ProxyConfigProvider.