Skip to content

v7.11-beta.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Oct 22:04
· 1399 commits to master since this release

v7.11-beta.7

  • Issue #656 : Allow table filters to use dictionaries.

  • Issue #672 : Dashboards will only auto refresh when selected.

  • Issue #5149 : Fix context menus not appearing on dashboard tables.

  • Issue #2029 : Add OS memory stats to the node status stats.

  • Uplift dependency java-jwt 4.4.0 => 4.5.0.

  • Uplift org.apache.commons:commons-csv from 1.10.0 to 1.14.1.

  • Uplift dependency org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1.

  • Issue #3799 : Search for tags in Find In Content.

  • Issue #3335 : Preserve escape chars not preceding delimiters.

  • Bumps jooq from 3.20.5 to 3.20.8.

  • Bumps com.mysql:mysql-connector-j from 9.2.0 to 9.4.0.

  • Bumps flyway from 11.9.1 to 11.14.0.

  • Issue #1429 : Protect against large file ingests.

  • Add a proxy zip file ingest mechanism to proxy. Add property branch proxyConfig.dirScanner to the config.

  • Issue #5175 : Fix zip handling.

  • Fix config validation not being run on config branches that are items in a list, e.g. forwardHttpDestinations.

  • Remove NotNull validation condition on forwardHttpDestinations[n].apiKey as proxy may use OAuth tokens to authenticate with the downstream destination.

  • Issue #5175 : Add warning messages to stroom and proxy /datafeed to warn if a zip is received that contains paths that would unzip outside of a target directory. Only a warning as the paths in a zip sent to /datafeed are not used by stroom/proxy.

  • Uplift all the content packs that are included in the docker and zip distributions.

  • Issue #5191 : Fix UI NPE.

  • Issue #5189 : Change how the proxy directory queues are initialised. Now on initialisation, the min/max ids take into account incomplete paths, so if the largest path is 1/900 then the max id will be taken to be 900999. When proxy is getting the next item off the queue it will delete any incomplete paths it finds en-route to the next valid item.

  • Issue #5126 : Fix Plan B condense.

  • Issue #5200 : Fix problem of duplicate check store failing to open due to its directory being deleted.

  • Issue #5201 : Clear out the duplicate check store if the column names are changed. Add a confirm dialog to the Analytic Rule doc save action, to get the user to confirm that all dup check data will be deleted when there is a change to the derived/explicit dup check columns.

  • Issue #5198 : Increase the maximum limit for top() to 10,000.

  • Issue #5117 : Send Plan B data to all enabled target nodes regardless of active status.

  • Issue #5146 : Fix use of not equals in annotation queries.

  • Issue #5145 : Expand all now affects favourites.

  • Issue #5109 : Fix pipeline migration.

  • Issue #5147 : Fix proxy omitting allowed headers (e.g. 'Feed') if the case does not match that in the allowed set.

  • Issue #5148 : Allow annotation users to edit labels.