Skip to content

Releases: hotosm/osm-fieldwork

v0.7.1

11 Apr 18:34
Compare
Choose a tag to compare
  • basemapper.py is broken in this release
  • Update entity registration form to include status field.
  • Remove usage of requests from validate.py (to eventually refactor out requests usage).

Full Changelog: 0.7.0...0.7.1

0.7.0

03 Apr 14:05
Compare
Choose a tag to compare

What's Changed

  • Fix bug with OdkCentral.py calling get_cpu_cores on init. Reduce request time significantly.
  • Add OdkCentralAsync.py for async entities workflow by @spwoodcock in #253

Full Changelog: 0.6.1...0.7.0

v0.6.1

25 Mar 05:51
Compare
Choose a tag to compare

What's Changed

  • Began documenting work on Entities-based FMTM work by @ivangayton in #239
  • Add generic entity registration form.

Full Changelog: 0.6.0...0.6.1

v0.6.0

24 Mar 14:18
Compare
Choose a tag to compare

What's Changed

Added OdkCentral.OdkEntity class for using ODK Entities

Full Changelog: 0.5.4...0.6.0

v0.5.4

19 Mar 10:38
Compare
Choose a tag to compare

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

Full Changelog: 0.5.3...0.5.4

v0.5.3

05 Mar 16:42
Compare
Choose a tag to compare
  • 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.

Full Changelog: 0.5.2...0.5.3

v0.5.2

04 Mar 16:37
Compare
Choose a tag to compare
  • 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

29 Feb 12:02
Compare
Choose a tag to compare

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

28 Feb 08:29
Compare
Choose a tag to compare

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

26 Feb 23:29
Compare
Choose a tag to compare
  • 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