v7.4-beta.3
Pre-releasev7.4-beta.3
-
Fix tag filter in Edit Tags dialog not being in-sync with filter input.
-
Issue #4221 : Remove
idcolumn fromindex_fieldand change the primary key to be(fk_index_field_source_id, name). Add retry logic and existing field check when adding fields to mitigate against deadlocks. -
Issue #4218 : Fix index shard state transition.
-
Issue #4220 : Fix index shard creation.
-
Issue #4217 : Suppress expected shard write errors.
-
Issue #4215 : Fix NPE during context lookup with no context data loaded.
-
Issue #4214 : Fix index shard writer errors.
-
Issue #4203 : Fix event capture getting stuck on buttons.
-
Issue #4204 : Make
indexOf()andlastIndexOf()return-1when not found. -
Issue #4205 : Add
contains()function. -
Issue #4209 : Support
and()function ineval. -
Issue #4212 : Fix shards stuck in opening state.