Skip to main content

Changelog for the commcare adaptor

@openfn/language-commcare

3.2.12 - 16 April 2025

Patch Changes

3.2.11 - 11 April 2025

Patch Changes

3.2.10 - 14 March 2025

Patch Changes

3.2.9 - 16 January 2025

Patch Changes

  • 3b166c9: Update commcare request docs to read query parameters instead of options, and fix the empty body response received when specific requests are made.

3.2.8 - 16 January 2025

Patch Changes

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

3.2.7 - 16 January 2025

Patch Changes

3.2.6 - 09 January 2025

Patch Changes

3.2.5 - 04 November 2024

Patch Changes

  • 2fc7d82: Update example docs and configuration

3.2.4 - 28 October 2024

Patch Changes

3.2.3 - 18 October 2024

Patch Changes

3.2.2 - 15 October 2024

Patch Changes

3.2.1 - 03 October 2024

Patch Changes

  • 8d85bb4: Implement resolved body and resolved params in bulk

3.2.0 - 02 October 2024

Minor Changes

  • c800948: Implement a generic request funciton for generic HTTP calls
  • cff886e: Implement bulk function for lookup-table and case-data bulk uploads

3.1.2 - 24 September 2024

Patch Changes

3.1.1 - 16 August 2024

Patch Changes

3.1.0 - 07 August 2024

Minor Changes

  • Add cursor() function from common
  • Add dateFns helper from common

Patch Changes

  • 90d74c7: Revise documentation

3.0.0 - 01 August 2024

Major Changes

  • Export new common http helpers (http namespace)

2.3.2

Patch Changes

2.3.1 - 25 July 2024

Patch Changes

2.3.0 - 24 July 2024

Minor Changes

  • ac4b4a0: get() will now automatically paginate responses (unless an offset is passed)

2.2.1 - 19 June 2024

Patch Changes

2.2.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

2.1.0 - 11 June 2024

Minor Changes

  • 0719de00: Implement better error handling and make post a public function

Patch Changes

2.0.0 - 21 May 2024

Rebase the commcare adaptor on the new HTTP helpers.

Major Changes

  • Remove superagents and language-http dependencies
  • configuration schema: change applicationName to domain to match commcare's configuration.
  • remove the clientPost function

Minor Changes

  • Implemented a get function for all get requests in commcare
  • Create a generic post function that allows for posting JSON data
  • Standardize auth to use either basic or APIKey across all operations
  • configuration schema: add apiKey
  • configuration schema: demote username and appId are optional

Patch Changes

1.6.14 - 08 May 2024

Patch Changes

1.6.13 - 08 May 2024

Patch Changes

1.6.12 - 12 April 2024

Patch Changes

1.6.11 - 12 April 2024

Patch Changes

1.6.10 - 20 September 2023

Patch Changes

1.6.9 - 08 September 2023

Patch Changes

1.6.8 - 14 August 2023

Patch Changes

1.6.7 - 03 August 2023

Patch Changes

  • 52c02c8: update xlsx package

1.6.6 - 21 July 2023

Patch Changes

  • 8205673: update superagent

1.6.5 - 14 July 2023

Patch Changes

1.6.4 - 14 July 2023

Patch Changes

1.6.3 - 30 June 2023

Patch Changes

1.6.2 - 23 June 2023

Patch Changes

1.6.1 - 19 June 2023

Patch Changes

1.6.0

Minor Changes

  • 2c1d603: Remove parameter reassignment to ensure proper functioning inside an each block; add eslint

    The packages receiving a major bump here exposed functions that didn't work as expected inside each blocks. Users were previously wrapping these functions inside their own custom fn blocks, and this change will ensure that they can be used inside a standard each.

    See https://github.com/OpenFn/adaptors/issues/275 for more details.

Patch Changes

1.5.6 - 12 May 2023

Patch Changes

  • e0406fa: update dependencies

1.5.5 - 31 March 2023

Patch Changes

1.5.4 - 30 March 2023

Patch Changes

1.5.3 - 15 February 2023

Patch Changes

1.5.2 - 15 December 2022

Patch Changes

  • 6d8de03: change @constructor to @function and remove /*_ @module Adaptor _/
  • 57f3513: Fix exports in index.js
  • Updated dependencies [6d8de03]

1.5.1 - 11 November 2022

Patch Changes

1.5.0 - 04 November 2022

Minor Changes

  • 5c050ed: Migrate CommCare

Patch Changes

  • 8566b26: Fix typings
  • b3d45ff: Fix CJS export of npm package.
  • 94076b9: update dependency xlsx to ^0.18.0
  • ecf5d30: remove sinon since it was not being used
  • Updated dependencies [9a2755e]
  • Updated dependencies [8566b26]
  • Updated dependencies [b3d45ff]
  • Updated dependencies [b5eb665]
  • Updated dependencies [ecf5d30]