Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Releases: eHealthAfrica/aether

v2.0.3

03 Nov 15:22
28e5526
Compare
Choose a tag to compare
  • fix[kernel]: enable server side cursors and stream large result sets from postgres for admin/~extract
  • feat[kernel]: allow submissions from webhooks with query parameter mappingset={ms_id} instead of as body
  • fix[kernel]: limit the size of bulk submissions
  • fix[kernel]: optimize submissions SQL calls to prefetch attachment information
  • fix[kernel]: optimize entities SQL calls to prefetch submission information
  • chore: update deps

v2.0.2

23 Oct 15:29
d307492
Compare
Choose a tag to compare
  • fix: [exm] new versions of gather forms should be extracted normally

v2.0.1

22 Oct 13:59
fe9d28d
Compare
Choose a tag to compare
  • fix [EXM]: don't discard AETHER_EXTRACTION_ERRORS block
  • chore: add consistent /health endpoints to producer.

v2.0.0

19 Oct 14:36
6bc04f3
Compare
Choose a tag to compare

Feature:

  • Entity extraction module 🎉

v1.7.11

24 Sep 12:10
98f9b53
Compare
Choose a tag to compare
  • feat: (producer) thread level healthchecks (#886)
  • fix: internal connection pool with SQLAlchemy (#892)

v1.7.10

21 Aug 10:40
60f111e
Compare
Choose a tag to compare
  • feat (producer): deep healthchecks on workers
  • fix (producer): single entities weren't triggering updates via KernelAPI

v1.7.9

18 Aug 11:09
b8f8abd
Compare
Choose a tag to compare
  • feat: add deep healthchecks on threads
  • fix: failover for old modified timestamp in prod

v1.7.8

14 Aug 15:03
Compare
Choose a tag to compare
  • feat(producer): add kernel check endpoint (#883)
  • fix(producer): return better error messages (#884)

v1.7.7

10 Aug 16:03
6150e8c
Compare
Choose a tag to compare
  • fix(extractor): generate unique ids per mapping (#879)

v1.7.6

08 Jul 10:27
72b110d
Compare
Choose a tag to compare
  • fix: missed merge on 1.7.5 means intended features not deployed. Re-releasing for clarity.