Skip to content

v7.0.21

Choose a tag to compare

@github-actions github-actions released this 12 Feb 01:53
· 8273 commits to master since this release
  • Issue #3204 : More changes to improve task creation performance.

  • Issue #3204 : Split UNPROCESSED(1) task state into CREATED(0) and QUEUED(1) to improve task creation performance and management.

  • Issue #3204 : Change processor_filter_tracker to have a status enum and an optional message.

  • Issue #3225 : Improve performance of the database query used to find logically deleted streams for the Data Delete job. Add the index meta_status_status_time_idx on table meta. Add a summary log for the job.

  • Issue #3231 : Change severity from ERROR to WARN when a reference lookup is performed with no reference loaders configured.