Skip to content

Releases: gchq/stroom

v7.7-beta.6

16 Dec 22:27
Compare
Choose a tag to compare
v7.7-beta.6 Pre-release
Pre-release

v7.7-beta.6

  • Issue #4632 : Fix conditional formatting styles.

  • Issue #4634 : Make icons on highlighted rows white.

  • Issue #4605 : Allow embedded queried to be re-run independently.

  • Issue #4631 : Fix simple expression wildcards.

  • Issue #4641 : Reset selections when dashboard table data changes.

  • Issue #4642 : Show current dashboard selections to help create selection filters.

  • Issue #4637 : Fix StroomQL filter in dictionary.

  • Issue #4645 : Add feature to disable notifications.

  • Issue #4594 : Various changes to the permissions screens. Added a new User screen to show all a user's permissions, api keys, and dependencies. Added links between the various permission and user screens. Improved the tables of some of the permissions screens.

  • Fix java.lang.NoClassDeffoundError: jakarta/el/ELManager error when booting proxy.

  • Fix error when creating a document as a user without Administrator or Manager 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, the Copy As sub menu now only displays the Copy as name entry.

  • Change the explorer context menu to include the entries for Dependencies and Dependants 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'; and update processor_schema_history set checksum = '-175036745' where version = '07.06.00.305';.

v7.6-beta.7

16 Dec 22:22
Compare
Choose a tag to compare
v7.6-beta.7 Pre-release
Pre-release

v7.6-beta.7

  • Issue #4594 : Various changes to the permissions screens. Added a new User screen to show all a user's permissions, api keys, and dependencies. Added links between the various permission and user screens. Improved the tables of some of the permissions screens.

v7.5.4

05 Dec 13:33
Compare
Choose a tag to compare

v7.5.4

  • Issue #4627 : Fix StroomQL function character escaping.

v7.7-beta.5

05 Dec 20:20
Compare
Choose a tag to compare
v7.7-beta.5 Pre-release
Pre-release

v7.7-beta.5

  • Fix java.lang.NoClassDeffoundError: jakarta/el/ELManager error when booting proxy.

  • Issue #4596 : Add case-sensitive value filter conditions.

  • Issue #4596 : Drive visualisations using table quick filters and selection handlers.

  • Issue #4596 : Merge include/exclude and column value filter dialogs.

  • Issue #4596 : Change conditional formatting to allow custom light and dark colours.

  • Issue #4596 : Turn off conditional formatting with user preferences.

  • Issue #4627 : Fix StroomQL function character escaping.

  • 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.

  • Issue #4606 : Fix dashboard text pane that is set to Show as HTML not showing a vertical scrollbar.

v7.0.37

28 Nov 10:34
Compare
Choose a tag to compare

v7.0.37

  • Issue #4622 : Improve proxy logging and error handling.

v7.6-beta.6

25 Nov 13:19
Compare
Choose a tag to compare
v7.6-beta.6 Pre-release
Pre-release

v7.6-beta.6

  • Fix java.lang.NoClassDeffoundError: jakarta/el/ELManager error when booting proxy.

v7.5.3

22 Nov 18:28
Compare
Choose a tag to compare

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

19 Nov 13:30
Compare
Choose a tag to compare

v7.5.2

  • Issue #4606 : Fix dashboard text pane that is set to Show as HTML not showing a vertical scrollbar.

v7.6-beta.5

15 Nov 18:33
Compare
Choose a tag to compare
v7.6-beta.5 Pre-release
Pre-release

v7.6-beta.5

  • Fix error when creating a document as a user without Administrator or Manager 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, the Copy As sub menu now only displays the Copy as name entry.

  • Change the explorer context menu to include the entries for Dependencies and Dependants 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'; and update processor_schema_history set checksum = '-175036745' where version = '07.06.00.305';.

v7.7-beta.4

11 Nov 16:37
Compare
Choose a tag to compare
v7.7-beta.4 Pre-release
Pre-release

v7.7-beta.4

  • Issue #4601 : Add null handling and better error logging to Excel download.