Skip to content

v2.2.0

Compare
Choose a tag to compare
@as2388 as2388 released this 29 Sep 13:29
· 258 commits to main since this release
7c3ff4d

Rapid Pro -> Engagement DB:

  • Fixes this stage crashing due to its cache not resetting correctly when the configuration has changed (#238).
  • Add an optional time-range filter to each flow result configuration. Results created outside this range will not be added to the engagement database (#239).

Coda Sync:

  • Fixes the error message given when the Coda configuration doesn't contain an entry with a ws_code_match_value found in the labelled data (#230).

Engagement DB -> Rapid Pro Sync:

  • Asserts that each label is for a code scheme in the project when syncing consent withdrawn. This fixes AttributeError: "NoneType' object has no attribute 'get_code_with_code_id' (#217).
  • Fixes this stage crashing due to a typo in the uuid_prefix check (#236).
  • Fixes contact field creation not respecting the dry-run flag (#237).

Engagement DB -> Analysis:

  • Fixes the exported traced data not being deserializable (#235), and adds a check to the export function that prevents this issue from reoccurring in future (#241).
  • Documents the configuration for this stage (#232).