Releases: gchq/stroom
v7.5.3
v7.5.3
-
Issue #4611 : Fix problem of changes to the conditional formatting rules of a duplicated dashboard table affecting the original table. This only affected the enabled/hide properties of the formatting rule.
-
Issue #4612 : Fix stroomQL query not including all data points in the visualisation.
-
Issue #4617 : Add debug to try to diagnose issue.
v7.5.2
v7.6-beta.5
v7.6-beta.5
-
Fix error when creating a document as a user without
Administrator
orManager Users
. -
Issue #4588 : Fix the API allowing documents to be moved with only VIEW permission. The UI requires EDIT permission. The API is now in line with that.
-
Fix the
Copy As
menu item for ancestor folders that the user does not have VIEW permission on. For these cases, theCopy As
sub menu now only displays theCopy as name
entry. -
Change the explorer context menu to include the entries for
Dependencies
andDependants
if the user has at least VIEW permission. Previously required OWNER. -
Issue #4586 : Fix error when changing filter on Document Permissions Report.
-
Make account creation also create a stroom user. Make an update to an account also update the stroom user if the full name has changed.
-
Fix bug in DB migration
V07_06_00_100__annotation_pre_migration_checks
. -
If you are upgrading from a previous v7.6 beta release you will need to run the following SQL.
update analytics_schema_history set checksum = '-86554219' where version = '07.06.00.405';
andupdate processor_schema_history set checksum = '-175036745' where version = '07.06.00.305';
.
v7.7-beta.4
v7.7-beta.4
- Issue #4601 : Add null handling and better error logging to Excel download.
v7.7-beta.3
v7.7-beta.3
v7.7-beta.2
v7.7-beta.2
-
Change the permission filtering to use a LinkedHashSet for children of and descendants of terms.
-
Fix error when creating a document as a user without
Administrator
orManager Users
. -
Issue #4588 : Fix the API allowing documents to be moved with only VIEW permission. The UI requires EDIT permission. The API is now in line with that.
-
Fix the
Copy As
menu item for ancestor folders that the user does not have VIEW permission on. For these cases, theCopy As
sub menu now only displays theCopy as name
entry. -
Change the explorer context menu to include the entries for
Dependencies
andDependants
if the user has at least VIEW permission. Previously required OWNER. -
Issue #4586 : Fix error when changing filter on Document Permissions Report.
v7.7-beta.1
v7.7-beta.1
-
Issue #4523 : Embed queries in dashboards.
-
Issue #4504 : Add column value filters.
-
Issue #4546 : Remove redundant dashboard tab options.
-
Issue #4547 : Add selection handlers to dashboard tables to quick filter based on component selection.
-
Issue #4071 : Add preset theme compatible styles for conditional formatting.
-
Issue #4157 : Fix copy of conditional formatting rules.
v7.6-beta.4
v7.6-beta.4
-
Issue #4550 : Fix datasource already in use issue.
-
Uplift docker image JDK to
eclipse-temurin:21.0.5_11-jdk-alpine
. -
Issue #4580 : Auto add a permission user when an account is created.
-
Issue #4582 : Show all users by default and not just ones with explicit permissions.
-
Issue #4562 : Use Zip64 compatibility mode.
-
Issue #4564 : Use expression as column name.
-
Issue #4558 : Fix query pause behaviour.
-
Issue #4549 : Fix conditional formatting fall through behaviour.
-
In the Pipeline Properties pane, add copy/goto hover icons to any properties that are Documents. Add copy/goto hover links to the Pipeline, Feed and Inherited From columns in the Pipeline References pane.
-
Issue #4560 : Don't sort the list of Pipeline References (reference loaders). Instead display them in the order they will get used in the lookup.
-
Issue #4570 : Fix error when clearing then filtering in a doc ref picker.
v7.5.1
v7.5.1
-
Issue #4562 : Use Zip64 compatibility mode.
-
Issue #4564 : Use expression as column name.
-
Issue #4558 : Fix query pause behaviour.
-
Issue #4549 : Fix conditional formatting fall through behaviour.
-
In the Pipeline Properties pane, add copy/goto hover icons to any properties that are Documents. Add copy/goto hover links to the Pipeline, Feed and Inherited From columns in the Pipeline References pane.
-
Issue #4560 : Don't sort the list of Pipeline References (reference loaders). Instead display them in the order they will get used in the lookup.
-
Issue #4570 : Fix error when clearing then filtering in a doc ref picker.
v7.6-beta.3
v7.6-beta.3
-
Issue #4501 : Fix Query editor syntax highlighting.
-
Add query help and editor completions for Dictionary Docs for use with
in dictionary
. -
Issue #4487 : Fix nasty error when running a stats query with no columns.
-
Issue #4498 : Make the explorer tree Expand/Collapse All buttons respect the current Quick Filter input text.
-
Issue #4518 : Change the Stream Upload dialog to default the stream type to that of the feed.
-
Issue #4470 : On import of Feed or Index docs, replace unknown volume groups with the respective configured default volume group (or null if not configured).
-
Issue #4460 : Change the way we display functions with lots of arguments in query help and code completion popup.
-
Issue #4526 : Change Dictionary to not de-duplicate words as this is breaking JSON when used for holding SSL config in JSON form.
-
Issue #4528 : Make the Reindex Content job respond to stroom shutdown.
-
Issue #4532 : Fix Run Job Now so that it works when the job or jobNode is disabled.
-
Issue #4444 : Change the
hash()
expression function to allow thealgorithm
andsalt
arguments to be the result of functions, e.g.hash(${field1}, concat('SHA-', ${algoLen}), ${salt})
. -
Issue #4534 : Fix NPE in include/exclude filter.
-
Issue #4527 : Change the non-regex search syntax of Find in Content to not use Lucene field based syntax so that
:
works correctly. Also change the regex search to use Lucene and improve the styling of the screen. -
Issue #4536 : Fix NPE.
-
Issue #4539 : Improve search query logging.
-
Improve the process of (re-)indexing content. It is now triggered by a user doing a content search. Users will get an error message if the index is still being initialised. The
stroom.contentIndex.enabled
property has been removed. -
Issue #4513 : Add primary key to
doc_permission_backup_V07_05_00_005
table for MySQL Cluster support. -
Issue #4514 : Fix HTTP 307 with calling
/api/authproxy/v1/noauth/fetchClientCredsToken
.