Releases: gchq/stroom
v7.9-beta.3-annotations2
v7.9-beta.3-annotations2
- Annotations 2.0.
v7.9-beta.3
v7.9-beta.3
-
Issue #4733 : Fix report shutdown error.
-
Issue #4700 : Add props
forwardFileDestinations.subPathTemplate
,forwardFileDestinations.templatingMode
andforwardHttpDestinations.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 thedata
directory more permissive to invalid files/directories that it finds. Remove the retry config propmaxRetries
and replace it withmaxRetryAge
andretryDelayGrowthFactor
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 thequeue
branch of the destination config. Fix issue of missing.entries
files when rebooting proxy. Change thethread
branch of the config, previous properties moved intoqueue
, 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 functionscurrentUserUuid()
,currentUserSubjectId()
,currentUserDisplayName()
andcurrentUserFullName()
, 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.
v7.8-beta.17
v7.8-beta.17
-
Issue #4700 : Add props
forwardFileDestinations.subPathTemplate
,forwardFileDestinations.templatingMode
andforwardHttpDestinations.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 thedata
directory more permissive to invalid files/directories that it finds. Remove the retry config propmaxRetries
and replace it withmaxRetryAge
andretryDelayGrowthFactor
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 thequeue
branch of the destination config. Fix issue of missing.entries
files when rebooting proxy. Change thethread
branch of the config, previous properties moved intoqueue
, new properties added to control aggregation. -
Issue #4821 : Fix wildcard replacement.
-
Issue #4823 : Fix default StreamId, EventId query columns.
v7.8-beta.16
v7.8-beta.16
-
Issue #2334 : Fix split depth for stepping to match the split filter.
-
Issue #4812 : Fix data download issue.
-
Issue #4815 : Add new
currentUser()
related functionscurrentUserUuid()
,currentUserSubjectId()
,currentUserDisplayName()
andcurrentUserFullName()
, 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.
v7.8-beta.15
v7.8-beta.15
-
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.
v7.9-beta.2
v7.9-beta.2
-
Issue #4778 : Improve menu text rendering.
-
Issue #4781 : Fix NPE.
-
Issue #4784 : Fix DynamicIndexingFilter values.
-
Issue #4552 : Update dynamic index fields via the UI.
-
Issue #3921 : Make QuickFilterPredicateFactory produce an expression tree.
-
Issue #3820 : Add OR conditions to quick filter.
-
Issue #3551 : Fix character escape in quick filter.
-
Issue #4553 : Fix word boundary matching.
-
Issue #4776 : Fix column value
>
,>=
,<
,<=
, filtering.
v7.9-beta.1
v7.8-beta.14
v7.8-beta.14
-
Issue #4755 : Fix missing values from pipeline structure editor.
-
Issue #4762 : Fix annotation NPE caused by null
AssignedTo
. -
Issue #4762 : Fix annotations.
-
Issue #4754 : Fix server tasks display user related NPE.
-
Issue #4759 : Fix
Updating IDP user info...
appearing repeatedly in the logs. -
Issue #4755 : Fix missing values from pipeline structure editor.
-
Add debug to LmdbDb to log bytebuffer info.