Releases: hotosm/osm-fieldwork
Releases · hotosm/osm-fieldwork
v0.6.0
What's Changed
- use logger.basicConfig for modules by @owolabioromidayo in #244
- First implementation of ODK Central Entities by @spwoodcock in #245
Added OdkCentral.OdkEntity class for using ODK Entities
Full Changelog: 0.5.4...0.6.0
v0.5.4
What's Changed
- Function to update review state of submission by @Sujanadh in #236
- Updated the error message for invalid odk-credentials by @Sujanadh in #241
New Contributors
- @owolabioromidayo made their first contribution in #231
Full Changelog: 0.5.3...0.5.4
v0.5.3
- Fix passing bbox via basemapper CLI.
- Fix cases where the form name with
.strip()
causes too many chars to be removed in upload media filenames.- In validateMedia the
.strip()
was replaced with removing a specific number of characters from the XForm media field.
- In validateMedia the
Full Changelog: 0.5.2...0.5.3
v0.5.2
- Bugfix for OdkForm.uploadMedia, incorrectly populated with dummy data, instead of actual upload media.
Full Changelog: 0.5.1...0.5.2
v0.5.1
What's Changed
- Rename form_fields --> formFields and handle all http errors by @spwoodcock in #230
NOTE: OdkForm.uploadMedia is not working in this release.
Full Changelog: 0.5.0...0.5.1
v0.5.0
What's Changed
- Allow passing BytesIO objects for OdkForm config & uploadMedia by @spwoodcock in #229
- Fixed header usage in OdkCentral.py (merged for all requests).
- Fix upload media naming for uploadMedia (must be present in XForm, else fails silently).
- Correctly set draft & published state on OdkForm.
Full Changelog: 0.4.4...0.5.0
0.4.4
- Update logic for OdkCentral.py to not index xform filename for xformId in URLs, i.e. pass the full xformId to the functions unambiguously.
Full Changelog: 0.4.3...0.4.4
v0.4.3
What's Changed
- Error handling in downloadThread by @Sujanadh in #227
- More flexible parsing of xform name in
OdkForm.uploadMedia
.
Full Changelog: 0.4.2...0.4.3
v0.4.3 Release Candidate 0
- Fix error handling in ODK Central submission downloadThread contributed by @Sujanadh
v0.4.2
What's Changed
- Fix return types for OdkCentral submission methods by @spwoodcock in #223
- Remove HTTPBasicAuth, update QRCode generation by @spwoodcock in #225
Full Changelog: 0.4.1...0.4.2