Skip to content

v7.4-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Apr 08:42
· 4285 commits to master since this release

v7.4-beta.3

  • Fix tag filter in Edit Tags dialog not being in-sync with filter input.

  • Issue #4221 : Remove id column from index_field and 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() and lastIndexOf() return -1 when not found.

  • Issue #4205 : Add contains() function.

  • Issue #4209 : Support and() function in eval.

  • Issue #4212 : Fix shards stuck in opening state.