v7.2-beta.23
Pre-release
Pre-release
·
6181 commits
to master
since this release
-
Issue #2197 : Add markdown documentation editor.
-
Issue #3495 : Stop task termination on shutdown from disabling rules.
-
Make SQL migration script V07_02_00_001__analytics.sql idempotent. If you are migrating from a previous 7.2 BETA, you will need to delete the schema history entry for this script else stroom will not boot, probably this but check your own table
delete from analytics_schema_history where installed_rank = 2;. No material change to the table structure. -
Issue #3496 : Fix wrapping.
-
Issue #3497 : Fix dialog heading wrapping.
-
Issue #3499 : Fix rule shard query.