Releases: onaio/duva
Releases · onaio/duva
v0.2.0
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)
Bug fixes and improvements 🐛
- Ensure stored refresh token is active on authentication. PR #40
v0.0.8 (2022-03-02)
Bug fixes and improvements 🐛
- Validate configurations before creation / modification. PR #32
v0.0.7 (2022-01-20)
Bug fixes and improvements 🐛
- Add additional export configurations:
binary_select_multiples
andshow_choice_labels
options. PR #27
v0.0.6 (2021-10-25)
v0.0.5 (2021-07-05)
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)
Bug fixes and improvements 🐛
- Ensure that deletions work as expected with S3. PR #15
v0.0.3 (2021-05-12)
Bug fixes and improvements 🐛
- Fix issue raised when queuing new jobs. PR #13
v0.0.2 (2021-04-25)
Bug fixes and improvements 🐛
- Add sync lock mechanism and custom scheduler. PR #7
v0.0.1 (2021-04-23)
Initial commit 🎊