Skip to main content

Changelog for the odk adaptor

@openfn/language-odk

3.0.15

Patch Changes

  • 99e4b48: - Better handling of HTML content in http requests
    • When logging HTTP requests, include query parameters
  • Updated dependencies [99e4b48]
  • Updated dependencies [13bf08f]

3.0.14 - 16 April 2025

Patch Changes

3.0.13 - 11 April 2025

Patch Changes

3.0.12 - 14 March 2025

Patch Changes

3.0.11 - 16 January 2025

Patch Changes

  • Updated dependencies [b3d7f59]
  • Updated dependencies [2d709ff]
  • Updated dependencies [41e8cc3]

3.0.10 - 16 January 2025

Patch Changes

3.0.9 - 09 January 2025

Patch Changes

3.0.8 - 04 January 2025

Patch Changes

  • 6c9affd: Fix typo in error message

3.0.7 - 28 October 2024

Patch Changes

3.0.6 - 18 October 2024

Patch Changes

3.0.5 - 15 October 2024

Patch Changes

3.0.4 - 24 September 2024

Patch Changes

3.0.3 - 16 August 2024

Patch Changes

3.0.2 - 01 August 2024

Patch Changes

  • f51c5d0: Enforce that absolute urls must not be passed to HTTP functions
  • Updated dependencies [4fe527c]

3.0.1 - 25 July 2024

Patch Changes

3.0.0 - 02 July 2024

Major Changes

  • 0b81f06: - getSubmissions() now returns submission data (not metadata)
    • getSubmissions() arguments can be references (functions)
    • getSubmissions() supports query parameters
    • HTTP helper APIs have been slightly streamlined and fixed
    • Documentation overhaul
    • All callback functions have been removed (use an fn() block instead)

2.0.0 - 25 June 2024

Major Changes

  • 9234f83: - configuration-schema: rename username to email
    • Improve logging when authentication fails
    • Improve error reporting when requests fail

1.1.1 - 19 June 2024

Patch Changes

1.1.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

1.0.1 - 11 June 2024

Patch Changes

1.0.0 - 06 June 2024

Initial release for odk adaptor with get, post, getForms and getSubmissions