Skip to content

Releases: onaio/duva

v0.2.0

15 Jan 08:20
73d8bee
Compare
Choose a tag to compare

What's Changed

  • Update CI Badge by @DavisRayM in #42
  • feat(file): Redirect to download URL when .hyper extension is present by @ukanga in #44
  • feat(file): Add download_url to the file list by @ukanga in #45
  • fix: Ensure the api prefix url is included in the files url/download_url by @ukanga in #46
  • refactor(app/core): move FailedExternalRequest to remove a circular i… by @ukanga in #47
  • Secure urls by @ukanga in #48
  • User details by @ukanga in #49
  • Handle attribute error by @ukanga in #51
  • fix: handle the case when the DB record for the Hyperfile does not exist by @ukanga in #55
  • Handle hyperexceptions on csv to hyper by @ukanga in #56
  • chore: ensure MEDIA_ROOT DIR is created on rq worker startup by @ukanga in #58
  • Logger changes by @ukanga in #59
  • chore: reset meta_data on success import by @ukanga in #60
  • Overhaul structure and functionality by @DavisRayM in #43

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0 (2022-09-26)

26 Sep 07:30
de22391
Compare
Choose a tag to compare

Bug fixes and improvements 🐛

  • Ensure stored refresh token is active on authentication. PR #40

v0.0.8 (2022-03-02)

02 Mar 12:15
16dbd6c
Compare
Choose a tag to compare

Bug fixes and improvements 🐛

  • Validate configurations before creation / modification. PR #32

v0.0.7 (2022-01-20)

20 Jan 13:03
9082518
Compare
Choose a tag to compare

Bug fixes and improvements 🐛

  • Add additional export configurations: binary_select_multiples and show_choice_labels options. PR #27

v0.0.6 (2021-10-25)

25 Oct 06:41
3dc0f2c
Compare
Choose a tag to compare

Bug fixes and improvements 🐛

  • Add Health endpoint and export metrics using starlette_exporter. PR #23
  • Allow export settings to be configured via the API. PR #24

v0.0.5 (2021-07-05)

05 Jul 12:50
d24985a
Compare
Choose a tag to compare

Bug fixes and improvements 🐛

  • Include question labels as headers & values instead of using the column name & value. PR #20

v0.0.4 (2021-06-03)

03 Jun 11:27
89c7401
Compare
Choose a tag to compare

Bug fixes and improvements 🐛

  • Ensure that deletions work as expected with S3. PR #15

v0.0.3 (2021-05-12)

12 May 08:47
1e0d9c6
Compare
Choose a tag to compare

Bug fixes and improvements 🐛

  • Fix issue raised when queuing new jobs. PR #13

v0.0.2 (2021-04-25)

26 Apr 11:49
953be2e
Compare
Choose a tag to compare

Bug fixes and improvements 🐛

  • Add sync lock mechanism and custom scheduler. PR #7

v0.0.1 (2021-04-23)

23 Apr 12:16
b9ecb74
Compare
Choose a tag to compare

Initial commit 🎊