Skip to content

v7.9-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 17:52
· 202 commits to master since this release

v7.9-beta.3

  • Issue #4733 : Fix report shutdown error.

  • Issue #4700 : Add props forwardFileDestinations.subPathTemplate, forwardFileDestinations.templatingMode and forwardHttpDestinations.errorSubPathTemplate to allow templating of the file destination paths. Change the default retries to infinite. Make the following Stroom status codes go straight to the HTTP forwarder error destination: FEED_IS_NOT_DEFINED(101), FEED_IS_NOT_SET_TO_RECEIVE_DATA(110), UNEXPECTED_DATA_TYPE(120). Make the data directory more permissive to invalid files/directories that it finds. Remove the retry config prop maxRetries and replace it with maxRetryAge and retryDelayGrowthFactor to allow for a retry delay that grows with each retry. Change the file forwarder to support queueing/retry for remote file systems. Move the queue/retry config into the queue branch of the destination config. Fix issue of missing .entries files when rebooting proxy. Change the thread branch of the config, previous properties moved into queue, new properties added to control aggregation.

  • Issue #4821 : Fix wildcard replacement.

  • Issue #4823 : Fix default StreamId, EventId query columns.

  • Issue #2334 : Fix split depth for stepping to match the split filter.

  • Issue #4812 : Fix data download issue.

  • Issue #4815 : Add new currentUser() related functions currentUserUuid(), currentUserSubjectId(), currentUserDisplayName() and currentUserFullName(), so the annotation function can be passed a user UUID to set initial assignment.

  • Issue #4787 : Make text panes use special __stream_id__ and __event_id__ columns by default.

  • Issue #4768 : Fix import file path issue.

  • Issue #4767 : Improve null equality treatment in expressions.

  • Issue #4781 : Fix NPE.

  • Issue #4784 : Fix DynamicIndexingFilter values.

  • Issue #4796 : Fix the accidental deletion of rule dup stores by scheduled reports.

  • Issue #4758 : Change the way the duplicate check store works so that it can cope with values larger than 511 bytes.

  • Issue #4788 : Deep copy selection handlers when duplicating dashboard tables.

  • Issue #4791 : Fix numeric comparator in having clause.

  • Issue #4795 : Add missing properties to HTTPAppender.

  • Issue #4808 : Fix issue of proxy forwarding gzipped data inside a proxy zip when client uses header Compression: gzip, i.e. lower case value.