Skip to main content

Changelog for the commcare adaptor

@openfn/language-commcare

2.3.1

Patch Changes

2.3.0

Minor Changes

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

2.2.1

Patch Changes

2.2.0

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

2.1.0

Minor Changes

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

Patch Changes

2.0.0

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

Patch Changes

1.6.13

Patch Changes

1.6.12

Patch Changes

1.6.11

Patch Changes

1.6.10

Patch Changes

1.6.9

Patch Changes

1.6.8

Patch Changes

1.6.7

Patch Changes

  • 52c02c8: update xlsx package

1.6.6

Patch Changes

  • 8205673: update superagent

1.6.5

Patch Changes

1.6.4

Patch Changes

1.6.3

Patch Changes

1.6.2

Patch Changes

1.6.1

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

Patch Changes

  • e0406fa: update dependencies

1.5.5

Patch Changes

1.5.4

Patch Changes

1.5.3

Patch Changes

1.5.2

Patch Changes

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

1.5.1

Patch Changes

1.5.0

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]